摘要:本文討論使用Visual Studio 6.0的Visaul C++開發Win32 DLL。
阅读全文
摘要:隨著多核心CPU普及,但時脈卻越來越低,若程式還是用單核心的方式去寫,不僅壓榨不出多核心的效能,執行速度還可能越來越低,所以使用平行處理(Parallel Programming)也就越來越重要了。
阅读全文
摘要:libdecodeqr是一個open source的C/C++ QR code library,本文討論如何使用VC8編譯。
阅读全文
摘要:boost為超強的open source library,而且即將成為下一代C++的standard library,本文介紹如何在Visual Studio 2005下編譯boost。
阅读全文
摘要:大部分C/C++的書,都沒教怎麼用C/C++的IDE,C++ Primer 4th也沒提,當然可以用記事本寫程式,然後在DOS Prompt下編譯,別忘了你身邊就有一個超強的IDE可用: Visual Studio 2005,本篇將一步一步的示範如何使用。
阅读全文
摘要:這兩天寫SystemC的第一個作業,其實花最多時間是在Compiler身上。由於SystemC本身並不是一個程式語言,而是架構在C++上,利用C++的Generics特性擴充其Library,使C++搖身一變成為HDL,且SystemC也沒有自己的IDE和Compiler,理論上只要是C++的Compiler就可以compile所有SystemC的code。
阅读全文
摘要:Creating SystemC Applications----------------------------- 1. Start Visual Studio. From the Start Page select New Project and Win32 Console Project. Type the project name and select a suitable locatio...
阅读全文
摘要:Visual C++ 7.1--------------The download directory contains two subdirectories: 'msvc71' and 'examples'. The 'msvc71' directory contains the project and workspace files to compile the 'systemc.lib' li...
阅读全文