+ 3
What are some major things that we can do in c++ but not in c??
3 ответов
0
I start by saying exception handling.
0
pass by reference
0
c++ is just the language c but with a lot more in it allowing you to do much more easier.
for exemple people use to create arrays of char to make strings now we only need to put string to make a string.
but both language are good and worth learning