Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C code under linux
#2
No, you can find find C compilers for Windows. The canonical free compiler is GCC, and you'll find Windows version for it, but they come with whole command-line environments that emulate the Linux one (MinGW or Cywgwin).

The code you compile on Windows to debug on Windows won't run as is on Linux, it will have to be recompiled for Linux (different formats for executable code). If you create a makefile this will be quick and easy.

This said if the code targets Linux better develop it on Linux... What keeps you on Windows? A text editor?
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
C code under linux - by elico - Oct-27-2016, 06:31 AM
RE: C code under linux - by Ofnuts - Oct-27-2016, 09:24 AM
RE: C code under linux - by Skaperen - Oct-29-2016, 04:25 AM
RE: C code under linux - by Larz60+ - Oct-29-2016, 05:19 AM
RE: C code under linux - by Skaperen - Oct-29-2016, 06:38 AM
RE: C code under linux - by metulburr - Oct-29-2016, 12:39 PM
RE: C code under linux - by sparkz_alot - Oct-29-2016, 01:17 PM
RE: C code under linux - by metulburr - Oct-29-2016, 01:48 PM
RE: C code under linux - by nilamo - Nov-07-2016, 08:09 PM
RE: C code under linux - by Larz60+ - Nov-07-2016, 08:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing the Visual Studio Code on Linux - how to do that!? apollo 4 4,480 Oct-05-2019, 09:48 PM
Last Post: apollo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020