티스토리 뷰
< 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
- READYSTATE_COMPLETE
- autohotkey
- jre
- Phalanger
- java
- ScreenHunter
- Sample Code
- AdSense감추기
- Automation
- Service pack
- iTextSharp
- windows
- Rollback Rx
- 유틸리티
- tagREADYSTATE
- WinAutomation
- AdSense숨기기
- Microsoft
- AxWebBrowser
- 애드센스숨기기
- c#
- 애드센스감추기
- DotNetMagic
- 스크린캡쳐
- .net framework
- registry
- download.com
- Regular Expressions
- iText
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함