Hi. I am a literal noob when it comes to code::blocks so please feel free to move my post elsewhere (tell me where?).
All I want to know is, why is my file not saving when I try and save it. I have a YouTube video here explaining my problem within 90 seconds.
https://www.youtube.com/watch?v=CL7ryEZ3VvAMy code is very basic, it is this
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("There once was a man named Paul\n");
printf("He was 66 years old\n");
printf("He really liked the name Paul\n");
printf("He did not like being 66\n");
return 0;
}
Yet instead, it brings up my old code and will not save or therefore run, this new one. Can anyone help?
Thank you so much in advance.
Catherine.