- Back to Home »
- C Program , Clrscr , Cout , Entertainment , instructable , program Welcome , The program »
- How to make a basic c++ program
Posted by : Aron
четвъртък, 21 февруари 2013 г.
Welcome. In this instructable you will learn to make a simple non- graphical c++ program. The program will convert celsius to farenheit. Making it!!! So lets start making it. These are the codes for making it : #include #include main() {clrscr(); int c, f; cout cout cin c; f = c * 1.8 + ...
By: jumper1111
Continue Reading »