CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MDScpp

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    910

    Re: a 'press any key' function

    waitkey(); perhaps?
    If you mean you want to wait for a keypress from the user.
  2. Replies
    3
    Views
    2,380

    Re: C++ Allegro - time(&secs) help!!!

    seconds...thats why it says time
  3. Replies
    3
    Views
    2,380

    C++ Allegro - time(&secs) help!!!

    Hi

    I need help for my pong game.
    I am using Dev-C++, using the 'default compiler'.
    I am using the tutorial at cppgameprogramming.com

    Here is my code for the game setup.

    void gamesetup(){
  4. Replies
    5
    Views
    1,484

    Re: Need help in writing a c++ program

    an if sum1 did wanna do it it wouldnt b free... y not hire a programmer it wont take very long to write for a pro
  5. Replies
    3
    Views
    657

    Re: Starting another program from code

    Erm... I kinda noob but if you want to open a program in another window, then you could just use the standard open function if its an exe.
  6. Re: loop and array problem for beginner. Please HELP!

    Im just interested to know why you used "endl" twice in the 'number of books sold from 2001-2003 bit, or is that just a mistake. Sorry Im a total noob at C++.
  7. Replies
    8
    Views
    898

    Re: Can anyone tell me what I am doing wrong

    I dunno what your doin wrong, but you keep using multiline comments on a single line.
    instead of /*
    use
    // for a single line comment
  8. Replies
    0
    Views
    512

    NOOB needs help: input select

    Hi.
    Before I begin, I must say that I am a complete noob at C++, and therefore would like a simple answer.
    As my first program, I thought that I would do a console based theatre/cinema booking...
Results 1 to 8 of 10





Click Here to Expand Forum to Full Width

Featured