Search:

Type: Posts; User: Saintdog

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,634

    Well I read on other forums that its a good...

    Well I read on other forums that its a good book..but I wnted to know your opinions..and I spent $31 for both after shipping..which isnt.. and I welcome all books..since they all can help in some...
  2. Replies
    7
    Views
    1,634

    Thanks so far for the ratings.. makes me feel...

    Thanks so far for the ratings.. makes me feel good know its not a horrible book.

    -- Paul
  3. Replies
    7
    Views
    1,634

    Read this book anyone?

    C++ How to Program by Harvey M. Deitel and P. J. Deitel.

    I heard this was a good book so I found one online at half.com for $5.99 USD very cheap I thought.

    Im awaiting the shipping but I cant...
  4. Replies
    17
    Views
    3,625

    Yea I dont like the diff color asteroids...

    Yea I dont like the diff color asteroids personally but like a brownish color type asteroid that stands out good.. nice ship.. sweet looking so far...some day ill get that far into C++ hopfully
    ...
  5. Well..

    I have to hold not just users.. but i have to have somthing that holds stats,quest info,weapons,armor,ect... anything that has to be saved until next visit..

    I could use seperate files for these...
  6. user database in conjuntion with winsock.

    Well im making game..if you didnt know from my other posts... first text based then.. im going to make a client that uses a win32 window instead of console... but use both.. I like text based games...
  7. Replies
    10
    Views
    19,790

    No im using Bloodshed Dev-C++..but is there a...

    No im using Bloodshed Dev-C++..but is there a better free one in your opinion..or one you have to pay for that is good?

    And ill try the Win32 API stuff here after dinner time.

    Thanks for your...
  8. Replies
    10
    Views
    19,790

    #include #include int...

    #include <stdio.h>
    #include <conio.h>

    int main ( void )
    {
    textcolor ( MAGENTA );
    cprintf ( "This is a test\n" );

    return 0;
    }
  9. Replies
    10
    Views
    19,790

    Ive tried that in the FAQ's and its not...

    Ive tried that in the FAQ's and its not working..So I must be doing somthing wrong..

    The game will be somewhat complex after awhile..and I just need basic colored font.. thats it...not background...
  10. Replies
    10
    Views
    19,790

    Color text from windows.h?

    Well im making a text based game like in a console...so I was wondering what headers Id need..does the windows.h header have color text options? Ithought it does but I cant find anything on it..and...
  11. Thank you very very much. I'll read up on all...

    Thank you very very much.

    I'll read up on all these links here in a little bit. I skimmed them thru just now and they look super helpful..

    Again thanks alot,

    -- Paul
  12. Help understanding Headers and Other beginner stuff

    Ok ..well since Im still learning the syntax and what-not of the C++ programming language I have a few questions..

    As far as i've read in tutorials and other resources the...

    #include...
  13. Replies
    1
    Views
    1,920

    Creating Shell based game..Few questions

    Well first of all.. Let me tell you the type of game it is and get that out of the way.

    It is going to a RPG based fighting game..

    If you guys have every heard of vagabonds quest 1 and 2 its...
Results 1 to 13 of 13