When I type in a cout command like this:
cout << "Hello world.";
CodeBlocks underlines hello and world. Why is it underlining everything put in a cout statment between quotation marks? Thanks!
It's done by the spellchecker-plugin: http://wiki.codeblocks.org/index.php?title=SpellChecker_plugin (http://wiki.codeblocks.org/index.php?title=SpellChecker_plugin) .