Search:

Type: Posts; User: swinchen

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,261

    So at the risk of beating a dead horse, There...

    So at the risk of beating a dead horse,

    There should never be a reason to include something like stdio.h in a C++ project because cstdio (if for some reason you need to use C style IO) which is...
  2. Replies
    11
    Views
    1,261

    So what happens when I include stdio.h? ...

    So what happens when I include stdio.h? hrmmm....
  3. Replies
    11
    Views
    1,261

    Thanks for the replies. It gets very confusing...

    Thanks for the replies.

    It gets very confusing for me when I am looking through tutorials written in C++ that have classes but use #include <stdio.h> and then use fread, fwrite... etc. Even...
  4. Replies
    11
    Views
    1,261

    Not so much of a technical question...

    Let me start out by saying this: I love C

    Now, with that out of the way.. I want to create a simple game, and that really cries OOP so C++ would be a much wiser choice. The problem is that I...
Results 1 to 4 of 4