Comment on Learn how to count with Bill Gates

Saganaki@lemmy.one ⁨1⁩ ⁨month⁩ ago

The reason there isn’t a Windows 9 is because there was a common test for windows versions that went something like this:

std::string winVer = getWinVerStr();
if (winVer.find(“Windows 9”) != -1)
{
    // This is windows 95 or 98
}

source
Sort:hotnewtop