What's different about C++ from C? I've never bothered to look into it besides the chapter in The Unix Hater's Guide.
Timeline
Post
Remote status
Context
1
@Forestofenchantment c++ is the biggest clusterfuck of all the mainstream languages. It fundamentally changes how its "supposed" to be written every 5 years with guidelines that nobody actually follows. If you go look at C++ projects every one of them will be written in a dramatically different style, some will look like a different language.
The actual sane way to write C++ is "use the stl, smart pointers, and classes for basic encapsulation but other than that mostly write how you'd write C
The actual sane way to write C++ is "use the stl, smart pointers, and classes for basic encapsulation but other than that mostly write how you'd write C
Replies
0
No replies yet.