Forum Discussion
Altera_Forum
Honored Contributor
21 years agoC++ example
Hi everyone, I was wondering if there comes an C++ example for the lightweight ip stack with NIOSII ? I only see c examples, but if i want to extend them with C++ it won't work because of t...
Altera_Forum
Honored Contributor
21 years agoOk, I know that I should use extern "C".
I only wants to have an working C++ example for the lwip module, because the given examples are in C, and it is not so easy to convert them to C++ (I tried, but didn't get it working). Adding "extern "C"" isn't enough. Thanks anyway, Michel.