Recently I installed codeblocks for building of C programs, I did install with proper MinGW and path ' C:\Program Files (x86)\CodeBlocks\MinGW'
The problem I am having is when I build a new app in C and load just the hello world program I have red lines on any strings such as hello world
and, when I load the program it comes up with the proper black screen to attempt to show output, but the output of hello world never shows
and instead i get this
'Process returned 1974072457 (0x75A9F489) execution time : 0.395 s
Press any key to continue.'
after execution i get this message on build log ' Process terminated with status 1974072457 (0 minutes, 8 seconds)'
what is strange is it loads C++ hello world just fine.
Any info would be greatly appreciated I can't find anything online on this subject.