08 2021 档案

摘要:glib :File Utilities 读取文件内容 gboolean g_file_get_contents (const gchar *filename, gchar **contents, gsize *length,GError **error); 如果filename含utf8格式,参考 阅读全文
posted @ 2021-08-19 08:25 陳亞林 阅读(783) 评论(0) 推荐(0)
摘要://有时候需要对一个变量 char*[] agrv 赋值,此时可以这样做: char str[]="hello world"; char*[]argv={str}; // 大括号内可以任意填充多个同形式变量, 记录备忘. 阅读全文
posted @ 2021-08-16 01:24 陳亞林 阅读(355) 评论(0) 推荐(0)
摘要:1,正常编译SmartWin.sln 文件,生成" .ib " 2,codeblock 新建 SmartWin 项目 , 分别设置 include lib 路径. 3, 此时编译报错" main.obj||error LNK2019: 无法解析的外部符号 "void __cdecl boost::t 阅读全文
posted @ 2021-08-15 01:47 陳亞林 阅读(207) 评论(0) 推荐(0)