Andres Tarallo wrote: > I've developed a small class in C++; while compiling it I'm getting > the following message > "return type specification for constructor invalid". > > I don't understand this message, what does it mean?. As far as I'm > concerned the constructor does not return anything. > > Thanks in advance > Andres Tarallo How did you declare the constructor? It should not return anything - it should not be even 'void'
- Prblem compiling C++ with G++ Andres Tarallo
- Burak Serdar