約66,900件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 2024/4/12 -I am getting started with c++. However I am getting errors running the task. I am always getting the error below. : error: expected primary-expression ...

    2024/1/26 -It is used by UNO to check if any of the bits of the data frame has undergone corruption during transmission. Thus, there are 40-bit (16 + 16 + 8) data ...

    2024/3/18 -... expected primary-expression before '>' token 41 | struct has_ivalue_to<T, guts::void_t<decltype(std::declval<IValue>().to<T>())>> | ^ /data/notmpfs/portage ...

    2024/4/10 -... expected primary-expression before '>' token 620 | (i.second ? std::numeric_limits<size_t>::max() : 0)); | ^ /home/yplinux/cmake-3.8.2/cmake-3.8.2/cmake-3.8 ...

    2024/3/10 -The error: expected ')' before ';' token may occur by terminating the statements which should not be terminated by the semicolon. Consider the given example, ...

    2024/2/26 -cpp:2: C:/devkitPro/devkitARM/arm-none-eabi/include/regex.h:99:45: error: expected primary-expression before '__restrict' 99 | size_t, regmatch_t [__restrict], ...

    2023/11/29 -This is because for all the remaining types of expression, we know when to stop parsing based on knowing what the last token in that expression should be.

    2024/4/19 -I am using the LFS Book 12.1 and have reached section 5.6 with no problems until `libstdc++-v3`. I ran all commands as said in book until the `make`

    2024/3/1 -Syntax sql alphaTokens(string)Arguments string – The string. Returned value The array of substrings. Example sql SELECT alphaTokens('abca1abc');plain%20text ...

    2024/4/14 -... expected primary-expression before ')' token ring_buffer(ring_buffer const &rhs) noexcept(std::is_nothrow_copy_constructible_v<value_type>) ^ src/Ringbuffer ...

    A.本題の前に。 g++でコンパイルってことで、C言語じゃなくてC++として扱っていますけど、承知の上でしょうか。 これはCとC++で文法が変わっている箇所で、 構造体の型名は、Cでは struc...

    A.~解決方法~ (1)削除 以下の行を削除します。 std::unordered_map<int, std::__cxx11::basic_string<char> (2...