Yes, you can use C code and libraries in C++. C++ is basically an extension of C. For that reason it's more versatile, but it might be easier to start with C, and learn C++ later. C++ is easy to learn if you already know C.
Yes, you can use C code and libraries in C++. C++ is basically an extension of C. For that reason it's more versatile, but it might be easier to start with C, and learn C++ later. C++ is easy to learn if you already know C.
Yes, you can use C code and libraries in C++. C++ is basically an extension of C. For that reason it's more versatile, but it might be easier to start with C, and learn C++ later. C++ is easy to learn if you already know C.
I'm working on a cpp collection of abstractions that should make the creation of simple homebrews easily. Currently writing a ndsp helper for quick sound support.