DBPROP_COMMANDTIMEOUT does not seem to work?
作者:黄敏 日期:2010-06-03
[zt] Virtuality
作者:黄敏 日期:2010-05-24
A very insightful article about Virtuality in C++:
http://www.gotw.ca/publications/mill18.htm
http://www.gotw.ca/publications/mill18.htm
Tags: virtual c++ desctructor
static variable in header file?
作者:黄敏 日期:2010-05-19
typedef or class wrapper
作者:黄敏 日期:2010-05-18
va_start does not work with reference parameter
作者:黄敏 日期:2010-05-06
It is the first time I noticed this issue.
Basically the first parameter of a unknown number of parameters function call must have the first parameter passed as value.
See the full discussion at http://stackoverflow.com/questions/222195/are-there-gotchas-using-varargs-with-reference-parameters
Basically the first parameter of a unknown number of parameters function call must have the first parameter passed as value.
See the full discussion at http://stackoverflow.com/questions/222195/are-there-gotchas-using-varargs-with-reference-parameters
Compiler expression evaluation Interesting
作者:黄敏 日期:2010-05-03
Building Boost.Locale
作者:黄敏 日期:2010-04-19
Basic GNU Gettext how-to
作者:黄敏 日期:2010-04-14
1. Mark the strings using chosen keywoard (for example, '_')
2. Extract text template out of source code with specified keyword and domain name:
程序代码
\gettext-0.17\bin\xgettext -k_ PnxErrors.h Error.cpp -ophoenix.po -dPhoenix
2. Extract text template out of source code with specified keyword and domain name:
程序代码\gettext-0.17\bin\xgettext -k_ PnxErrors.h Error.cpp -ophoenix.po -dPhoenix
Tags: gettext how-to localization


