Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ええと、私は私が理解していない問題を抱えています...
class ManagedGlobals { public: gcroot<Editor^> MainEditor; };
なぜ私のコンパイラは私に与えるのですか?
syntax error : missing ';' before '<'
なんで?
これやった?
#include <vcclr.h> using namespace System;
gcrootの使用例を次に示します。