What's wrong with Visual C++? It is pretty easy since there isn't anything you have to configure after you install it. If you don't want to use the IDE you can run the compiler from the command line.
Otherwise if you could use GCC or MinGW if you don't want to use Microsoft's compiler.
^ is the problem. I'm completely new to c++, my experience is in javascript, and I'm trying to learn c++. How would you get visual c++ started so you can just write out the code and have it compile it properly? Clearly I'm doing something wrong, but the program has no clear instructions as to how to properly compile a program
Well that means there are some errors in your C++. There isn't a problem with the tool, it is your code.
You can see what the errors are in the error list. Which if the window isn't open some place on the IDE already, go to View in the menu and click on Error List.
If you don't understand the problems, post what the errors are and post your code.
Ah, thanks for that, I think the book I've been reading to learn C++ mentioned this at the beginning, but it never came up again, so by the time I got on and tried to write my own programs, I'd forgotten about it entirely. But I didn't get an error message, aside from the one I posted earlier