Any C++ Tutorials Specifically For Competitive Programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Any C++ Tutorials Specifically For Competitive Programming?

Not sure if it's allowed to ask this here, but that's the question. By specifically, I don't search for "How to print, using cout blablabla" thing, specifically for CP. Edit: I know the basic of C++ since I have experience in C, but I still haven't explore the advanced C++.

17th Oct 2020, 3:37 AM
LastSecond959
LastSecond959 - avatar
7 Answers
+ 4
If you want to learn to program in C++ and the philosophy behind it, I recommend the book "Programming Principles and Practice Using C++" by Bjarne Stroustrup, the creator of C++. In the first 11 chapters he covers the basics, and from then on more advanced topics like algorithms, RAII and STL. You can also check his other books. If you are more into interactive learning, you can check out the c++ nanodegree program from Udacity. It covers many advanced topics and you get to work in 5 different real-world projects.
17th Oct 2020, 11:04 AM
Juancho
Juancho - avatar
17th Oct 2020, 8:08 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
You can go through GFG and Hackerearth .
17th Oct 2020, 4:22 AM
Mohd Kasim
Mohd Kasim - avatar
0
In youtube you can find many tutorials and sites in google try to seach
17th Oct 2020, 6:10 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
♨️TEJAS MK-82♨️ I was asking for specific reference actually, youtube and google search is just a common thing. Thanks for answering anyway.
17th Oct 2020, 7:58 AM
LastSecond959
LastSecond959 - avatar
0
♨️TEJAS MK-82♨️ That's websites for practice, I do codeforces, hackerrank, kattis, spoj and others too. Is there any complete explanation for things such as about vectors, maps, etc,. That's what I'm looking for.
17th Oct 2020, 8:13 AM
LastSecond959
LastSecond959 - avatar
0
Martin Taylor Not my intention to say it's different with programming, but it really is different with "basic" things. As the name says, competitive.
18th Oct 2020, 10:13 AM
LastSecond959
LastSecond959 - avatar