I am trying to find how to open a Native project in VC++ 2008 NET
That has this: int main() like below but I cant find what is the name of this project.

int main()
{
          return 0;
}

Recommended Answers

All 4 Replies

What you're looking for is an empty project.

Yes okay. Thank you for that.

What you're looking for is an empty project.

Its an empty CONSOLE project, the others are WinMain for win32 and DllMain for dlls

>Its an empty CONSOLE project
No, it's actually called "Empty Project". Just because you make the distinction of it being a console project doesn't mean that it is.

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.