約75,500件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 2024/6/27 -Take languages like C++ and Java, for example. These are known for being quite explicit. You generally need to declare your variable types, function parameters, ...

    2024/7/18 -The 'explicit' keyword in C++ is a crucial feature for developers aiming to prevent unintended type conversions that can lead to bugs and unpredictable behavior ...

    2024/7/11 -What is this code trying to accomplish? In any case, this doesn't seem legal since a this parameter (implicit or explicit) refers to the object that the method ...

    2024/2/28 -The explicit function specifier controls unwanted implicit type conversions. It can only be used in declarations of constructors within a class declaration.

    2024/6/24 -Though C++ fails to completely prevent these caveats for many reasons, I'm coming up with a way for perfectly obeying RAII. The idea is to basically to render ...

    2024/6/15 -In C++, an explicit constructor is a special type of constructor that prevents implicit conversions from occurring during object initialization.

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

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

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

    2024/3/13 -A member or a member template of a class template may be explicitly specialized for a given implicit instantiation of the class template, even if the member or ...

    Function template-Partial template specialization-Class template

    2024/7/28 -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 ...

    2024/4/22 -From what I learned, constexpr in C++ is more like const / const fn declarations in Rust instead of const{} which may wrap an expression that might never be ...

    2024/2/19 -Although I have choosen “MSVC Toolset Version 14.38.33130” in all project settings the projects are compiled with the 14.39 toolset (see screenshot).