wilson bright wrote: > you should need a compiler to run your program. > download a compiler from the net.. > if you are beginner go for Borland C compiler.. > > On Feb 2, 2008 4:22 PM, Aswin Rajamannar <[EMAIL PROTECTED]> wrote: > >> Hi. I have written a c++ program in a text editor like notepad. After >> writing the program, i saved the file with the extension .cpp. Now how can >> i >> compile and run the program? When i open the file, i get the same notepad >> code. Please tell me how to compile and run it. Thanks. >> With regards, >> Aswin
Please don't recommend old compilers. Borland Turbo C/C++ and the Visual Studio 6 compiler suites are old, outdated, and non-ANSI C/C++ Standards compliant. Most members of c-prog will generally not answer questions involving such compilers and will simply tell you to upgrade to a much more modern compiler. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
