And where can i download a C++ idle or something? |
You mean, like Python's IDLE, but for C++? Well, for C++, there is nothing like that. There are IDEs for C++, but they are nothing like IDLE. If you are on Windows, your options include Microsoft Visual C++, Code::Blocks, Eclipse CDT, Netbeans C++ Pack, and others. I assume you're on Windows since you're in the Windows section.
i am sorry i thought it was a c++ based launguage excuse my ignorance.
I was being hardheaded. |
No problem. I
do think that you'll probably get better results on a Python forum, though.
what types of math do i need to know to program? |
If you are just starting, not much really. Basic algebra would help, but you don't really
need it. Although if you are going into game programming, then you will need to know a lot of math. A simple Asteroids game requires basic vector knowledge, for example.