Monday, May 24, 2010

How to compile and run c++ code from command prompt in Windows XP ?

borland and microsoft offer free compilers as well.


you can use the borland one with command prompt. Open a command prompt window, start -%26gt; all programs -%26gt; accessories -%26gt; command prompt.


read the instructions that come with the compiler to find out how to get it to run.

How to compile and run c++ code from command prompt in Windows XP ?
you can download cygwin (or something similar) and download gcc to go with it.


Add the gcc to your path


you can then open a command prompt and invoke gcc to compile your c++ code.
Reply:I don't think this is possible. Download a free compiler instead.

redbud

No comments:

Post a Comment