I am a Linux Mint 15 User. i wanted to write simple program in C. Below is my code.(hw.c)
#include #include int main(
I was having the same problem, and simply installed the g++ package and that fixed the missing include file.
sudo apt-get install g++