本文介绍了C ++语法错误:缺少';'之前''的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
呃,我有一个我不明白的问题...
Ehh, I'm having an issue which i don't understand...
class ManagedGlobals
{
public: gcroot<Editor^> MainEditor;
};
为什么我的编译器给我:
Why does my compiler give me:
syntax error : missing ';' before '<'
为什么?
推荐答案
这样做了吗?
#include <vcclr.h>
using namespace System;
。
这篇关于C ++语法错误:缺少';'之前''的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!