Monday, May 24, 2010

C++ programming help?

I recently purchased C++ without fear by Brian Overland. I created the program convert.exe and it works. But on the next lesson i created and saved square.cpp. It compiles, there are no errors. But when i try and run it to create the executable, convert.exe keeps showing up?


Create.exe is a program that converts celsius to fahrenheit, and i dont understand why it keeps showing up when i run square.cpp.

C++ programming help?
Are you using an integrated development environment or IDE? Visual Studio has an IDE. Borland C++ Builder has an IDE, ... etc. Did you do convert.cpp and square.cpp on the same project file? Did you create a seperate project in making square.cpp?





Please check the compiler option of your ide if you did not create a new project for square.cpp.


No comments:

Post a Comment