please correct these 6 C++ errors[code] switch(ch) { case '1' : { if(access) { element e3; e.input(); ifstream a("period.dat...
please correct these 6 C++ errorshttp://www.cplusplus.com/forum/articles/42672/ [code] #include<iostream.h> #include<fstream.h> ...
My very first advanced program.Line 26. I believe line 13 may also require a semi colon; in future post the error logs also, it do...
facing problem in getting input in classesDon't forget to put [code]cin.ignore()[/code] after line 30 and after line 66 if you want to display...
facing problem in getting input in classesOk. Put cin.ignore() after the cin, like below and let me know if it works [code] #include<iostrea...
This user does not accept Private Messages