21 Jul
2009
21 Jul
'09
5:05 a.m.
krzychk2 wrote:
I have written a module for FreeRADIUS in C++. Now I have a big problem with compilation.
C++ adds reserved words like "operator" that are legal to use in C.
I am not familiar with mixing C with C++ so I would like to ask You for help. I do not want to rewrite my code for C, because it will be such a loss of my work.
Is C++ really that different for simple modules? Alan DeKok.