• Lauchmelder@feddit.de
    link
    fedilink
    Deutsch
    arrow-up
    0
    ·
    edit-2
    3 months ago

    Why are you putting the implementation in the .h file? You’re supposed to declare in the header and implement in the .cpp files. The meme is reversed

    • merthyr1831@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      If C++/C were real languages for real programming they’d enforce this in the compiler.

      No sane language designer would say “it is imperative that you do not implement your class in its header file” then write a compiler designer to say “oh you implemented your code in the header file? lol lmao that rocks”

      They have played you all for fools.

      • SubArcticTundra@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        I actually like how much freedom C++ gives you. As long as it is fed valid code, it does not give a fuck about how you choose to structure your project

        • tyo_ukko@sopuli.xyz
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          That freedom becomes misery on the instant you have to start maintain the code from some other free spirit, whose style is totally different from yours.