Search found 2 matches
- Fri Jun 18, 2010 3:28 pm
- Forum: Java
- Topic: How to know what was the Wrong Answer
- Replies: 3
- Views: 6803
Re: How to know what was the Wrong Answer
I did not understand your question. You should give more details about it. Without it, i can not give your answer. But you can do this, you should check your code i think something is going to be wrong.
- Fri Jun 18, 2010 3:20 pm
- Forum: C++
- Topic: C++ language and <ios> include file
- Replies: 6
- Views: 6530
Re: C++ language and <ios> include file
The <ios> is used in C++. It handles the input and output operations. It consists of libraries, functions and variables. You write cin or cout keyworks, these keywords operation is handled by the <ios> include file. So it is very essential for C++ programming. Without it, it will display error.