Search:

Type: Posts; User: uriel2013

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,554

    To check the code again, I copied it off of the...

    To check the code again, I copied it off of the CD (copy/paste) then ran it again.
    It looks like the linker problem was do to me possibly selecting the wrong project type. Oops! I was getting a...
  2. Replies
    4
    Views
    2,554

    It is a Win32 Console Project. Just to be sure I...

    It is a Win32 Console Project.
    Just to be sure I went back and checked it. I think the problem is somewhere is the namespace declarations or with the header files. It seems like VC 6.0 REALLY likes...
  3. Replies
    4
    Views
    2,554

    Can't compile this with VC 6.0

    I took this code from Andre LaMothe's Game Dev Series. The book is the Game Programming All-In-One by Bruno Miguel Teixeira de Sousa.
    I can get this code to compile with the GNU g++ compiler, but...
  4. Replies
    5
    Views
    1,448

    Thanks, but I was looking for something more...

    Thanks, but I was looking for something more along the lines of making this little project more streamlined. Given a day to think about it, I suppose I should have made just one Employee class and...
  5. Replies
    5
    Views
    1,448

    Help me clean this up.

    I got the idea to write this out of a book as a little project for myself. It works, but I'm thinking their had be be an easier way. I'm just starting, and struggling with the usage (not concept) of...
  6. Replies
    4
    Views
    1,630

    A lot of people so far have suggested the Ivor...

    A lot of people so far have suggested the Ivor Horton books from Wrox. I read good things about them on other book sites, but I guess I was a little scared of a guy that writes C, C++, VC++, and Java...
  7. Replies
    4
    Views
    1,630

    Learning C++ resources

    I'm taking classes to learn C++, but it seems like there's a lot of different opinions on how to write "good" code.
    Can I please get some input on what books are available that have good...
  8. Replies
    6
    Views
    1,147

    OK, starting to make sense. For general learning...

    OK, starting to make sense.
    For general learning purposes, and for learning "correct" coding habits, is going through the hassle of declaring:

    unsigned short int myAge = 5

    a long way to go to...
  9. Replies
    6
    Views
    1,147

    'unsinged' integer usage

    I am currently learning C++ at ITT, and I have been using their class book as well as other books to learn more about the langauge. In doing so, I have come across some inconsistencies in what the...
Results 1 to 9 of 9