Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Depends on your application and preferences. I like C++ more in general because of its more advanced features (const, smart pointers, compile time stuff, templates, lambdas, OOP, references) and better libraries for everyday stuff (eg. STL), but C is pretty great too if you want to keep things simple. They're equally capable of generating fast, minimal code if you know what you're doing.
-
groenkek1356yyou cant cheat complexity.
Complex remains complex
You can shift a program to a complex language to reduce source code complexity
but in the end it[c or c++] doesnt even matter ~
source: my ass -
DotSln1476yC-Basics don't hurt anyone.
Dependent on how fast you want to see results and what the requirements of your future projects will be, you might necessarily end up with C++
Anyway C is slightly better in performance where C++ is easier to manage and (just my 50 cents) read if your code needs to be reviewed or maintained by others due to OOP. -
con-fig3936yIt really depends on what you're doing. Personally I prefer the added features of C++ but I'll work in C when it's more suitable.
My thesis is based around GPU programming so there'll be a mix of both throughout which is great. Use them how you feel and see what you prefer and what works. -
C without question. You can concentrate on the problem at hand instead of being bombarded with language bullshit.
Related Rants
c or c++?
Why?
question
cpp
c