g++ returns

g++ returns "undefined reference to" - C++ Forum

瀏覽:1029
日期:2025-06-13
which is the constructor for the StandardAnalyser class. You are forward declaring the class but not defining it which doesn't really make sense. If it is defined in the header files then you don't need to forward declare it. If it is a class the you are ...看更多