Can anyone advise me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone advise me?

I am new to coding and I lnow I should start with C++. Does anyone know the best source to learn it thoroughly. I have found a sheet to practice and solve projects but where should I learn it first?

21st Jun 2019, 1:06 PM
Yasmeen
13 Answers
0
This IDE sets you up for everything you need http://www.codeblocks.org/downloads/26 IMPORTANT: Download the MINGW setup version
21st Jun 2019, 2:11 PM
alvaro.pkg.tar.zst
alvaro.pkg.tar.zst - avatar
+ 1
Use every source you can, solo learn doesn't cover the whole language, there are basic and complex things you will figure out coding yourself and seeing other people's code
21st Jun 2019, 1:51 PM
alvaro.pkg.tar.zst
alvaro.pkg.tar.zst - avatar
0
Start with the SoloLearn course
21st Jun 2019, 1:15 PM
Mo Hani
Mo Hani - avatar
0
I found the tutorial from freecodecamp's youtube easy to understand
21st Jun 2019, 1:43 PM
alvaro.pkg.tar.zst
alvaro.pkg.tar.zst - avatar
0
Mo Hani Would I need any source besides sololearn, or is it enough?
21st Jun 2019, 1:45 PM
Yasmeen
0
Alvaro 1234 Thank you! I have another question. I know I didnt start any lessons yet, but do we code c++ in text editors like sublime text 3? I want to try it on my own laptop not in a website or app.
21st Jun 2019, 1:51 PM
Yasmeen
0
Yasmeen it's not enough ofcourse, but it's a great start. After you finish it you can watch other youtube tutorial or read a book, and always keep practicing practically, SoloLearn code playground is an excellent place to play with codes and apply codes practically.
21st Jun 2019, 1:51 PM
Mo Hani
Mo Hani - avatar
0
Mo Hani Got it, thanks! I appreciate your help๐Ÿ˜Š
21st Jun 2019, 1:52 PM
Yasmeen
0
Yasmeen You can code in C++ with notepad if you wanted, a good IDE that I used when I learned was Code::Blocks, I like ot because it sets up everything you need; download the MinGW version
21st Jun 2019, 1:53 PM
alvaro.pkg.tar.zst
alvaro.pkg.tar.zst - avatar
0
Umm, I have sublime text 3 on my laptops thats why I asked about it; however, I dont really know what an IDE is or the other 2 you mentioned. I will try searching a little bit. Thanks!
21st Jun 2019, 1:56 PM
Yasmeen
0
Perhaps when you get more familiar with the concepts, syntax and compilers you will understand that and IDE isn't necessary; with sublime text you won't be able to build a C++ app, you need a compiler
21st Jun 2019, 2:01 PM
alvaro.pkg.tar.zst
alvaro.pkg.tar.zst - avatar
0
Aha, I am confused but as you said I will get familiar with these later on..
21st Jun 2019, 2:04 PM
Yasmeen
0
Ahh, got it๐Ÿ‘๐Ÿป
21st Jun 2019, 3:11 PM
Yasmeen