-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello Dear,
Greetings,
Can we use this code in Windows environment using Microsoft Visual Studio or MinGW compiler?
I have compiled and tested this code in Linux. It works well. Now, I am trying to run it on Windows. I have compiled it using MinGW compiler 8.1. It doesn't give any error during compilation except getopt argument not found which can be resolved by adding getopt.h file.
When I run it in Windows on same data set that I used in Linux, it doesn't generate files with same size. The nodes and edges file generated in Windows contains only few entries where in Linux they are complete. I have also tried replacing the string cmd =" mv" with "move" which is supported in Windows cmd but it produces the same results. I am also attaching the last few lines of output it generates.
Kindly help me resolving the issue.