跨平台开发
文章平均质量分 74
nightelve
一个业余程序员
展开
-
跨平台开发,各种宏的定义
gcc跨平台开发,各种宏的定义,_WIN32,__linux,__unixRe: Cross platform codeFrom: Oleg Goldshmidt (pub_at_nonexisting.hamakor.org.il)Date: Fri 04 Jul 2003 - 03:09:22 IDT* Next message: Orna Agmon: "[H原创 2007-12-07 11:56:00 · 1959 阅读 · 0 评论 -
Using the Windows Headers
The header files for the Windows API enable you to create 32- and 64-bit applications. They include declarations for both Unicode and ANSI versions of the API. For more information, see Unicode in t转载 2013-11-20 13:24:39 · 341 阅读 · 0 评论 -
ASCII Unicode和UTF-8
今天中午,我突然想搞清楚Unicode和UTF-8之间的关系,于是就开始在网上查资料。结果,这个问题比我想象的复杂,从午饭后一直看到晚上9点,才算初步搞清楚。下面就是我的笔记,主要用来整理自己的思路。但是,我尽量试图写得通俗易懂,希望能对其他朋友有用。毕竟,字符编码是计算机技术的基石,想要熟练使用计算机,就必须懂得一点字符编码的知识。1. ASCII码我们知道,在计算机转载 2013-12-11 23:50:36 · 707 阅读 · 0 评论