0
How can i convert .c to .exe
3 odpowiedzi
+ 5
This page may help
https://www.cprogramming.com/compilingandlinking.html
+ 4
All you need is a compiler.
Write your code and then compile it. It will generate a .exe file for your corresponding .c file.
+ 1
Tjanks