約12,300件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1週間以内
  • 22時間前 -Implicit is when you don't name the type, explicit is when you make use the type name to call a constructor. There is probably some more rules, ...

    6時間前 -Add an explicit cast to the result of the "<<" operator. There is a reference to MISRA C 2004 10.5 and MISRA C++ 2008 5-0-10. Why does SonarQube not ...

    6日前 -Class template std::tuple is a fixed-size collection of heterogeneous values. It is a generalization of std::pair. If std::is_trivially_destructible ...

    Std::get(std-tuple::tuple-Std::make_tuple-Std::tie

    3日前 -Explicit (full) specialization · Partial specialization · Dependent names ... C++ standards. DR, Applied to, Behavior as published, Correct behavior. CWG 150

    5日前 -C++ Tutorial | Learn C++ Programming ... It allows us to create the class template instances without explicitly definition the types just like function templates.

    6日前 -A C++ program manipulate objects, but it is undefined behavior if you ... What when you explicitly call the destructor and later re-use the same storage?

    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日前 -[severity:It's more difficult to complete my work] The following valid program is rejected by msvc. Demo struct C { void f(this C); void b() { (C::f)(); ...

    8時間前 -Type casting in C++ is the process of converting a variable from one data type to another. This can happen in two ways: implicitly and explicitly. Implicit type ...

    3日前 -Whether this function has a prototype, either because one was explicitly written or because it was "inherited" by merging a declaration without a prototype with ...

    4日前 -While memory safety is not as strict as with Rust, Zig does provide an intuitive pattern of being quite explicit as to when memory is allocated to the heap.