User: Kart

  • Public profile

User profile: Kart

User info
User name:Kart
History
Joined:
Number of posts:58
Latest posts:

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++ errors
http://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 classes
Don'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 classes
Ok. 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