I need help with C coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need help with C coding

So my teacher told us that the best at our class for programming are going to do a contest and clearly im in, but the contest it's with C language while we currently are learning C++. So can someone tell me what's the difference between C and C++ language?

20th Apr 2018, 2:39 PM
Henry Beck
Henry Beck - avatar
7 Answers
+ 3
C doesn't have classes and generally, it has less language and library features. My (unprofessional) advice: Hit compile for every small chunk of your code and see if it works.
20th Apr 2018, 4:10 PM
Timon Paßlick
+ 1
Henry Beck Yeah, it's kind of bad. I'd train a bit before the challenge to get a slight feeling of what C supports and what just C++ supports.
20th Apr 2018, 4:13 PM
Timon Paßlick
+ 1
Good luck!
20th Apr 2018, 4:23 PM
Timon Paßlick
0
hmmm oke ima try that thanks
20th Apr 2018, 4:11 PM
Henry Beck
Henry Beck - avatar
0
Not to brag or anything im top of my class for C++ language so i guess C isn't that different right? I just wanted to know what were the differences without going through a C language tutorial.
20th Apr 2018, 4:19 PM
Henry Beck
Henry Beck - avatar
0
Henry Beck The difficulty with C is not the language but the lack of abstraction. You have to do everything by hand, it's harder than C++.
20th Apr 2018, 4:20 PM
Timon Paßlick
0
Well that's good to know......ima start looking through it right now then
20th Apr 2018, 4:23 PM
Henry Beck
Henry Beck - avatar