0
Is it okay to learn C++ without learning C language?
3 Answers
+ 5
You can learn c++ without c but in sololearn course, I think you should learn c before c++, because there is many topics in c which are not discussed in sololearn c++ course.For example struct ,void pointer, function pointer and memory allocation using malloc() and calloc() not discussed in c++ course,which are discussed in c++ course.
+ 6
Yes but use search feature of Q&A to avoid duplicates :
https://www.sololearn.com/Discuss/2154900/?ref=app
+ 1
it's fine .but if you are a beginner to programming you better learn c first