我是第一次接触openFrameworks/C++,但使用Processing/Java已经有一段时间了。我在实例化一个对象时遇到了问题,这个对象的类是我在testApp头中创建的。Implicit default constructor for 'testApp' must explicitly initialize the member 'currentSeq' which does not have a default constructor.#pragma once
#include "ofM
我在我的doubelpendulum.h文件中创建了一个,但是它在doublependulum.cpp中似乎没有识别。我一直在犯这个错误:
我不明白为什么我必须添加一个适当的构造函数,或者为什么我定义的构造函数(规则103-104)不正确。\visual studio 2010\projects\examenopdracht\examenopdracht\pendulum.cpp(