GujuBoy:
> i have created a "cpp" file which has the followin code and when i try
> to compile it..it does not know what "list" is..it says its
> undefined..i also tried using #include
I would have expected this (except the cstdint.h line which may not
be needed but it was in the code I cop
Am Sonntag, 5. Juni 2005 08:13 schrieb GujuBoy:
> static list retrieval_as_list(SplitText &self, int position,
> int retrieveLength) {
> list result;
If I'm not completely mistaken: you know that this usage should (at least
under all sensible terms) allocate a list on the stack a
i have created a "cpp" file which has the followin code and when i try
to compile it..it does not know what "list" is..it says its
undefined..i also tried using #include
but no differe...can someone please help.
thanks
static list retrieval_as_list(SplitText &self, int position,
int re