More actions
imported>qa22ahj No edit summary |
(Repair MoniWiki formatting after migration) |
||
| Line 42: | Line 42: | ||
[[include(틀:ProgrammingLanguage)]] | [[include(틀:ProgrammingLanguage)]] | ||
Revision as of 14:01, 26 March 2026
C
[[include(틀:추가바람)]] 데니스 리치가 만든 20세기의 걸작 언어
특징
사용처
예제
#include <stdio.h>
int main () {
printf("hello world!\n");
return 0;
}
컴파일하기
Clang
Clang은 일단은 GCC-compatible하다.
GCC
- GNU의 [gcc]가 설치되어있어야함. 대부분의 리눅스에는 기본적으로 설치되어있음.
MSC (Visual C++)
- cmd에서 "Visual Studio 설치 폴더\VC\vcvarsall.bat" 를 실행 후 컴파일 가능.
참고
다양한 예제
[[include(틀:ProgrammingLanguage)]]