Search:

Type: Posts; User: Thaizasaskand

Search: Search took 0.00 seconds.

  1. No need for replies - fixed it.

    No need for replies - fixed it.
  2. SDL_TTF Function and SDL_Mixer Initialisation problems

    I have wrote some code for a graphical Tic-Tac-Toe game and, upon running the code, get several error messages of the form "Could not generate text texture "ABCD". Failed loading SHCORE.DLL: The...
  3. Replies
    8
    Views
    1,508

    Yes I do, and I had tried to find a function that...

    Yes I do, and I had tried to find a function that allowed me to select a specific file (which I now know is in stringstream), but couldn't do it or find a suitable function to do it with and decided...
  4. Replies
    8
    Views
    1,508

    I had discovered that it doesn't work shortly...

    I had discovered that it doesn't work shortly after the comment that was posted by hk_mp5kpdw, though thanks for pointing this out anyway.

    When you say call open on the object, do you mean...
  5. Replies
    8
    Views
    1,508

    Just tried this, works perfectly now. Thanks for...

    Just tried this, works perfectly now. Thanks for the help!
  6. Replies
    8
    Views
    1,508

    Fstream problem with file input

    Hello. I am currently having a problem reading an input file: It prints an error message stating, "error: invalid operands of types 'std::ifstream()' and 'int' to binary 'operator>>'".
    The file with...
  7. Replies
    12
    Views
    13,590

    It's been said before, but this is "C". The...

    It's been said before, but this is "C". The easiest way to tell is that all standard headers require the .h extension (only non-standard in c++) and that you are using print/scanf instead of cin/out.
Results 1 to 7 of 8