lee kingde

- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 16
-
-
lee kingde created a post, AnsweredHow to solve "Chinese Garbled(中文乱码)" in UTF-8?
System:Win11 Chinese version Clion:2023.1 Hello,can you help me how to solve "Chinese Garbled(中文乱码)"? When I run directly, Chinese in console is garbled But when I run in debug: it shows correct... -
lee kingde commented, -
lee kingde created a post, AnsweredHow to build c++ with llvm clang in mac?
Hi, I'm a beginner study c++ by CLion(2021.2.2) in MacOS(10.13.6). I want to use clang instead of default gcc, so I brew install llvm@8, and export PATH="/usr/local/opt/llvm@8/bin:$PATH"' >> /Use... -
lee kingde commented, -
lee kingde created a post, How can change code style to show i ++ rathen than i++ ?
I think the 【i ++】 【++ i】 is more clear display than 【i++】【++i】 so, how can I edit the code style to realize it? -
-
-
-
lee kingde created a post, AnsweredHow to collapse all doc comments like "//"?
Hi How to Collapse/Expand all Doc comments like "//"? I know this: but it just collapse work for the comments 1 like "/**/", not for the comments 2 like "//". I want to collapse the all comments 2...