+ 1
how to name c++ file?
3 Answers
+ 2
no space,no special character other than _ are used to save cpp file go to save as and name it that you want to name
0
for example your file name is "myfile"
in c++ you must name it like this "myfile.cpp".
0
ok.. you do not need files