??? 09/29/07 14:11 Read: times |
#145094 - How to get started Responding to: ???'s previous message |
To get started, use the Application Wizard to create a new project with the type "Win32 Console Application". When you do this, it will make a skeleton file that looks like this:
#include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; }That shows the syntax for what you want to do. After that, look in the MSDN documentation for more information about 'argc' and 'argv[]'. Good luck! -- Russ PS: You might get better help on a VC++ forum than this one. Most of the people here are interested in microcontrollers, not Windows programming. Try here for starters: http://www.codeproject.com/ |
Topic | Author | Date |
a question of visual c++ | 01/01/70 00:00 | |
How to get started | 01/01/70 00:00 | |
Have you done any windows programming before? | 01/01/70 00:00 | |
write click applition | 01/01/70 00:00 | |
Not the right place to ask | 01/01/70 00:00 | |
What Russ and Andy said. | 01/01/70 00:00 | |
deferance between chat board and message board | 01/01/70 00:00 | |
Yes, but | 01/01/70 00:00 | |
You are absolutely correct, ... | 01/01/70 00:00 |