+ 4

Where can I learn Full lesson of C++ or C or Python if SoloLearn covers the basics? Please tell me..😞😞

I am planning to learn C++ after learning Python. If SoloLearn covers the basics, then where can I learn the full course to master C++ or any other programming language?

27th Apr 2022, 2:07 AM
Roy
26 Answers
+ 2
27th Apr 2022, 6:24 AM
A͢J
A͢J - avatar
+ 2
I recommend CS50x. It is a free online computer science course from Harvard. It introduces C, Python, SQL, HTML & CSS, and JavaScript. You may also like the Open Source Society University repository on Github.
28th Apr 2022, 5:19 PM
bcer
bcer - avatar
+ 2
you can learn from solo learn the basics and you can increase your knowledge from websites like w3shool,programiz and much more and you can learn references to increase your knowledge but you can't find full courses
28th Apr 2022, 9:16 PM
CodeWarrior
CodeWarrior - avatar
+ 1
Read a book
27th Apr 2022, 3:21 AM
Raul Ramirez
Raul Ramirez - avatar
27th Apr 2022, 5:11 AM
Raul Ramirez
Raul Ramirez - avatar
+ 1
I am from Ethiopia 🇪🇹🇪🇹🇪🇹 nice to know this site
28th Apr 2022, 7:09 PM
Kaleb Menbere Shiferaw
Kaleb Menbere Shiferaw - avatar
+ 1
CodeWarrior The sites you mentioned are great references when you don't know a specific command etc.. Programiz is great!
28th Apr 2022, 9:21 PM
Wheres8
Wheres8 - avatar
0
I am not a fan of watching videos do you guys know which website can I use to learn the full lesson
27th Apr 2022, 3:57 AM
Roy
0
I am in a position to buy books. My parents think I would learn computer science after I go to college or university...but I want to learn now.
27th Apr 2022, 4:51 AM
Roy
0
Books I recomend C++ for everyone Absolute C++ Just looked and c++ for everyone is cheap Also you can probably find it online for free
27th Apr 2022, 5:07 AM
Raul Ramirez
Raul Ramirez - avatar
0
Surprising how Raul Ramirez is the most knowledged answer among the 'rest'. As he said, read a book. Which one? What do you want to learn? After the basics, there is no hand-holding path. From here on, you'll learn API's, concepts AND EXPERIMENT YOURSELF. This should be taught at the end of every course.
28th Apr 2022, 3:46 PM
Wheres8
Wheres8 - avatar
0
Wheres8 I am not saying his answer is wrong it just in my country we get to learn computer science or coding at college/University so when I asked my parents to buy a book of C++ course they said "You will learn that later" but I want to learn now so I could master it...
28th Apr 2022, 4:23 PM
Roy
0
Roy Pirate the book, watch youtube videos. Read the documentation of an API. To be honest, books don't really teach you much (you won't find a book on the Win32 API), I just used it as a "seeable"/start-able example. You will learn by reading the docs of an API/Framework & Videos as well as following other people's guides. And trying the basics out, adding bit by bit.
28th Apr 2022, 4:25 PM
Wheres8
Wheres8 - avatar
0
So can you suggest me from which website can I learn full concept of C++ or other programming language?
28th Apr 2022, 4:26 PM
Roy
0
*I am not a fan of watching video tutorial*
28th Apr 2022, 4:27 PM
Roy
0
Roy As noted in my intial reply, there's no site to "master C++" because that in on itself is not a goal you can even pursue. You learnt the basics, you proved that you can patch together variables, know some basics algo like bubblesort or mergesort, you have seen and written a stack. What do you want to do now? Programm games? Write an engine? Write a C++ program to handle operating system stuff? Do you want to draw windows aka OpenGL/DirectX/SDL/SFML? Do you want to inject DLLs and manipulate memory with C++ to cheat in games (very fun)? See what I mean? There's no end boss of C++ and then you will automagically write code in every category. You will begin as beginner in each of them.
28th Apr 2022, 4:30 PM
Wheres8
Wheres8 - avatar
0
Maybe you are right
28th Apr 2022, 4:32 PM
Roy
0
Roy You were taught the basics not to have an easy passage into any of those categories, but rather given enough tools and suffering by experimenting, that you will not get completely 100% lost learning something completely new. You know what pointers are. "Oh hey look, a pointer! to a time? struct!, I don't know what it means but I do have a rough idea. I am not lost, let's look at the docs, let's search time struct" etc.
28th Apr 2022, 4:33 PM
Wheres8
Wheres8 - avatar
0
Now the real pain and "10-20 years" of learning C++ begins 😁. Never give up, come back a couple days or weeks or months later but don't throw the towel. Nothing complex is learnable within days or weeks without failure and complete confusion.
28th Apr 2022, 4:34 PM
Wheres8
Wheres8 - avatar