verb ダウンロード 🔗共有 逆参照する、ポインタが指す値にアクセスする To access the value or object located in a memory location stored in a pointer or another value interpreted as such; to access a value being referenced by something else. Examples : "Attempting to dereference a null pointer often results in a crash." ヌルポインタを逆参照しようとすると、クラッシュすることがよくあります。 computing technology technical AIとチャット語彙ゲーム読解練習
verb ダウンロード 🔗共有 シンボリックリンクではなく、そのリンクが指すファイルまたはディレクトリを操作する (in operating systems derived from Unix) To operate on the file or directory pointed to by a symbolic link, rather than on the link itself. Examples : "With the find command, any symbolic links appearing after -follow will be dereferenced." findコマンドを使用すると、-followの後に現れるシンボリックリンクはすべて操作されます。 computing technical system AIとチャット語彙ゲーム読解練習