Entries from 2019-03-21 to 1 day

C++メモ

コンパイルエラー $ clang++ test.cpp test.cpp:18:6: error: non-const lvalue reference to type 'C' cannot bind to a temporary of type 'C' C &c = test(); ^ ~~~~~~ 1 error generated. 上のコンパイルエラーになるソース #include <cstdio> class C { public:</cstdio>…

Microsoft Quantum Development Kitのインストール

環境 $ lsb_release -d Description: Ubuntu 18.04.2 LTS 参照サイト https://docs.microsoft.com/en-us/quantum/install-guide/command-line?view=qsharp-preview 手順 参照サイトに書いてあるとおりにインストールします。 .NET Core SDK 2.0以上(Build Ap…