I cannot run any C / C ++ programs in code :: blocks. Can anyone ask why this is happening? I currently have gnu c and g ++ compilers installed. Error message when creating and running this simple c code:
#include<stdio.h>
int main(){
printf("55");
return 0;
}
is an:
Check availability: / home / user1 / Desktop / progs / a Execution: xterm -T '/ home / user1 / Desktop / progs / a' -e / usr / bin / cb_console_runner "/ home / user1 / Desktop / progs / a" (at / home / user1 / Desktop / progs)
Process completed with status 255 (0 minute (s), 6 seconds)
source
share