1. C++ Question: Find first non-repeating char in an input string. For example: If inputStr == "Trend Micro Inc. Taipei", then the func returns 'd'. If inputStr == "Trend", then the func returns 'T'. 2. implement func int isLeapYear(). For example: isLeapYear(2000) == 1; isLeapYear(1900)==0; isLeapYear(1996)==1; isLeapYear(1700)==0; 3. What's the frequently issue/bug encountered by a Windows Driver developer.
Check out your Company Bowl for anonymous work chats.