• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle















  • TopRamenBinLaden@sh.itjust.workstoProgrammer Humor@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    3
    ·
    edit-2
    9 months ago

    C++ is a superset of C, and C is a subset of C++. C++ was originally designed for the purpose of updating and adding OOP to C.

    The main things C++ has that C doesn’t are user defined data types, support of reference variables, function overloading/overriding, built in exception handling with try/catch, inline functions, and C++ has around 30 more keywords overall.

    I would say the biggest difference is the OOP focus of C++ where all of data and functions are encapsulated into an object. This helps make C++ more secure and better for writing high level implementations than C.


  • TopRamenBinLaden@sh.itjust.workstoLinux@lemmy.mlI had a journey
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    15
    ·
    edit-2
    9 months ago

    I personally think communism especially Marxism sounds really good on paper. The problem is that just about every time it has been attempted things didn’t really seem to work like they are supposed to.

    Its like every state that attempts communism just ends up being a perpetual Vanguard state, and it ends up being authoritarian and terrible.

    I really think there are several good ideas in Marx theories, but the actual implementation of those theories needs some work to figure out how they should be incorporated without being corrupted and overtaken by tyrants.



  • Yea, I see what you mean. I definitely prefer the way that linux handles drivers.

    From my experience, not too many people have had driver issues with the newer versions of windows, but I could have just gotten lucky there. I find that most non tech savy people don’t care if they have the latest driver or if it contains spyware or any of that. Most of them don’t know what a driver is, so they just plug it in and if it works they don’t care how or why.

    I try to educate when I can but some people really don’t care to learn. Thanks for your explanation, I totally understand your reasoning.