not saying it’s good design, I ditched C++ long ago. at least the C++20 modules API is gonna fix this, right guys?
not saying it’s good design, I ditched C++ long ago. at least the C++20 modules API is gonna fix this, right guys?
pretty sure the meme is about how the implementation looks ugly but using the implementation looks good because all the code is abstracted away. if it was like you said then why would they compare the code to the main.cpp
The reason is that header files are pretty much copy/pasted into your c files when you include them. so the code in them keeps getting recompiled for every c file, which drastically increases overall build times. If you only declare in the header and have one c file implementing the functions you compile them only once.
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
Kann gut sein, ich hab für meinen Eigenbedarf noch nie industrielle Mengen an Knoblauch gehackt. Wird vielleicht mal Zeit
Wenn man den Knoblauch sowieso hackt kann man ihn auch mit dem Messer zerquetschen und die Haut danach einfach wegnehmen
Dennoch müssen Adjektive wie “blond” entsprechend dem Geschlecht inflektiert werden. “blonde actress” und “blond actor” sind richtig, wohingegen “blond actress” ungrammatisch wäre
Dies, ich verstehe nicht wann ich einen Text mit der Formatierung der Quelle in mein Word Dokument einfügen wollen würde, was ja höchstwahrscheinlich anders formatiert ist…
in what backwards country are cashiers not allowed to sit down ???
exakt, wie jemand anderes hier schon geschrieben hat ist das nur ein totschlagargument
laut dem artikel liegt das daran dass polizisten sich aktuell um die israeliten in berlin kümmerm müssen und keine Zeit haben sich mit aktivisten zu befassen. der logische schluss ist dass die aktivisten israeliten gefährden, scheinbar
A law like this would violate the rights of all EU citizens. The courts would (should!) strike this law down immediately
“Liegt das Problem darin dass ich über etwas komplett anderes rede?” Ja kann schon gut sein
stuff like this makes me wanna learn 3D modeling. great work!
ah right I forgot about the pro
What do you mean “faster data”. They put USB 2.0 in those things, that’s the same speed as lightning
I go to self checkout because my closest supermarket has one cash register and the queue is always like 6 old people
truly spoken like someone who has never worked on a large C/C++ project