- 博客(8)
- 收藏
- 关注
转载 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 451
转载 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 953
转载 linux创建动态链接库
Shared libraries with GCC on LinuxBy anduril462Libraries are an indispensable tool for any programmer. They are pre-existing code that is compiled and ready for you to use. They often provide ge
2012-06-14 19:56:04 393
转载 MFC编写小游戏
"The Same Game": A Simple Game from Start to Finish, Part 1 of 5By Ben MarchantForeword to Same GameIn this five part series, we'll be creating a version of a game called SameGame using the Mi
2012-06-14 19:54:13 2306
转载 如何在windows上安装MINGW
Setting up Code::Blocks and MINGW, A Free C and C++ Compiler, on WindowsBy Thomas Carriero This tutorial gives you easy-to-follow instructions, with screenshots, for setting up a compiler (the M
2012-06-14 19:48:04 918
转载 5 Ways You can Learn Programming Faster
Learning to program isn't something you can do in an afternoon, but it doesn't have to be a life's work, either. There are lots of things you can do to make it easier on yourself when you are learni
2012-06-14 19:45:38 390
转载 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 425
转载 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 381
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人