mardi 23 mars 2021

Changing C++ for loop to an old using array

any idea on how to return this c++ code to an old one. using the script below

int m_apValue[500];
    for( auto i = 0; i < std::extent<decltype(m_apValue)>::value; i++ )

Aucun commentaire:

Enregistrer un commentaire