Search:

Type: Posts; User: EliMcGowan

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,775

    VC++ Resources - Add Existing Item

    When I attempt to add a Bitmap to my Project using the 'Add Existing Item' Option that appears when I right click on the 'Resources' folder, it adds the name of the file to my list of resources, but...
  2. Replies
    1
    Views
    860

    Finding location in rand()

    Given a large enough set of numbers is it possible to determine the seed and location in the rand() function found in <cstdlib> and seeded using srand?

    I know I can find the seed given the first...
  3. Replies
    14
    Views
    2,437

    LNK4075 - WinMain vs main

    I get the same link error.
    I am using the following instead of a main function:

    int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nShowCmd)

    {
    /*MyGameWindow...
  4. Replies
    5
    Views
    1,170

    Is it safe to shut off the incremental:no option?...

    Is it safe to shut off the incremental:no option? What does it do?
Results 1 to 4 of 4