It's been a long time since I've done some significant C++, and I just bumped into something that strikes me as weird. (We're using Visual C++ 6.) I thought they'd both create a local variable of the ...
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 ...