Win32 -Interview questions and answers
| Freshers Resources | Data WareHousing | Computer Science | Analysis Design | Operating Systems | |
| C++ | Mainframes | Sap/Abap | Databases | HR | VB |
| Java | Jobs | C# | VC++ | ASP |
If you are a complete beginner lets make sure you are capable of compiling a basic windows application. Slap the
following code into your compiler and if all goes well you should get one of the lamest programs ever written.
Remember to compile this as C, not C++. It probably doesn't matter, but since all the code here is C only, it makes
sense to start off on the right track. In most cases, all this requires if you add your code to a .c file instead of a .cpp
file. If all of this hurts your head, just call the file test.c and be done w