I will continuously go back to and revive this thread for help throughout the year in my Engineering Computing and Programming course. Its basic C++ to solve mathmatical problems like for example lab 1 is create a program that can take the area of a square and subtract the area of a circle inside of it.
Well to the actual question....
Can someone explain to me the function of the char command?
And what this line does exactly it is in one of my professors templates and examples and the guys office hours are during my football lifts.
char dummy = ‘ ’;
the rest of the code i get but i cant figure out what this line is... Also is there a way to input pi into C++ I have #include <math.h> already at top.
Well to the actual question....
Can someone explain to me the function of the char command?
And what this line does exactly it is in one of my professors templates and examples and the guys office hours are during my football lifts.
char dummy = ‘ ’;
the rest of the code i get but i cant figure out what this line is... Also is there a way to input pi into C++ I have #include <math.h> already at top.
Comment