I am using CodeBlocks to run this simple code but when I run it the output window generates an error (aaa.exe has stopped working). aaa is the file name.
What is problem in displaying string using cout?
Yes I am checking many cases since yesterday. Problem is with strings. Everything else is working perfectly like loops, functions, arrays, structures but when I use cout for string, it always generates this error. Any specific setting in CodeBlocks for string??