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?
7 Respostas
+ 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.
+ 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.
+ 1
Good luck!
0
hmmm oke ima try that thanks
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.
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++.
0
Well that's good to know......ima start looking through it right now then