Tagged Questions

16
votes
20answers
2k views

C++ constructs replacing C constructs

After discussing with a newly arrived developer in my team, I realized that there are still, in C++, habits of using C constructs because they are supposed to be better (i.e. faster, leaner, prettier, ...
3
votes
1answer
165 views

What is a language construct? How (theoreticaly) it is being implemented in C?

I am familiar with how PHP functions are mapped to functions in C in the C code beneath PHP. I know in C what a function means and what a MACRO() means. I do not understand what is a language ...