Search:

Type: Posts; User: Howie17

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,465

    so I'm not an idiot, the book is just wrong /...

    so I'm not an idiot, the book is just wrong / it's a typo. Alright than, thanks tabstop.
  2. Replies
    2
    Views
    1,465

    Q: Pointers to Classes '->' notation

    I've recently picked C++ up again to attempt to learn it on my own as I don't have the time presently to go to a proper class. This time around my comprehension has been much better, however, I'm a...
  3. Thanks for takin the time to make a lengthy post,...

    Thanks for takin the time to make a lengthy post, I think I'll do as you did with the short and simple text RPG, just to have an excuse to learn classes and maybe inherritence even if its...
  4. ahh, hehe thats why my anxiousness to dive in is...

    ahh, hehe thats why my anxiousness to dive in is going to kill me.. I just started doing an OpenGL tutorial search and ran into nehe, in a brief overview i think i'm going to be frustrated that they...
  5. haha alright thanks, You know if someone figured...

    haha alright thanks, You know if someone figured out a way to make Tetris on the console with just blocks of text, that would be really cool... not very entertaining but quite amazing to get it...
  6. General Blurry Understanding of C++/game development, would appreciate clarity

    About a week ago I started learning C++, I've read over the tutorials on this site and others. I get the idea behind many of the concepts but wouldn't say I know them.. just because I haven't...
  7. Replies
    5
    Views
    1,646

    Could you post the code of the function that is...

    Could you post the code of the function that is calling it?

    I'm thinking the problem is with the function that calls this function. wherever you have:



    int Input;

    ...
  8. Trying to output to a directory other than the root of where the program is running

    I'm trying to have the output of a program go to a folder other than the one where the program is running from, but a subfolder of the folder its in.

    Ex)

    Folder1 with program and Folder2...
  9. Replies
    7
    Views
    2,208

    -True, in my program it made things easier and...

    -True, in my program it made things easier and not paying enough attention just copied the whole concept over.


    -This code looks fine, takes the user input for the students name, and appends the...
  10. Replies
    7
    Views
    2,208

    FileName = FindStudent += ".txt"; ofstream...

    FileName = FindStudent += ".txt";
    ofstream StudentName( FileName.c_str() );



    that should be what your looking for, I just learned this same stuff yesterday. That will search for that filename...
  11. Ah, hehe I feel so nooby when the fixes are so...

    Ah, hehe I feel so nooby when the fixes are so easy.. but if the fixes were harder I guess I'd get frustrated with writing multiple lines of code to accomplish minuscule tasks.

    Thanks for the...
  12. Alright, I cut out all the un-neccesary code to...

    Alright, I cut out all the un-neccesary code to the actual problem, so thats updated.



    -I plan to go back through and do that, I agree it'd help in alot of ways.


    oh btw, thanks for posting...
  13. Problem: the first letter in my strings are being truncated except the first string.

    Ok, when I have problems I do try to search ebay, use the search function of the forums, so if I'm asking a often asked question, sorry I tried, alright on to the problem.


    I'm writing a program...
  14. I appreciate the help Swoopy, unfortunately it...

    I appreciate the help Swoopy, unfortunately it was set to Win32 Console when i checked it ; /. <vent> I'm SOOO tired fo seeing errors </vent>
  15. Compile Errors: Circular "SourceFileName"

    Intro:

    I just started learning C++ a few days ago, and have found the tutorials to be of great help. As a way to test my knowledge of what I've learned so far, I've attempted to create a...
Results 1 to 15 of 15