Posts by webgykl • 187 points
3 posts
-
6
votes1
answer12372
viewsA: How to compile C file using Sublime Text on Windows 8.1 64 bit?
Solved!! I followed these steps contained in this link: http://www.ishaanrawat.com/building-running-c-in-sublime-text-windows/ 1: Download the latest version of Mingw 2: Install it preferably on…
-
6
votes1
answer12372
viewsQ: How to compile C file using Sublime Text on Windows 8.1 64 bit?
I installed the Sublime Text in Windows 8.1 64 bit. How to compile a *.c file through Sublime on Windows? Is it necessary to install a compiler and/or another program to alert code errors and create…
-
5
votes2
answers1093
viewsQ: How to compile a *.c file with Clang to signal problems?
In GCC I typed in the terminal: gcc -wall -o nomedoarquivo.c nomedoexecutavel or if you only had 1 file . c [OBS.: typed "a" to make it easier in the]: gcc -wall -o *.c a The restriction I used, if…