Since 4/2/2012 5:23:26 AM, robert.fendt has written 2 articles and participated in 0 conversations. robert.fendt signature: robert.fendt
robert.fendt's articles:
Items(2) /1
C++ specific types in 'extern "C"'7108 (12/3/2010 12:07:29 PM) comp.lang.c++ Hi,
I just came across something very odd. In an old project, there were
declarations of the scheme
extern "C" void foo(int&);
thus using C++ reference types in a C-linkage declaration. In the C++
im... Robert
parsing of structured text2156 (10/27/2010 8:03:25 PM) comp.lang.python Hi all,
I have to parse a file containing (slightly erroneous) vCal data. The
format of vCal/iCal is that of a structured ASCII file, not unlike XML
in a way. A vCal block contains information on a line-by... Robert