A
Arash_89
Guest
Hello,
I want to write a simple program just with C language in Visual Studio.
Now if I used the C++ library in Visual Studio, we don't have any problem and code can run successfully but I should use just C syntax and library.
How can I limit code execution in C? (for example, I received an error or warning when I used C++ syntax or library in C project)
Thanks
Continue reading...
I want to write a simple program just with C language in Visual Studio.
Now if I used the C++ library in Visual Studio, we don't have any problem and code can run successfully but I should use just C syntax and library.
How can I limit code execution in C? (for example, I received an error or warning when I used C++ syntax or library in C project)
Thanks
Continue reading...