Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: C++ | Size: 0.14 KB | Hits: 75 | Expires: Never
Copy text to clipboard
  1. Which is better to use?
  2.  
  3. INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
  4.  
  5. or
  6.  
  7. INT main()