日本語のみで絞り込む

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

  • 最終更新日:24時間以内
  • 9時間前 -The types of the C# language are divided into two ... Note: In the C and C++ ... Implicit and explicit conversions to and from object also apply to and from dynamic ...

    18時間前 -Argument-Dependent Lookup (ADL) is a mechanism in C++ that helps the compiler find functions during unqualified function calls (calls without an explicit

    18時間前 -This chapter covers attributes. Attributes are metadata types that can be applied to many program elements: classes, structs, assemblies, members, ...

    9時間前 -The first step to doing that is to deprecate them. While this is a breaking change, migration of old code would be very simple: simply insert an explicit cast ...

    23時間前 -What does matter is the contract between us and the compiler / language spec. Without language-level synchronisation the code is not valid C/C++ and we will ...

    20時間前 -Str4 will be automatically sized to eight characters, one for the extra null. In Str3, we've explicitly included the null character (written '\0') ourselves.

    17時間前 -Answer: In Python, you can use the built-in "open" function to read a text file preserving whitespace characters. Use 'read' function to read the content of ...

    15時間前 -In Part I of the series, Vector data structure in C++, which can be accessed by both host (CPU) and device (GPU) efficiently, is to be loosely implemented ...

    19時間前 -Using a lot of warnings is extremely time consuming when there are false positives. C is a language that must remain practical for writing optimized code.

    1時間前 -r/rust: A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and…

    Linus: "we're moving from C to...-Why ISN'T Rust faster than C...-About

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

    解決済み-回答:2件-2022/1/31

    A.文字列の終わりに '\0' を置くというのは、そういう習わしです。ですので '\0' が無いというのも当然ながらあり得ることです。 Windows 業界におきましては古くから次のようなやり方...

    解決済み-回答:5件-2019/4/14