
C/C++
文章平均质量分 59
NEUandUSTBneo
小的时候喜欢上数学课,中学做过数学课代表,本科读数学专业,研究生还是数学,注定与数学有缘。曾经怀疑自己当初的选择,但慢慢发现自己正因此而受益匪浅,而且欣慰的是目前正走在一条真正属于自己的道路上a hrefhttps://plus.google.com/103387940037994705995 relpublisherGoogle/a
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Start learning C
Once learned in my college.... Now I'm going to pick it up.Textbook: >OS: Ubuntu 12.04 LTSIDE: EclipseVersion controll: SVNI also installed Netbeans and KDevelop. But seems eclipse is th原创 2013-10-20 15:10:51 · 766 阅读 · 0 评论 -
Learning C - Hello world! & function prototype
First programprocessor instructionmain function//preprocessor directive, include header file stdio.h#include //main function, always the first function calledint main(void){ printf("He原创 2013-10-23 00:15:39 · 1019 阅读 · 0 评论 -
Learning C - Keywords and reserved identifiers
ISO/ANSI C Keywordsautobreakcasecharconstcontinuedefaultdodoubleelseenumexternfloatgotoifinlineintlongregisterrestrict原创 2015-12-22 14:40:14 · 453 阅读 · 0 评论