約3,410件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1週間以内
  • 3日前 -Conversion operators are special member functions in a class that enable implicit or explicit conversion of objects of that class to another type. They help in ...

    4日前 -In copy-list-initialization, if phase 2 selects an explicit constructor, the initialization is ill-formed (as opposed to all over copy-initializations where ...

    1日前 -I get an error: Group<const char (&)[6]>::Group(T1)': member function already defined or declared. What is going on? the type array of const char is getting ...

    6日前 -A copy constructor is a type of constructor that initializes an object using another object of the same class. In simple terms, a constructor which creates ...

    16時間前 -What is the '-->' operator in C/C++? 3689. What does the explicit keyword mean? 3924. What are the differences between a pointer variable and a reference ...

    3日前 -Being extremely explicit in the code will all just vanish in the binary. Upvote

    A.an を付けたくなりますよね。でも決まり文句ですから。 参考画像 https://www.google.co.jp/search?newwindow=1&safe=off&biw=

    A.このVBAコードの問題は、変数Pに前回表示した画像の番号を保存しているため、同じ問題が繰り返し表示されてしまうことにあります。 修正するためには、前回表示した画像の番号を保存する変数Pを、問題...

    A.警告:ぶら下がりelse(darling else)を除去するために中括弧を明示的に追加せよ。 ぶら下がりelse問題とは【Dangling else problem】 https://mar...

    4日前 -Explicitly-defaulted functions and implicitly-declared functions are collectively called defaulted functions. Their actual definitions will be implicitly ...

    2日前 -Observe how in Rust, deep copies require an explicit call to clone(), and the same confusion around std::move doesn't exist, as ownership is transferred with ...

    1日前 -The NRVO rule in C++ is there because it explicitly permits such an optimization to be done even if it has observable side effects. It is much easier to ...

    5日前 -constexpr is a keyword that can be applied to variables, functions, and, since C++14, even constructors and member functions. It tells the compiler that the ...