Summary over the three years in NL
Chinese Version
Chinese Version
Welcome to my blog! I come from China. After living in Beijing for almost 12 years, I moved to the Netherlands. Here I enjoy the ‘small’ and ‘beautiful’ view...
In C++, the array name is the address of the array, just like in C. We could use the array name or the pointer to the array name to index the array. However,...