
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 LTS IDE: Eclipse Version controll: SVN I also installed Netbeans and KDevelop. But seems eclipse is th原创 2013-10-20 15:10:51 · 753 阅读 · 0 评论 -
Learning C - Hello world! & function prototype
First program processor instructionmain function //preprocessor directive, include header file stdio.h #include //main function, always the first function called int main(void) { printf("He原创 2013-10-23 00:15:39 · 1009 阅读 · 0 评论 -
Learning C - Keywords and reserved identifiers
ISO/ANSI C Keywords auto break case char const continue default do double else enum extern float goto if inline int long register restrict原创 2015-12-22 14:40:14 · 441 阅读 · 0 评论