learn
  • Introduction
  • Chapter 1 经验文档
    • 智能网关
  • Chapter 2 GitHub
    • GitHub前期准备
    • GitHub实际操作
  • Chapter 3 System
    • 系统相关配置
    • Shadowsocks搭建
    • Seafile服务器
    • ITMS服务器部署安装
    • GCP防火墙和外部IP配置
  • Chapter 4 Python
    • Python学习笔记
    • Python小练习
  • Chapter 5 SDN
    • mininet
    • opendaylight
  • Chapter 6 C
    • C学习笔记
  • Chapter 7 Programming
    • LeetCode
Powered by GitBook
On this page

Was this helpful?

  1. Chapter 6 C

C学习笔记


1. 安装Windows环境下GCC

  • 下载TDM-GCC并安装

  • 设置环境变量C:\TDM-GCC-64\bin

  • 编译方法如下

gcc -o hello "hello world.c"
.\hello.exe
hello world!
PreviousChapter 6 CNextChapter 7 Programming

Last updated 5 years ago

Was this helpful?