2012年5月6日

摘要: 在C++中,可以在编译时进行操纵的实体称为元数据,可以分为两个类别:类型和非类型。任何种类的元数据都可以用做模版参数。 阅读全文
posted @ 2012-05-06 21:38 做个不善的人 阅读(189) 评论(0) 推荐(0)
 
摘要: 元程序(metaprogram) Metaprogramming is the writing of computer programs that write or manipulate other programs (or themselves) as their data, or that do part of the work at compile time that would otherwise be done at runtime. 所谓元编程就是说写出的程序是用来写程序或者控制程序的,或者在编译时而不是运行时做一些工作。所以各种code generation的工具、C#或者Jav 阅读全文
posted @ 2012-05-06 21:11 做个不善的人 阅读(481) 评论(0) 推荐(0)
 
摘要: And they lived happily ever after So much has been written, discussed and argued about the joint life of developers and testers. It seems whenever these two groups meet, there will be more shouting th... 阅读全文
posted @ 2012-05-06 15:58 做个不善的人 阅读(223) 评论(0) 推荐(0)