What is the next step 🥺🤕? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is the next step 🥺🤕?

I learned basics c++ , pop with c++ and I am solving problems solving on codeforces right now.

20th Jul 2021, 11:09 PM
Adham Abdo
Adham Abdo - avatar
3 Réponses
+ 3
Checking out the Standard and Standard Template Library for c++ would be a good idea. You can learn about various tools used for system time, multitasking, and advanced algorithms. For now, I only recommend you check out the <thread>, <mutex>, <chrono>, <algorithm>, and <random> headers. After that, check out the container section, more specifically <queue>, <list>, <vector>, and <stack>, as these are common containers used in advanced programming. You can find most of this on https://www.cplusplus.com/reference/std/ If you have problems trying to understand threads, mutexes, or anything else listed, there's numerous tutorials on youtube that can help out.
20th Jul 2021, 11:39 PM
BootInk
BootInk - avatar
+ 1
@Martin Taylor great minds think alike, eh? :D
20th Jul 2021, 11:41 PM
BootInk
BootInk - avatar
0
You can learn GTK+, Tkinter or QT for making applications. You can learn Sockets for networking. You will be able to send and receive data packets over network. This is fun. You can also remotely control other devices. You can learn framework for web development. You can use C++ in backend. You can learn libraries and frameworks for machine learning and Artificial intelligence.
21st Jul 2021, 2:31 AM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar