Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .

1 like 0 dislike

2 Answers

0 like 0 dislike
Yes. C++ is great for competitive programming. It is one of the most popular programming languages for competitive programming.

you can watch youtube about that
by Expert (650 points)
0 like 0 dislike
Many things in C++ and Java are same so switching from one to other should be easy too.

Loops , conditions , etc. both have exactly same syntax in C++ and Java.

You can use this resources to learn C++ :

1)https://www.sitesbay.com/cpp/index

2)https://www.w3schools.com/cpp/default.asp

Then , solve these crisp , easy and logical C++ prolems  to get a good hands-on practice :-

https://www.sitesbay.com/cpp-program/index

Hope this helped!
by Expert (144,420 points)
...