Hi There
I hope this the correct category to ask the following question:
It is possible to code with C ?
Thank you
Hi There
I hope this the correct category to ask the following question:
It is possible to code with C ?
Thank you
Absolutely. A lot of the code I’ve seen on the forum is in C, though most libraries are written in C++. So, if you’re using a library, you do need to at least understand basic C++.
Just remember C++ is a superset of C, so nearly all C code will work in C++ just fine.
But a Ric states if you want to use libraries you need to have an idea of how C++ objects work as you will often need to create new ones in order to use them.
If you can code in C then I would recommend a few basic only courses on C++ and you should be fine, I can’t recommend any as I learnt C++ in class.
Thank you Rick for your answer
Thank you AdmiralTH for your answer.