Andrey Smorodov

Results 2 comments of Andrey Smorodov

To avoid "incorrect char" runtime errpr and fix incorrect letters placing for non-englich locales, place: setlocale(LC_ALL, "ru_RU.UTF8"); // replace with correct for your language. setlocale(LC_NUMERIC, "C"); // this needed to...

I made dashed line compiler it allows make dashed polyline in any framework able to plot solid line segments. https://github.com/Smorodov/dashedLineCompiler