C++ Programming Keynotes
1. INT to string, char to string, string to char
1 | int a = 42; // int to string |
2. sort
1 | vector<int> a; // a = {2, 4, 3, 6, 5}; |
1 | /** |
3. ssh 中文远程乱码
1 | sudo vim /etc/default/locale #change the file |
4. convertion
1 | unsigned int aa = 6; |