|
|
|
|
|
by RandomOpinion
3362 days ago
|
|
> If I were interviewing someone and they claimed to know C++, and then used "sizeof(A) / sizeof(A[0])" to get the size of an array, I'd question how much C++ they actually knew. Or they've spent a lot of time in embedded systems development. Many of us write rather C-ish C++ because of the limitations of older compilers and the age of the code bases. |
|
Either way I would argue that using sizeof in that way is a sketchy practise.