Search:

Type: Posts; User: sanchezero

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,058

    compiler book?

    Can anyone recommend a noob book for the V C++ compiler ?

    Ideally, cheap (right :rolleyes: ) and common enough to turn up at Borders/B&N.

    I'm teaching myself C++ from a SAMS book and I'm using...
  2. Replies
    4
    Views
    1,482

    nah...

    its a P3, 366mhz w/64megs RAM. Not great but it should be fine for this, eh? oh, and, Win98.
  3. Replies
    4
    Views
    1,482

    thats me ^

    Forgot to log in...

    Also, I completely uninstalled and reinstalled twice, with the same results.
  4. Replies
    19
    Views
    3,952

    thats a lotta code...

    I d'loaded that TTT game posted previously and was overwhelmed to find 1900+lines of code. :eek: Holy frijoles!!

    Is that a 'typically' sized TTT game?

    In my imagination I was figuring about...
  5. Replies
    3
    Views
    937

    thanks guys. I was hoping it was that simple.

    thanks guys. I was hoping it was that simple.
  6. Replies
    3
    Views
    937

    member function syntax

    I'm working thru SAMS C++ in 21days and am confused by the operator overloading. Here's some code:

    #include <iostream>
    #include <stdlib.h>

    class Counter
    {
    public:

    Counter(int val);
  7. Replies
    3
    Views
    1,212

    I'm using Dev right now. Some beta thing and it...

    I'm using Dev right now. Some beta thing and it gets a lil creaky at times. I get ALOT of weird parse errors.

    After reading a post about Dev and OpenGL and my own issues with its total lack of...
  8. Replies
    3
    Views
    1,212

    visual c++ introductory pak

    What are the limits on the intro version? Is it just commercially limited or is there a time decay?

    Thanks.
  9. Replies
    3
    Views
    1,668

    its a free IDE, but surprise, it has no manual or...

    its a free IDE, but surprise, it has no manual or help file. Boo hoo.

    the code works fine, I copied it out of a book ;)
    I just wanna line-by-line it to see the flow et al. Its full of pointers...
  10. Replies
    3
    Views
    1,668

    dev-cpp debugging

    How do I turn on the debugger? :D

    I always get some kind of error, usually Get Std Handle(I think, i'm away from my compiler).

    I wanna run a line-by-line on some code I don't understand, so I...
  11. Replies
    2
    Views
    2,131

    LOL how bizzare that someone would go to the...

    LOL how bizzare that someone would go to the effort of putting that together and then...

    OK, I'll piddle with it. So far it hasn't been an issue and when it is I'll just post a HUGE list of...
  12. Replies
    2
    Views
    2,131

    dev cpp documentation

    Does anyone know where I can get docs for the dev-cpp IDE?

    I've looked on Bloodshed and asked at their forums, but nothin...

    I'm learning C++ from a 'generic' book, good for any compiler....
  13. Replies
    6
    Views
    1,161

    thanks

    Much appreciated. On my way to the bookstore now to pick up some dummy class c++ book. Been using internet tutorials but my con sux so I'm gonna try to make it easy on myself. :)

    Any 1st/2nd book...
  14. Replies
    6
    Views
    1,161

    getting started...

    I'm a noob. Of course.

    I'd like advice on how I should direct my study. My long term goal is doing a mod for a 3d shooter. Obviously, with no experience with modern programming I have a long way...
Results 1 to 14 of 14