Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux to Windows C++ port [closed]

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.

like image 421
Petr Avatar asked Dec 18 '25 17:12

Petr


1 Answers

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.

like image 101
asveikau Avatar answered Dec 21 '25 07:12

asveikau



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!