Replies to message #914

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Strange Looking Dog

Programming thread

Building on this, @Megatorg you should familiarize yourself of the new r-value reference system too. Fundamentally it is meant to allow you to...
Shoggoth

Programming thread

Question, since I'm not a C(++): isn't it preferable when doing multi-core programming to pass small objects by value? Although they're copied...
Kosher Salt

Programming thread

I'd add to this that if you're passing by reference, unless you specifically intend for your function to modify the original object, declare it as...
Back
Top Bottom