So Im having a problem, gcc is spitting out this:<P>democons.c: In function `apidemo_get_mem':<BR>democons.c:1065: warning: implicit declaration of function `malloc'<BR>democons.c: In function ...
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 ...