I want to learn C++ for competitive programming. I have a good grasp (for competitive programmming needs) of Java. Where do you recommend learning it? Which editors do you use (I used Intellj Idea for Java)?
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
I want to learn C++ for competitive programming. I have a good grasp (for competitive programmming needs) of Java. Where do you recommend learning it? Which editors do you use (I used Intellj Idea for Java)?
Название |
---|
You can learn from cplusplus.com
Sublime text
It's a good choice to learn C++ for competitive programming. The resources are available which will be really beneficial for your through practice.
1. Compiler: I use code blocks. It is really easy to use and user interface is quite good. Besides, most of the contestants also use 'Geany', Sublime Text(Which is basically an editor). It's your choice. Choose the one which makes you comfortable. ;)
2. Resources: There is plenty of resources available on the internet. I will recommend you to learn stl(standard template library) of c++ as soon as possible. It will really help you to go through.
Here you will find some good problems on STL. Password(if ask): amrapari
Happy Coding. <3
Auto comment: topic has been updated by idk321 (previous revision, new revision, compare).