早就想有時間能靜下來好好拜讀下Bruce Eckel的Thinking in C++這本大作,電子版的書在我原來機子的硬碟上躺了快一個春秋,在畢業的時候居然連灰塵都沒來得及給她掃掃就把她陪嫁送人了。今天在去CSDN上逛的時候,突然發現那個熟悉的字眼出現在了我的視線中,想想這段時間估計不忙,所以就重新把她Down下來,也好陪陪我,希望能讓我找到思念之外的一份快樂。解壓後就迫不及待地翻閱第一章——對象的演化(Introduction to
http://www.zdnet.com/blog/burnette/program-for-android-in-cc-with-the-native-development-kit-if-you-dare/1284 Not a big fan of Java? Well, get over it, because that’s the primary and recommended way to write applications for Android devices. It’s
http://msdn.microsoft.com/en-us/library/ms235316.aspx In most cases deployment of Visual C++ applications is done with Windows Installer deployment. For more information on deployment methods supported within Visual Studio and alternatives, see
每周都留給自己一些看書的時間。孔子說過 學而不思則惘,思而不學則殆 總結:一點模板的小結1.多個類型型參的實參必須完全符合如:compare(short,int)2.知道什麼叫模板類型型參,什麼叫實參,什麼叫模板非類型型參3.顯式實參4.類模板成員函數5.類模板的靜態成員6 類非靜態函數指標class A {public: int f( double d ){cout << d << endl; return true;}};typedef int (
本主題介紹如何使用 Visual Studio 整合式開發環境 (IDE) 中提供的項目配置將 C++ 應用程式設定為面向 64 位元平台。若要開發 64 位元應用程式,必須至少安裝兩個 Visual C++ 64 位元編譯器中的一個,否則 64 位元項目配置將無法在 IDE 中使用。 有關資訊,請參見 Installing Visual Studio 64-bit Components。注意預設情況下,64 位元工具在 Visual C++ 速成版 中不可用。 若要在 Visual C++
http://blog.csdn.net/yfkiss/article/details/7450467 經常看到有同學討論,C語言的指派陳述式是不是原子操作?C語言的++語句是不是原子操作?webopedia:Atomic implies indivisibility and irreducibility, so an atomic operation must be performed entirely or not performed at all.An operation during