Unable to compile simple c program in Linux Mint 15

前端 未结 5 2337
无人共我
无人共我 2020-12-08 10:52

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(         


        
5条回答
  •  失恋的感觉
    2020-12-08 11:37

    I was having the same problem, and simply installed the g++ package and that fixed the missing include file.

    sudo apt-get install g++

提交回复
热议问题