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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command line programs 1

Status
Not open for further replies.

xlav

Technical User
Oct 23, 2003
223
JM
Do I have to do anything to my Visual C++ 6.0 to write Command Line programs. What site has Command Line tutorial?
 
What is it Command Line program? If it's a console application, start VC++ then File|New|Win32 Console Application and go on. Search MSDN (e.g Create a Console Program article...
 
Thanks for replying. Functions with,
int main(int argc, char *argv[])
{

-x
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top