I have a class<BR>class Alpha<BR>{<BR> class Record<BR> {<BR> //stuff<BR> }<BR> //stuff<BR>}<BR><BR>And another class<BR>class Beta<BR>{<BR> void method(Alpha::Record ...
I have been relearning C++ for the past couple of weeks and this thing now has me stumped.<BR><BR>The code compiles and runs fine initially but if in the header ...