You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the online compiler for the first time, it appears that the demo program has misaligned the opening curly braces for functions, conditionals, etc.
They appear to be on the next line down, while most standards have them inline with the definition or initial clause.
Expect to see -
Web IDE load up with a C++ snippet in the standard format.
Actually seen -
The Web IDE appears to be creating less-readable code by placing opening curly braces on a line below where they should be.
Additional details -
Issue seen using a standard modern desktop web browser (eg - Firefox, Chrome).
The text was updated successfully, but these errors were encountered:
Issue -
When loading the online compiler for the first time, it appears that the demo program has misaligned the opening curly braces for functions, conditionals, etc.
They appear to be on the next line down, while most standards have them inline with the definition or initial clause.
Expect to see -
Web IDE load up with a C++ snippet in the standard format.
Actually seen -
The Web IDE appears to be creating less-readable code by placing opening curly braces on a line below where they should be.
Additional details -
Issue seen using a standard modern desktop web browser (eg - Firefox, Chrome).
The text was updated successfully, but these errors were encountered: