The c++ header keeps getting a compiler error:
'iostream' file not found
Here is the solution: wrap the #include inside #ifdef __cplus
1 2 3 | |
The c++ header keeps getting a compiler error:
'iostream' file not found
Here is the solution: wrap the #include inside #ifdef __cplus
1 2 3 | |