+ 2
On turbo c++ IDE, an error is occured?
when I use "using namespace std" on turbo C++ IDE , the error is occured, "declaration syntax error". why?
6 ответов
+ 6
Did you put the semicolon (;) in the end?
+ 3
It's mean that your bracket is mismatch so find it where
+ 3
very hard, all bracket is right, and error is in this statement "using namespace std", compiler is giving clear indication of line number.
+ 3
Is it show any kind of undefined,huh?
+ 3
No, and without using "using namespace std" statement, program is executed properly.
+ 2
hmm..put the semicolon at the end Valentin hacker.