保P争D--c语言的征途

log1

linux下的gedit命令使用方法与技巧

  • 快捷键:
    CTRL-S:保存
    CTRL—R:替换
    CTRL+Tab 切换
    CTRL+W 关闭选项卡

xcode的安装

  • Downloading only the command line tools from the "Download for Apple Developers" page on the Developer website.
  • Log in with your Apple ID, then search and download the Command Line Tools package for your installed version of OS X

log2

c语言中c文件和h文件区别

log3

问题:Xcode如何把代码变注释?
回答:同时按下command键与“/”键。
更多xcode快捷键使用

问题:GCC编译多个C文件
1.gcc getop.c calcDemo.c -o output.out
编译后的目标文件即为:output.out
2.然后执行:./output.out即可
link

保姆级Xcode入门教程
知乎刘琦Xcode下如何写C ? - 刘琦的回答 - 知乎

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容