I am an absolute programming beginner and i can not find any tutorials on what program i need to use or how to install them. I also want to actually learn to write code using c++.
Responses (2)
What I use is Visual Studio. The express version is free from Microsoft. You would then need to watch a tutorial on how to use it - it isn't that hard to get familiar with. I would also look up how to import support for different languages. I'm currently using C# which was not native. I know you said that you'll be using C++... I just can't remember right now whether or not it is native.
Just in case you don't know, Visual Studio is an IDE (Integrated Development Environment). It is an interface which makes the coding process much easier.