hello, i have a long code and i want to re-code it without using <ctime> library. the code is about reading array from file and write it to other file.
i know that <ctime> is to generate random numbers. however, i want it to read from file with my own values knowing that the first 3 numbers (start point), second (target point) and the rest are (obstecles). i'm so sorry the code is too long. the code is working but not the way i want it to.