http://support.microsoft.com/kb/889654
- 15:07
- 浏览 (102)
- 评论 (0)
支持vc6和vs.net。在2008下产生C2923。
似乎是原有hetero_stack::stack_node::header结构现在不能看作类型了。
将原有code
struct stack_node
{
struct header
{
stack_node * m_back;
stack_node * m_next;
byte_t * m_current; // ptr into m_mem. alloc from here
byte_t * m_end; // ...
- 17:49
- 浏览 (129)
- 评论 (0)
基础知识:
c++和c是一种完全不同的语言。c以小取胜,c++以多范性编程而著称。
c++的范型可以包括:
c一样的面向过程编程;
宏语言;
c with class;
oo;
template;
GP。
这中间,我认为宏是一种可以称作范型的东西,因为这方面的高手完全可以用它来创造出属于自己的子语言来。
应该把简单目的的template编程(泛型?此泛型非彼范型)和GP分开,他们的编程目标是截然不同的。
最早受MFC影响很深。感觉自己最初的进步始于MFC源码的阅读(VC4.0了)。所以当时写程序的风格也是类MFC的,我的定义就是OO + 宏。其实也很好,很强大。
中间做了两年java, ...
- 06:42
- 浏览 (98)
- 评论 (0)
- 浏览: 2395 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
链接
- cplusplus.com - The C++ Resources Network
- Rootkit
- Free Soft Foundation directory
- Erlang在线文档
- Ruby
- MIT Scheme
- Securityfocus
- Haskell
- CodeGuru
- Code Project
- 京东购物
- 在线词典
- MS security center
- SANS Top 20
- 看雪
- 邪恶八进制
- ietf
- Attrition
- blackcode
- US-CERT Vulnerability Notes
- OSVDB
- xfocus
- CVE
- Secure Root
- Start Plaza
- 绿色软件联盟
- 棋圣道场
- 驱动开发网
- 虚拟机之家
- 共创联盟
- fresh meat
- Loki
- MinGW
- boost
- cygwin
- apache
- lcc
- Debugging Tools in Windows
- 灰狐
- 51Testing
- ReactOS
- java开源
- OpenSource C#
- ACE
- W3C
- SourceForge
- Enterprise Integration Patterns
- OWASP
- InfoQ






评论排行榜