Rise to the challenge of testing software on multiple platforms.
Top Five Cross-platform Testing Issues
Published 12/29/2016
Rise to the challenge of testing software on multiple platforms.
Win32 has a built-in INI file API, but writing cross-platform code is difficult because these functions aren't available on Linux.
The standard template library [JOS99] defines the remove_if algorithm. However, the standards don't define the implementation. Be careful to avoid portability issues if you use this algorithm.
Learn to implement exception handling mechanism in C++.
Learn about TypeScript: what it is, and its type system.
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.