I will be learning C for a class this summer and I'm trying to get CodeBlocks working on my Linux Mint 17 machine. So I've watched some YouTube videos on how to do it and all they do is install CodeBlocks, create a new project, put console application, click on the default main.c program that's provided to you by the program and hit build and run, which is exactly what I did except in the build message I get:
fatal error: stdio.h: No such file or directory?
What exactly is going wrong?