C++拾遗(一)关于main()函数
摘要:
C:省略返回值默认为int,()中空着不等于void C++:不能省略返回值,()中空着等效于(void) 常规独立程序必须包含一个main(),DLL可以不需要main()。 阅读全文
posted @ 2016-03-15 10:33 DeathKnightH 阅读(133) 评论(0) 推荐(0)
posted @ 2016-03-15 10:33 DeathKnightH 阅读(133) 评论(0) 推荐(0)