1.字符ch转换为数字nch
nch = ch - '0';
nch = ch&0xf;
2.HKEY_CLASSES_ROOT/.extfilename = AppName.version.extfilename
HKEY_CLASSES_ROOT/AppName.version.extfilename/shell/open/command = appdir/AppName.EXE %1
HKEY_CLASSES_ROOT/AppName.version.extfilename/DefaultIcon = resdllfilepath, id
@id是图标在资源文件中的序号
@应用程序的图标是资源中最小的id的图标
3.去掉字符的首尾空格(wchar_t* name, int count)





































4:swscanf的用法







5:判断无符号整数是否是2的某次幂






6:(*(*FF)(int, int))(int)的含义







7:ASP.NET 修改HTML元素
在网页中拖个HTML 控件,runat属性设置成server,在c#代码中就可以通过id名称来访问
8:Div居中
div{width:800px;margin:0 auto;height:50px;background:#00FFFF}
9:GCC
gcc -o targetfile srfile -Iincludedir -Llibdir
ar -crv afile *.o