How to compile C program on command line using MinGW?

前端 未结 14 1104
天命终不由人
天命终不由人 2021-01-30 17:19

What command does one have to enter at the command line in Windows 7 to compile a basic C program?

Like I am literally wondering what you type in the command prompt, to

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 17:49

    If you pasted your text into the path variable and added a whitespace before the semicolon, you should delete that and add a backslash at the end of the directory (;C:\Program Files (x86)\CodeBlocks\MinGW\bin

提交回复
热议问题