Search:

Type: Posts; User: Meganan

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,247

    Thanks. I'll try that and get back to you...

    Thanks. I'll try that and get back to you...
  2. Replies
    3
    Views
    962

    Look up a tutorial and read it through there are...

    Look up a tutorial and read it through there are plenty around. just search "c++ tutorial" in google.
  3. Replies
    6
    Views
    1,247

    I think it has to do with the fact that i'm...

    I think it has to do with the fact that i'm trying to use template functions in my classes

    for e.g. template <class strr> strr getValPos(int);

    It was the change to templates that made the...
  4. Replies
    6
    Views
    1,247

    Error message...

    n_str.obj : error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall priority::getValPos(int)"...
  5. Replies
    2
    Views
    1,271

    take a look at priority queues they give this...

    take a look at priority queues they give this exact function.
  6. Replies
    4
    Views
    958

    When you say think of an output what do you mean?

    When you say think of an output what do you mean?
  7. Replies
    9
    Views
    1,202

    really give me a minute...oohhh wait no the...

    really give me a minute...oohhh wait no the important part is that it is placed inside a function. I got it to work myself when it was just in the main(). Mabye i'll try to see if i can convert that...
  8. Replies
    9
    Views
    1,202

    I've already looked there and it didn't help me...

    I've already looked there and it didn't help me or i didn't understand it.
  9. Replies
    9
    Views
    1,202

    Good points although dest has been declared...

    Good points although dest has been declared globally and there is enough room for the entire file. So how would i go about fixing this? i'm new to txt files in C++. Should i declare a string pointer??
  10. Replies
    9
    Views
    1,202

    Just as i expected it didn't work. that's because...

    Just as i expected it didn't work. that's because if you say getline(temp, 10) you're never going to reach the eof() are you? You're just going to keep on copying the same 10 char's to the same...
  11. Replies
    20
    Views
    2,703

    Look like everybody else has said you just dont...

    Look like everybody else has said you just dont go "hmmm...I'll think I'll learn C++ today!" and create Halo 2 in the same day. There is a reason why it takes you another 4 years after high school to...
  12. Replies
    6
    Views
    1,395

    Hey seriously on this post is there any way to...

    Hey seriously on this post is there any way to find and erase/replace a string from a text file?? I can't figure out how to do it without taking the whole string out of the text file clear the file...
  13. Replies
    9
    Views
    1,202

    I think it's with the Heap...but is it...(solved)

    I have some code that is supposed to dig right into a file and return the text it finds (it's a big file). Unfortunately for me it compiles properly but crashes in the actual program; this is what...
Results 1 to 13 of 13