티스토리 뷰
< Program.h >
< Program.cpp >
#pragma once
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
int main(int argc, char* argv[]);
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
int main(int argc, char* argv[]);
< Program.cpp >
#include "Program.h"
int main(int argc, char* argv[])
{
cout << "Hello World" << endl;
for (int i = 0; i != argc; ++i)
{
cout << argv[i] << endl;
}
system("pause");
return (EXIT_SUCCESS);
}
int main(int argc, char* argv[])
{
cout << "Hello World" << endl;
for (int i = 0; i != argc; ++i)
{
cout << argv[i] << endl;
}
system("pause");
return (EXIT_SUCCESS);
}
'Code > C C++' 카테고리의 다른 글
[C/C++] Dialog Test Sample Project (0) | 2008.11.11 |
---|---|
[C/C++] Dely (0) | 2008.11.09 |
[C/C++] Beep (0) | 2008.11.09 |
[C/C++] Change Cursor Sample Project (0) | 2008.11.06 |
[C/C++] C++/CLI Command Line Compile Sample (0) | 2008.06.05 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- java
- AxWebBrowser
- 애드센스감추기
- 애드센스숨기기
- jre
- 스크린캡쳐
- registry
- Automation
- AdSense감추기
- READYSTATE_COMPLETE
- windows
- Sample Code
- download.com
- tagREADYSTATE
- Rollback Rx
- c#
- Microsoft
- iTextSharp
- .net framework
- DotNetMagic
- Regular Expressions
- WinAutomation
- Service pack
- iText
- autohotkey
- ScreenHunter
- Phalanger
- AdSense숨기기
- 유틸리티
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함