c语言学习日记(1)
首先是IDE的安装,这里选择codeblocks20.03版本
用浏览器搜索codeblocks,点击第一个网站www.codeblocks.org
然后点击Downloads
继续点击Download the binary release
选择codeblocks-20.03mingw-setup.exe下载,安装过程一路无脑选择下一步
安装完成打开后,若右下角提示can‘t find compiler executable in your configured search paths for GNU GCC Compiler
按照下步骤进行,打开软件,选择Setting
选择compiler
此时再点toolchain executables这个选项
点击Auto-detect,出现对话框,选择OK
最后选OK,关闭软件,重新打开就可以了。