silvioprog
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 3
-
silvioprog 进行了评论, -
silvioprog 创建了一个帖子, 已回答How to watch a variable showing its content as binary?
Hi. How to see a watched variable as binary content? It can be useful to see bitwise operations[1], for example, supposing the following code: ``` for (unsigned char i = 0; i < 8; i++) LATB ... -
-
silvioprog 创建了一个帖子, 已回答Do why CLion needs 1.2 GB of RAM?
Hello, Do why CLion needs 1.2 GB to compile a very small library? Memory snapshot: https://mega.nz/#!T0Q1BSqA!43fi55Y-5yo4bfwmrN9mrKXBoMd18clBbno9jWCU1PM. My environment: Windows 10 64 bits (insta... -
silvioprog 进行了评论, -
silvioprog 创建了一个帖子, 已回答Reformate Code + Doxygen comments = wrong code indentation
Hello, CLion broke the code indentation after reformate a code declaring Doxygen comments. Please see this attached picture below, this is the indentation I want: However, after reformate code, I'...