Search:

Type: Posts; User: crateofrum

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,183

    What can i do to my code?

    Well I've spent a few sleepless nights (VERY RECENTLY -.o) I wanted to get people's opinion at my first semi-serious program ever. (First thing i made after doing a few tutorials and a lot of...
  2. Replies
    4
    Views
    1,008

    thanks for the help, though its still giving me...

    thanks for the help, though its still giving me the same darn error msgs =\
    I've gone over to make sure im declaring the functions the right way, i wish the tutorial gave a little more complex...
  3. Replies
    4
    Views
    1,008

    I will gladly post my code =D EDIT : Updated...

    I will gladly post my code =D
    EDIT : Updated with Dave's Correction's (Thanks Dave =D )



    #include <iostream> /* This is another way to make comments */
    #include <iomanip> ...
  4. Replies
    12
    Views
    1,380

    If you want to clear your screen so you can...

    If you want to clear your screen so you can display the user's info on a clean sheet you could use system("cls"); which has worked for me in the past when i made something similar.
    You should think...
  5. Replies
    4
    Views
    1,008

    Class Problems >.

    Well I'm getting a Linker error for the two functions in my class i created.

    [Linker error] undefined reference to `Customer::GetLines(char*)'
    [Linker error] undefined reference to...
  6. Replies
    7
    Views
    1,080

    Unfortunately that doesn't quite work the way I...

    Unfortunately that doesn't quite work the way I need it to. I know how to do that, But I need each line to become assigned to a string. I was thinking something maybe like :


    string item1, item2,...
  7. Replies
    7
    Views
    1,080

    Another problem with file i/o

    Well here I am asking yet another question, =\
    So what I need this time is help getting a string to hold each line of a .txt document. I already wrote something to tell me the number of lines, but...
  8. Replies
    2
    Views
    1,201

    thanks

    Your first solution works beautifully.
    Thanks alot!
  9. Replies
    2
    Views
    1,201

    Problems using ostringstreams

    Well I've been trying to get a code to loop a customer ID number, where it adds one each loop. I then wanted this number to become the title of a .txt that would display the customer or user's...
Results 1 to 9 of 9