Home
Wiki
Blog
Guestbook
[wiki]
[blog]
ZViewer
FileZilla
Photoshop Filterbook
공개소프트웨어 목록
Link
검색어 입력
submit search
wimy.com
wimy wiki만 검색
wimy 블로그만 검색
[위키 세부검색]
MyPage
Album
생각들
My Program
Program
Linux
Window
Game
Blog
Programming
Download
etc
홈페이지 주인 소개
내 페이지
Music
Movie
Book
Comics
연예인
WishList
MyAlbum
Pet
ZViewer
ZAssist
ZPack
ZMDChecker
ZDic
NewsReader
Rhamp
오픈 소스로 만들고 싶은 것들
FreeSoftware
FireFox & Mozilla
VIM
VisualStudio
gcc
make
doxygen
MSSQL
mysql
Eclipse
poedit
VisualAssist
gimp
OpenOffice
BugZilla
TextCube(태터툴즈)
CVS_VSS
Subversion
Blender
iconProgram
etc
Linux General
Debian
Ubuntu
Fedora
ShellProgramming
ShellScript
Linux Programming
GTK Programming
Window General
Window Programming
PSP
NDS
Emulator Game
Mame
Stepmania Dataroom
Mabinogi
How To Game
My Cyworld
다른 분들의 블로그와 홈페이지
DirectX
openGL
Java
C/C++
STL
C#
Python
Window
ActiveX
SE & Refactoring
Game
Unicode
googleDesktop
Network
Database
Web
php
asp
asp.net
Library
QT
wxWidget
Something to read
Books
About Recruit
WinampSkin
Wiki TitleIndex
About Wiki
WikiSandBox
Wiki RecentChanges
Design
Font
icon
necktie
WikiFontPage
ToDo
zelon's WebAlbum
Google Tools
Google Naver map
ToRearrange
Check W3 validator
gcc
Anonymous
= 의존성 체크
-M
소스 파일을 체크하여 include 를 파싱해서 의존성을 표시해준다
gcc -M a.cpp b.cpp
[
edit
]
c99 표준
#
gcc main.c -std=c99
[
edit
]
c89 표준
#
gcc main.c -std=c89
[
edit
]
중간 파일들 저장
#
gcc -da main.c