I_Watch_Sheep
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
I_Watch_Sheep 创建了一个帖子, switch, adding new case formatting is tabbed
When I add the second case I don't type backspace to set the tab to the correct tab I thought that clion would automatically tab it so I left it like that and came here to tell you that clion isn't... -
-
I_Watch_Sheep 创建了一个帖子, 已回答jetbrains rider, is there a way to make my code smaller?
see my program?#include <iostream> using namespace std; int main() { double NumberPi = 3.14159; double NumberE = 2.718281828; int count = 0; bool Condition = true; do { ...