プログラミング

C#

std::stringの関数メモ

std::string クラスの関数メモsize_typeはunsigned int のtypedefsize_type copy( char *dest, size_type num, size_type index=0);stringの...
プログラミング

#defineって感じのこと

マクロ関数のメモ#define hoge(X) L##Xのように、シャープを2回付けて記述すると、##XのみがXへ置換される。例えば、hoge("abc")と記述すると、L"abc"と置換される。また、#define x100(X) X##...
PAGE TOP
Ads Block Detector Powered by codehelppro.com
Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.