C++ Compiler User Reviews

Top reviews

Not a good app

The description of this app lies like crazy! I do not like the design. You cannot create or write your own programs like it says you can. Also, you cannot edit the existing programs. I do not recommend this app for anyone else.

Bad

Cannot paste an existing code…

It asks for input before the prompt

I don’t like that it will ask for input before it asks the the question so when I put the cin command anywhere it will run the cin before everything else

Does not appear to work

The following did not compile, the compiler never stopped.

// Brought to you by OnePercent

#include<iostream>
int main()
{
return 0;
}