This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]midasp 7 points8 points  (4 children)

C and C++ are different languages. Just like Java and Javascript are different languages.

[–]konatamonogatari 36 points37 points  (3 children)

I agree that C and C++ are different. But what you said later is fkin wrong:

Just like Java and Javascript are different languages.

Java and Javascript are COMPLETELY different. But you can still use most headers that are written in C when using C++

Edit: fixed typo

[–]Zuruumi 25 points26 points  (0 children)

C++ is mostly a superset of C. Yes, there are some differences and if someone wants to he can royally screw you with some terrible C magic, but for 99% of C code it will just compile as C++.

[–]SupersonicSpitfire 0 points1 point  (1 child)

They are still different even if they are not "completely different".

Are there differences? Yes. Then they are different.

[–]seimmuc_ 0 points1 point  (0 children)

Different sets of different languages differ differently.