KonstantinKlepikov / c-learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-learn

c-compile

  • use *.h files
  • gcc -c this.c -> this.o
  • gcc this.o that.c -o that -> that
  • ./that

About


Languages

Language:C 77.9%Language:Python 21.2%Language:C++ 0.8%