Search:

Type: Posts; User: RealLife

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    2,316

    Okay so I used a vector instead of an array. I...

    Okay so I used a vector instead of an array. I read somewhere that you can just return the vector pointer when the function is expecting an array pointer.

    However, I still encounter the same...
  2. Replies
    16
    Views
    2,316

    Thanks for clearing that up, quite a stupid...

    Thanks for clearing that up, quite a stupid mistake I made there! :/

    The problem is that I cannot change the function parameters, it's a project for school and I need to work with the function...
  3. Replies
    16
    Views
    2,316

    I managed to fix it with the sstream library, so...

    I managed to fix it with the sstream library, so at least I'm getting somewhere now :). I can compile all the code, but the program gave me an error when executing. So I set some breakpoints and...
  4. Replies
    16
    Views
    2,316

    Thanks a lot for all the feedback. I didn't know...

    Thanks a lot for all the feedback. I didn't know \n was seen as a whitespace, which kinda ruins my whole plan :(



    Well I thought about that but I don't know how =|. There could be 3 words, or...
  5. Replies
    16
    Views
    2,316

    Reading Strings from a file.

    Hi all, I'm pretty new at programming and have some big troubles with the following program. I hope someone can give me some tips so I can continue.


    First of all I made a class...
Results 1 to 5 of 5