2008年4月23日

摘要: http://www.blogjava.net/Jack2007/archive/2008/04/19/194230.html 很多人说C#是微软用来和Java抗衡的武器,因为二者在很大程度上有着惊人的相似 ,尽管如此,两者不同的地方也很多,所谓“于细微处见差异”。那么两者的相似和区 别都在什么地方呢?我们从今天开始,会从各个角度来对比C#和Java的特点,希望能对 正在学习、使用C#的朋友有所... 阅读全文
posted @ 2008-04-23 13:35 dqshll 阅读(308) 评论(2) 推荐(0)
摘要: stdcall: win32 api, caller clean the stack, so the number of arguments can be convertible. cdecl, c\c++ default, the callee clean the stack, the number of arguments can not be convertible. 阅读全文
posted @ 2008-04-23 11:46 dqshll 阅读(122) 评论(0) 推荐(0)
摘要: Both the malloc() and the calloc() functions are used to allocate dynamic memory. Each operates slightly different from the other. malloc() takes a size and returns a pointer to a chunk of memory at least that big:void *malloc( size_t size );calloc() takes a number of elements, and the size of ea... 阅读全文
posted @ 2008-04-23 11:24 dqshll 阅读(177) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2008-04-23 09:58 dqshll 阅读(7) 评论(0) 推荐(0)

导航