Hello guys! I'm working on distributed programming in C , and I wonder how to compile and run file using Windows `cmd`?
you will need to get a compiler(GCC compiler is recomended) to compile and run c programs through cmd
C:>name-of-your-c-compiler name-of-your-c-program-file unless your C compiler needs something else. You don't usually just compile the program, though - you use a make utility to make it (which may include configuring some file, linking libraries, etc.)