Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameters

Status
Not open for further replies.

foxprogram

Programmer
Joined
Aug 31, 2004
Messages
28
Location
HU
Stupid question. I never made VC++ program.

How can I recognize which cpp is the main ?
I have several files, but no ones contains main.

I would like to use a parameter (filename with path) which came as parameter when the app is started from command line.

Where I would type and what ? :)
 
WinMain(), command line as third argument.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top