0
Why CodeBlocks(GNU C++) accept cout<"Testing";
I'm writing my program but by mistake i didn't write cout<<"Testing"; and CodeBlocks didn't give any output also no error were shown.
2 Antworten
+ 1
Can you show the complete code?
0
cout/cin are kinda weird sometimes, maybe codeblocks interpreted it as a statement?