Using html+js as frontend for simple dll
Advertisements I have written a C++ function that reads data from a txt file does some calculations and then writes the results to another txt file. I would like to make this available to my colleagues by giving it a simple frontend. My idea was the following: I compiled the C++ code with the function… Read More Using html+js as frontend for simple dll