Search:

Type: Posts; User: christopher15

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    1,354

    Here's the code. I'm still learning so I'm sure...

    Here's the code. I'm still learning so I'm sure this isn't pretty. I been adding and subtracting parts, the part with Preludes code is mangled, i've been playing with it so ti's def not correct...
  2. Replies
    14
    Views
    1,354

    Why you busting my balls LuckY? Balls, as in a...

    Why you busting my balls LuckY? Balls, as in a man.. as in Christopher15, not Christina15. J/k, thank you both for your help.

    I worked with Prelude's code and I'm still having some mean problems...
  3. Replies
    14
    Views
    1,354

    I don't have the file on this PC, but the...

    I don't have the file on this PC, but the foloowing is what it will look like...

    Chris
    Bob
    Jane
    Jimmy
    Dave
    Amy

    So it is pretty much just a list... or it can be any list for that matter.
  4. Replies
    14
    Views
    1,354

    I have a file that has names listed in it. I...

    I have a file that has names listed in it. I need to figure out how to read each name and have it printed out on the screen.

    I know how to read columns of numbers one by one, but when I try to do...
  5. Replies
    14
    Views
    1,354

    Thank you very much!

    Thank you very much!
  6. Replies
    14
    Views
    1,354

    Is it possible to do this?

    Can I convert a string to a constant char?

    Here's what I'm trying to do... I have a ostrstream that I input data to and I would like to take that string and make it a constat char so I can run it...
  7. Replies
    9
    Views
    1,813

    I'll try using the newer version for my next...

    I'll try using the newer version for my next "slaughtering" of the langauge.

    The string that you helped me with displays the info on the screen, but it doesn't "run" in dos. I tried using the...
  8. Replies
    9
    Views
    1,813

    Thanks for all your help... I think I'm just a...

    Thanks for all your help...

    I think I'm just a bit slow from time to time.

    Old standard? I'm using microsoft c++ of a select cd from '01. Is that old? i agree with you, learning the newest...
  9. Replies
    9
    Views
    1,813

    ostringstream ostr; int ip[4] = {0,0,0,0};...

    ostringstream ostr;
    int ip[4] = {0,0,0,0};
    string password = "*";

    i tried to use the following and it keeps hanging here. Dug around the intenet so I wouldn't be pain, but didn't find anything...
  10. Replies
    9
    Views
    1,813

    Hey, Thanks for the info guys. I will give...

    Hey,

    Thanks for the info guys. I will give them a try.
  11. Replies
    9
    Views
    1,813

    Quick question about system routines

    I'm a noob... as you can tell.

    Wondering if anyone can give me a hand...

    Is there any way to put variables into a system routine? I think that's what they are called.

    I'm trying to do a net...
Results 1 to 11 of 11