Search:

Type: Posts; User: trsmash

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    6,340

    Cool, thanx for the info.

    Cool, thanx for the info.
  2. Replies
    13
    Views
    6,340

    ^^^^^ I'm not exactly sure on how to do that?...

    ^^^^^ I'm not exactly sure on how to do that? I've heard of it, haven't figured out exactly what that means when it comes to coding. ^^^^^^
  3. Replies
    13
    Views
    6,340

    No, I don't believe so. I'm just learning so I'm...

    No, I don't believe so. I'm just learning so I'm not going to act like I know everything about coding. But, just because I said that the global variable is changed at different times during the...
  4. Replies
    13
    Views
    6,340

    A valid idea, but not exactly something that will...

    A valid idea, but not exactly something that will work out for the purpose of my program. It is a global variable because it can be changed at different times during the running of the program. As a...
  5. Replies
    13
    Views
    6,340

    I have also tried changing the global variable...

    I have also tried changing the global variable from within the method instead of returning a value but also ran into the same problem. And, I can assure you that in my grand program the only method...
  6. Replies
    5
    Views
    1,322

    Well, this may not be very helpful but I will not...

    Well, this may not be very helpful but I will not it anyways. I ran into the same problem that you are having with one of my programs in which I implemented a doubly linked list. My program would...
  7. Replies
    13
    Views
    6,340

    Changing Global Variable

    Hey Guys,

    So, I will give a snip of code from one of my much larger programs that I am working on. what I am trying to do is change a global variable with a method that is called. It works and...
  8. Replies
    1
    Views
    1,481

    splitting a string

    Hey guys. This is my first time doing anything like this so please don't be too harsh on me. So, I am trying to write a shell. The first step is to take the users input command and split it up into...
Results 1 to 8 of 8