Comment on Learn how to count with Bill Gates

Saganaki@lemmy.one ⁨5⁩ ⁨months⁩ 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