¿¬½ÀÀå(´Ù¹ö¸®°í °©´Ï´Ù...)-³²±æ ±ÛÀÌ ÀÖÀ¸¸é ¹Î°¡ÃÌ¿¡ ³²°ÜÁֽðí, ȸ¿ø °¡ÀÔÀ» ¹ÞÁö ¾Ê½À´Ï´Ù.

2015/02/04 (18:26) from 124.137.60.57' of 0' Article Number : 1076
Delete Modify tj Access : 865 , Lines : 17
C++ HelloWorld  (ÄÜ¼Ö ÀÀ¿ë ÇÁ·Î±×·¥)_2
Download : HelloWorld.zip (261 Kbytes)
// HelloWorld.cpp : ÄÜ¼Ö ÀÀ¿ë ÇÁ·Î±×·¥¿¡ ´ëÇÑ ÁøÀÔÁ¡À» Á¤ÀÇÇÕ´Ï´Ù.
// ±âº» »ùÇÃ

#include "stdafx.h"

#include
#include

int _tmain(int argc, _TCHAR* argv[])
{
printf("Hello World!\n");
printf("\n");
system("PAUSE");
  
return 0;
}

Backward Forward Post Reply List