Forward references/declarations & Compilation time

Español Everybody knows what a forward reference / forward declaration in C/C++ is… Well, a few months ago, I didn’t (at least not in the way I’ll try to explain how to use it today) A few definitions of that can be found on the Internet, here by hp, here by wikipedia, short snippets on […]

Const-correctness

Español Something I’ve learned the first day of my current job. I was supposed to know about it, but clearly I didn’t (just like many other things related to coding ‘professionally’ and not just for Academic projects). Though, luck was on my side, because tha’ boss was kind enough to give me a full lesson […]