I want to start developing c++ programs in the linux platforms. So can anyone tell me where to start learning c++ for linux, the compiler, etc.
Thanks in advance 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do a quick
and you will have a C++ compiler which you invoke with
g++.As for learning resources, there are vast amounts of information for C++ programming. Your best bet is to google for phrases like “linux c++ programming”.
Don’t forget to check this SO post, which is the definitive C++ book guide.