Replies to message #6,043

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

Programming thread

What I've seen is usually just groups of similarly named functions and taking a pointer to the structure they operate on. C++ basically automates...
analrapist

Programming thread

Methods work in C the same way they work in C++, it's just that C++ hides the implementation from you. There's a table of function pointers...
Back
Top Bottom