Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,662 hi,
my english isn't perfect but i'll try to explain you:
using namespace std; telling to your compiler that we will using functions who belong to name space std and then you can use all... |
Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,662 Hi,
excuse me it's all my fall, i was hurry during writing this post because my boss was looking around my desk .. hehehe
so the problem line is:
cout << "Your name is: " << cin << endl; |
Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,662 hi,
you have to make your programs to wait for KeyPress or if you write in windows os then send system("PAUSE"); message.
the other solution is to run all your program from command prompt... |
Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,222 hi,
this sounds like buffer overflow :)
as winbatch said 'give us your source code'. |
Forum: C++ Feb 24th, 2006 |
| Replies: 4 Views: 1,566 hi,
first at all <iostream.h> is out of date from 1999 years is only <iostream>.
and please post your code in CODE section (bbcode). |