Summary over the three years in NL
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 can enjoy the ‘small’ and ‘beautiful’ views from villages, farms, towns, canals,… Everything is so easily reachable.
This online place is to log everything from my daily life. I read a lot, coded a lot but left little. So at the beginning of the second week of my unemployed life, I decided to write down things I am doing, like currently learning C++, to leave some useful hints for other people, and also to push me to think deeply and say logically, which I see is a disadvantage of my working style.
I plan to continuously write down the following topics:
Thanks for visiting
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,...