LoginSignup
1
0

The Modern C++ Challenge, docker(137)

Last updated at Posted at 2019-02-09

The Modern C++ Challenge
https://www.packtpub.com/application-development/modern-c-challenge

Source code
https://github.com/PacktPublishing/The-Modern-Cpp-Challenge

ソースードをG++, Clang++, Visual C++の3種類でコンパイルしてみる。
最初はg++

$ docker run -it gcc /bin/bash
# gcc --version
gcc (GCC) 8.2.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

#g++ first error

console log
https://researchmap.jp/muxc5w1im-45645/?action=multidatabase_action_main_filedownload&download_flag=1&upload_id=244320&metadata_id=25961

error.log
https://researchmap.jp/muwq6j2nn-45645/?action=multidatabase_action_main_filedownload&download_flag=1&upload_id=244322&metadata_id=25961

output.log
https://researchmap.jp/mumqt69o4-45645/?action=multidatabase_action_main_filedownload&download_flag=1&upload_id=244321&metadata_id=25961

docker hub

$ docker pull -it kaizenjapan/mccgcc /bin/bash

#参考資料

cmake Cmakelists.txt
https://qiita.com/kaizen_nagoya/items/c109c3a0c7fb18cb9dbd

文書履歴

ver. 0.01 初稿 G++ 20190209
ver. 0.02 参考資料 追記 20190210

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

1
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
1
0