由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
WHU版 - [转载] A good command in C programming under linux
相关主题
C++ template问一个C++函数Parameter的问题
a simple question about constructortemplate metaprogramming 的问题
template问一个C++函数Parameter的问题
c++ 数组问题C++ template questions
问一个C++问题:default parameter and overriding/inheritanc[合集] 正经问个代替Matlab的问题。 (转载)
C++ online Test 又一题古德八你一次把需求写干净了
C++: Q75 copy constructor 问什么用 const reference?compiling error.
a java problem请教fortran debuger
相关话题的讨论汇总
话题: programm话题: perfect话题: command话题: your话题: good
进入WHU版参与讨论
1 (共1页)
z*l
发帖数: 763
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 zhl 所发表 】
After you compiled your programm, you may get no warning
no error, smooth compiling. But is your programm perfect?
Try: lclint inputfile.c
It will tell all your small careless in your programm, which
is not a good thing for a perfect programmer.
Such as you put 1 instead of 1.0 for float, you should put
(void) in front of a function if you don't wanno return value.
Parameter misc not used.
On the other hand if you don't want to be a perfect programmer
, t
1 (共1页)
进入WHU版参与讨论
相关主题
请教fortran debuger问一个C++问题:default parameter and overriding/inheritanc
正经问个代替Matlab的问题。C++ online Test 又一题
31 in base 70C++: Q75 copy constructor 问什么用 const reference?
也来一道c++的题a java problem
C++ template问一个C++函数Parameter的问题
a simple question about constructortemplate metaprogramming 的问题
template问一个C++函数Parameter的问题
c++ 数组问题C++ template questions
相关话题的讨论汇总
话题: programm话题: perfect话题: command话题: your话题: good