"Hello world" ,frist program

来源:互联网 发布:js 选中清除input标签 编辑:程序博客网 时间:2024/06/10 15:35

/**************************************************************************************************************

Now  let 's go!         2005-04-13

**************************************************************************************************************//

#ifdef WIN32//Mey be define at other file

#include <iostream>

using namespace std;

#else

#include <stdio.h>

#endif//WIN32

void main()

{

printf("Hello World!/n");

}

what the difference between #include <> and #include " "?the answer is <> is the library file ," "is user programmed//yse or no? your answeris:

"marco define "be used in the file.Can you tell me more information about Marco?

原创粉丝点击