hi
ı have an exam
can you give some examples about win32 especially main part of programme
thnks

Recommended Answers

All 2 Replies

If you aren't already familiar with the material or what will be on the exam to guide people providing examples, then I strongly doubt random examples will help you.

here is an example

#include <iostream>

int main()
{
   std::cout << "Hello World\n";
   return 0;
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.