English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

Right click on your desktop background, choose "New" and then "Text Document". Rename it to Filename.cpp, Filename can be anything. There you have a C++ file! Double click and use notepad, Visual Studio, etc to open and add C++ commands.

2007-02-01 01:44:41 · answer #1 · answered by Starry Wisdom 2 · 0 0

A C++ file usually has the extension of a .cpp. It is merely a text file.

However, the instructions you type into it -- and with the help of a compiler, you can make your computer do something useful.

I suggest that you pick up a book on the subject at your local book store. If it seems to make sense you may find it helpful to purchase or download a free C++ compiler, which will take you CPP file and make it an executable (a program you launch on your computer).

Good luck.

2007-02-03 17:22:46 · answer #2 · answered by mchenryeddie 5 · 0 0

fedest.com, questions and answers