0
I am not able to run my c++ program in code blocks
its showing the compiler set up is invalid so code::blocks can't find/run my program and I am not able to install GNU GCC compiler
4 Respuestas
+ 3
I remember I had same problem long time ago. Though I forgot how I fixed it :D anyways, I see two options.
1. You can uninstall your current codeblocks, then download codeblocks with compiler included and install them.
2. If that doesn't work, you'll need to install compiler manually. For Windows, I reccommend using minGW compiler. And if you are on Linux, use GNU. Not sure for iOS.
Hope this helps!
0
uninstall code blocks & reinstall it.
0
I did but it didn't work
0
I'd recommend you to use microsoft visual studio. You don't need to install any other compiler. I'm here for help if you need.