
c/c++
文章平均质量分 80
铁甲小宝
这个作者很懒,什么都没留下…
展开
-
c++断言机制的应用
来自http://www.suodenjoki.dk/us/archive/2011/assert.htmC++ assertThursday November 17th, 2011You might not agree but I believe this article/blogpost is the definitive guide for using a转载 2012-06-14 20:07:02 · 466 阅读 · 0 评论 -
10 Major Differences Between C And C++
来自http://www.durofy.com/programming/10-major-differences-between-c-and-c/,翻译的话肯定会加入自己的理解。所以就不翻译了C++, as the name suggests is a superset of C. As a matter of fact, C++ can run most of C code while转载 2012-06-14 19:21:39 · 397 阅读 · 0 评论 -
Where C and C++ Differ
来自http://www.cprogramming.com/tutorial/c-vs-c++.htmlC++ was based on C and retains a great deal of the functionality. C++ does not retain complete source-level compatibility with C. There are a few转载 2012-06-14 19:36:44 · 449 阅读 · 0 评论 -
C++ Memory Management : What is the difference between malloc/free and new/delete?
http://forums.codeguru.com/showthread.php?t=401848Q: What is the difference between malloc/free and new/delete?A : 'malloc()' is a function inherited in C++ from C. It is defined in '' in转载 2012-06-14 20:04:03 · 1080 阅读 · 0 评论