I am trying to port my C++ application from Linux to Windows (Visual C++). I am just curious wheter you know about any script/tool that would scan the source code and check for possible issues (such as dirent.h etc).
Thanks.
The first tool is called your compiler. It will tell you if your program compiles.
The second tool is called running whatever tests you may have. They will tell you if the resulting binary works.
What were you looking for, a crystal ball to save you from doing work? Regardless of what approach you take or what you may read to help you get started, you will at some point have to (1) compile the thing and (2) check to see that it works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With