Project ideas to become good at C++

前端 未结 5 1775
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-01 22:01

I want to get into C++ team at work. Their job is to write CGIs in C++ (mainly but not limited to). I know basic C++. Reading the list at C++ book guide question on SO, I\'ve go

5条回答
  •  南旧
    南旧 (楼主)
    2021-02-01 22:28

    answer to the title of the question :) assuming C++03

    From Bjarnes website:

    1. New learning

    2. Principles and Practice Using C++ (Should give ideas about short programs/projects)

    3. Learning and teaching C++

    And yes, have a good reviewer by your side if you have to learn good C++. Keep a copy of the relevant standard handy (open-std.org)

提交回复
热议问题