Im a High school student sitting in class doing nothing. I want to write some c++ code but dont have a laptop. Our school computers cant download things and I was wondering if there are any online compilers that work well. I tried two and they cant do cin which is one of my favorite things. Anyone know of a good one?
With ideone you enter your code. Then click the stdin button under the window to bring up an input window. This is a quick sample I did to show it can handle cin (just not like you would on your computer):
https://koding.com best online compiler there is plain and simple ;p. Pretty sure they still have free accounts available.
What makes this stand out is that it gives you your very own VM to play with, so you can save files for later, install libraries if you need them, etc. etc. It also support multiple languages (Including C++) and has amazing support web languages like Javascript, Ruby, Python, HTML, etc.
Worth checking out if you are looking for a online compiler that you will be using frequently.