I want to write programms so where from i can? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to write programms so where from i can?

23rd Feb 2019, 8:20 AM
Ojal Bagawe
3 Answers
+ 4
Grab a IDE , Grab a reference , And start
23rd Feb 2019, 12:12 PM
Shahil Ahmed
Shahil Ahmed - avatar
+ 3
Can you explain more about what youre asking? Sorry that i dont understood.
23rd Feb 2019, 8:23 AM
ShortCode
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.
23rd Feb 2019, 8:43 AM
Ah Zong
Ah Zong - avatar