Windows平台搭建C语言开发环境(基于GCC)
这篇是《Windows平台搭建C语言开发环境(基于GCC)》 的续篇。
这篇是《Windows平台搭建C语言开发环境(基于GCC)》 的续篇。
看到一本《啊哈C语言!》的编程科普的图书,便想着如何帮着娃们入门编程这么课——毕竟C语言是编程语言的鼻祖,入下门还是很值得。
WPF支持两种格式的Resource,即binary resource和logical resource。而Binary resource又有三种方法:可以嵌入在assembly中,编译时才打包的独立文件,运行时的独立文件。至于binary resource的culture属性不在这里讨论。Visual Stud...
这个一个很拗口的标题,其实,我需要的是一个很简单的功能。为了把这个需求解释清楚,用一个小的案例说明:
这里定义的Photoes,对我来说就是BMP, JPG, TIF, 和CR2 (Canon RAW)。至于NEF之类的,暂不在我考虑范围。
看一部叫做《Appaloosa》的片子,可惜提供的字幕实在难以忍受。同样的问题出现在最近的《Inglourious Basterds》。
这两天一直被一个问题烦着:SendMessage在C#始终不正常。因为SendMessage是标准的WinAPI,在C/C++中,Structure可以很方便通过取地址传递给SendMessage,比如Richedit中常用的EM_GETCHARFORMAT消息: SendMessage( hWnd, EM_GE...
Google要出桌面版本的OS了,命名为Chrome OS,还故意弄了两张明显跑焦的、所谓的系统图片,另外又号称预装Chrome OS的上网本今年就能上市。一下子,所有的矛头全部指向Microsoft,因为Microsoft看起来是这件事情的唯一受害者。到目前为止,Microsoft还没有官方回应。 作为一个旁...
It seemed that the software giant in Raymond has waken up. So that it only took about 1 year for the Internet Explorer to upgrade from 7 to 8, however it cos...
Finally, I got the 64-bit Windows Vista Home Premium to instead of the unactived version, and it’s great that the new OS supports 4G memory very well. Howev...
Ferrari win in Australia, the first F1 race of 2007! Real Madrid win! HIH Client 1.0 is released! HIH Client is an application which come from PIH p...
Some snapshot of Windows 7 have been published in the Internet several days ago. I am not so excited with the new coming Windows OS, but excited in the infor...
After I decide to reinstall the OS system to get rid of the strange problem which occurred only video file playback with the new Graphics Card (Nvidia GeForc...
Reading a good book, and a cup of coffee, and I won’t ask for more… Inside Microsoft SQL Sever 2005 Applied Microsoft .NET Framework Programming, Compl...
FCL, Functional Class Library, basis component of .Net Framework.
After I have put a month to study the C# under the .Net Framework 2.0 and have writen a Windows Form version P.I.H., I am satisified with current status, and...
Finally, I have changed my direction of career, give up the C++ and windows development, to star up a new phase of my career life.
As I explained in my articles earily, I have to stop the review process of C++ and STL, instead, I must put all my attention to Microsoft.Net platform.
Part I: COM实现部分和部分辅助源码浅读.