xSnapi / cpp_console_pathfinding

Very simple A* pathfinding using c++
8 stars 2 forks source link

Unix Compatibility #1

Open parth-sh opened 12 months ago

parth-sh commented 12 months ago

Commands like system("title A* pathfinding"); and system("pause"); not unix compatible

parth-sh commented 12 months ago

https://github.com/xSnapi/cpp_console_pathfinding/pull/2

wozandy05 commented 4 months ago

Brother, I found some problems that may occur in Linux when I translated your file. Because I used g++ to translate, the abs in Pathfinding.cpp may not have a definition. After I asked chatgpt, it said that the first file in this file is cstdlib.