Search:

Type: Posts; User: g001

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,979

    Okay, that works perfectly! Thanks very much!

    Okay, that works perfectly! Thanks very much!
  2. Replies
    2
    Views
    2,979

    Combining variables into one string

    Hi, I'm having a pretty simple (I hope) problem, but I just can't figure it out.

    I need to combine several variables into one string. For example if I have

    string name = "Joe";
    int age = 55;
    ...
  3. Replies
    3
    Views
    1,623

    Okay cool, everything seems to be working now. ...

    Okay cool, everything seems to be working now.

    Thanks for the fast responses!
  4. Replies
    3
    Views
    1,623

    Returning values from functions

    I'm having a lot of trouble figuring out how to pass values back and forth between functions.

    In the program I'm working on now, I'm supposed to declare an integer array (n[15000]) and an integer...
Results 1 to 4 of 4