LoginSignup
3
0

More than 1 year has passed since last update.

今まで買ってよかった技術書を紹介しよう!

参加記事をです。

bookmeterの「今まで買ってよかった技術書を紹介しよう!」企画

で提案がありました。

Effective C++

https://bookmeter.com/books/425954
51TFT3FMS1L._SL500_.jpg

Efective C++をやりはじめなんとか仕事ができるようには #短歌

Effective C++ Third version, sample code compile list(1)View C++ as a federation languages

Effective C++ Third version, sample code compile list(2)Prefer consts, enums, and inlines to #defines.

Effective C++ Third version, sample code compile list(3)Use const whenever possible.

Effective C++ Third version, sample code compile list(4)Make sure that objects are initialized before they're used.

Effective C++ Third version, sample code compile list(5)Know what functions C++ silently writes and calls

Effective C++ Third version, sample code compile list(6) Explicitly disallow the use of compiler generated functions you do not want.

Effective C++ Third version, sample code compile list(7) Declare destructors virtual in polymorphic base classes

Effective C++ Third version, sample code compile list(8) Prevent exceptions from leaving your destructors

Effective C++ Third version, sample code compile list(9) Never call virtual functions during construcion or destruction

Effective C++ Third version, sample code compile list(10) unctions during construcion or destruction

Effective C++ Third version, sample code compile list(11) Handle assignment to self in operator=

Effective C++ Third version, sample code compile list(12)Copy all parts of an object

Effective C++ Third version, sample code compile list(13)Use objects to manage resources

Effective C++ Third version, sample code compile list(14)Think carefully about copying behavior in resource-managing classes

Effective C++ Third version, sample code compile list(15) Provide access to raw resources in resource-managin classes

Effective C++ Third version, sample code compile list(16)Use the same form in corresponding uses of new and delete

Effective C++ Third version, sample code compile list(17) Store newed objects in smart pointers in standalone statements

Effective C++ Third version, sample code compile list(18) Make interfaces easy to use correctly and hrad to use incorrectly

Effective C++ Third version, sample code compile list(まとめ)作成中

関連資料

C++N4741, 2018 Standard Working Draft on ISO/IEC 14882 sample code compile list

C++N4606, 2016 Standard Working Draft on ISO/IEC 14882(1) sample code compile list

C++N3242, 2011資料作成の覚書

C++ Core Guidelines, Bjarne Stroustrup

プログラミング言語C++

C++17 - The Complete Guide clang++とg++でコンパイルしてみた(4) tmpl

C++17 - The Complete Guide clang++とg++でコンパイルしてみた(まとめ)

C++2003とC++2017でコンパイルエラーになるならない事例集

Autosar Guidelines C++14 example code compile list(1-169)

AUTOSAR 検索結果 C++ 関連文書, AUTOSAR(14)

Clang/Clang++(LLVM) gcc/g++(GNU) コンパイラ警告等比較

MISRA C++ 5-0-16

IEEE 802.11, Wi-Fi and C++.無線網( Wi-Fi)空中線(antenna)(32)

C++ Templates Part1 BASICS Chapter 3. Class Templates 3.2 Use of Class Template Stack stack1test.cpp

C++ Templates The Complete Guide(2nd Edition)をclang++とg++でコンパイルしてみた

The C++ Standard Library: clang++とg++でコンパイルしてみた(2) concurrency

The C++ Standard Library: clang++とg++でコンパイルしてみた(4) contadapt

The C++ Standard Library: clang++とg++でコンパイルしてみた(5) fo

The C++ Standard Library: clang++とg++でコンパイルしてみた(10)regex

The C++ Standard Library: clang++とg++でコンパイルしてみた(12)string

The C++ Standard Library: clang++とg++でコンパイルしてみた(14)alloc & lang

The C++ Standard Library: clang++とg++でコンパイルしてみた(まとめ)

「Optimized C++ ― 最適化、高速化のためのプログラミングテクニック」コンパイルしてみた(3) calling.cpp

「C++完全理解ガイド」の同意できること上位10

C言語(C++)に対する誤解、曲解、無理解、爽快。

[C][C++]の国際規格案の例題をコンパイルするときの課題7つ。

C++/C コンパイルエラーを記録するとよい理由7つ

プログラミング言語教育のXYZ。Youtube(1) 仮説・検証(52)

趣味(like, hoby and life work)としてのプログラミング言語(C++, python and Verilog HDL)

新人

マネージャ・リーダーの私にとって有益な知見が得られた書籍

新人の方によく展開している有益な情報

新人(学生)を指導するよりも新人(学生)に指導してもらった方が効率的。仮説・検証(139)

参考資料(reference)

第11回 TOPPERS活用アイデア・アプリケーション開発コンテスト

ひょっとしたら、この部門への投稿の表題を変えて、コンテストに応募するのも手かも。

TOPPERS のAUTOSARへの貢献(更新中), AUTOSAR(15)

AUTOSARとSimulink: Adaptive Platform, Classic Platformとマルチコア対応を含めた共通化を目指して

TOPPERS の AUTOSAR への貢献 II (改定中)

人生で影響を受けた本100冊。Youtube(3)

今まで書いてよかった技術書を紹介しよう!

あなたもdocker, 私もdocker

文書履歴(document history)

ver. 0.01 初稿 20210820
ver. 0.02 @kaizen_reveさんがいいね(LGTM: Look Good to Me)してくださったのを記念して資料追記 20210902

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0