| (OR):是一個二位元的運算符號,因此運算時應該要同時拿2個運算元的資料來作運算。 ||(Short-ci... Continue Reading →
sizeof memory allocation in 32bits and 64bits environments
sizeof 整數所占記憶體空間 32bit or 64bit 用以下程式分別在32bit 和64bits編譯... Continue Reading →
decltype c++11用法
我們很來看一個簡單的例子: 123456void main() { int a = 10; decltype(... Continue Reading →
C語言測試 想成為嵌入式程序員應知道的0x10個基本問題
C語言測試是徵選嵌入式系統程式員過程中必須而且有效的方法。這些年我既參加也組織了許多這種測試,在這過程中我意識... Continue Reading →
Food Tracker App in iOS Development
In Start Developing iOS Apps (Swift), you learned ... Continue Reading →
C++ Memory Management and Array Declarations in Class
具有單一參數的建構是預設,可用來作為隱性轉型用 IntArray a=10 -> IntArray a ... Continue Reading →