Forum: C++ Feb 2nd, 2009 |
| Replies: 5 Views: 51,216 Hi ... I hope this helps someone out there....
I'm using netbeans with the C++ plugin in linux. I got the vtable error, and after a long time I figured out the solution..
basically the class I... |
Forum: C++ Jan 19th, 2009 |
| Replies: 5 Views: 369 i am with opensuse 11 and system("clear") works
(system("pause")) donot work)
anyway thank you very much for your reply. |
Forum: C++ Jan 18th, 2009 |
| Replies: 5 Views: 369 ok, the first thing works, e.g.
for(int i=0; i<10; i++) {
cout << i;
sleep(3);
system("clear");
} |
Forum: C++ Jan 18th, 2009 |
| Replies: 5 Views: 369 hi you all..
i want to flash the output message to the screen for a limited time. can you plz help me ?
is there something in iomanip, or should i do something with system("pause") and... |
Forum: C++ Jan 11th, 2009 |
| Replies: 15 Views: 921 I am vehbi your c++ asistant. we gave you this homework for learning c++, i take your ip from admin and checking with the ones that enter lms. you will get 0 and a discipline investigation is strated... |
Forum: C++ Dec 8th, 2008 |
| Replies: 21 Views: 35,373 C++ string and getline are your friends so get to know them well :)
// flushinput.cpp
// A test program to test flushing input specifically cin
// Last Modified: 20081208
#include... |