0
I want to write programms so where from i can?
3 Respostas
+ 4
Grab a IDE , Grab a reference , And start
+ 3
Can you explain more about what youre asking? Sorry that i dont understood.
0
If you're asking where can you start from so you can write programs, the answer is to get an IDE. Since you included C++ as your tag, I recommend Code::Blocks just as SoloLearn uses in its C++ tutorial.
An IDE is short for Integrated Development Environment. It's just like if you want to be a teacher you need a whiteboard or blackboard for you to write on, so if you want to be a programmer you need a text editor, compiler etc as your environment for you to develop your program. An IDE integrates compilers, text editors, debuggers etc into one software, hence its name.