Search:

Type: Posts; User: Erf

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,913

    I'm using bloodshed's Dev-C++, and project I...

    I'm using bloodshed's Dev-C++, and project I created?

    I didn't originally create a project for it, but now that I did it works fine, don't know why though :x

    thanks :]
  2. Replies
    7
    Views
    1,913

    int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE...

    int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
    LPSTR lpCmdLine, int nCmdShow)

    it's already in there... just for quick reference here's the code straight from the tutorial:...
  3. Replies
    7
    Views
    1,913

    DOS window behind the actual window

    I went through theForger's tutorial for Win32 API and learned alot :]

    The thing that confuses me is why does the dos window always appear behind the window created? Can I make it go away, or at...
  4. Replies
    1
    Views
    1,123

    Infinate Loop, not for all

    I'll start by putting up the functions in question:

    int play() // asks user if they want to play
    {
    cout << "Would you like to play a game of dice with me?\n1.Yes\n2.No";
    bline(1); //writes...
Results 1 to 4 of 4