I_Watch_Sheep
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited 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... -
Created jetbrains rider, is there a way to make my code smaller?
Answeredsee my program?#include <iostream> using namespace std; int main() { double NumberPi = 3.14159; double NumberE = 2.718281828; int count = 0; bool Condition = true; do { ...