Thread: gcc compiler for windows?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Does anyone have a recommendation for a gcc compiler on windows?
    Visual Studio.
    Last time I checked, Visual Studio is not a Windows port of GCC (would love to be proven wrong...).

    Create a project, add your files, go to build -> build solution. Done. Simple.
    Apparently
    Code:
    gcc homework.c
    is simpler for him. Ho ho ho.



    there is at least one other user here who prefers to use this unofficial MinGW distribution
    That would be me . That distribution used to use a newer version of GCC (but I think the official distribution has GCC 4.3 now as well. It also has a bunch of commonly used libraries included (which can be good or bad depending on your POV) - Boost, SDL, and some multimedia formats libraries.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by cyberfish View Post
    Last time I checked, Visual Studio is not a Windows port of GCC (would love to be proven wrong...).
    It was not in response to that question, if you look carefully on what was quoted.

    Apparently
    Code:
    gcc homework.c
    is simpler for him. Ho ho ho.
    That doesn't matter. What I was trying to prove is that compiling from VS is not as difficult as the OP believes or tries to share.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    Visual Studio.
    Visual Studio?
    Visual Studio.
    Visual Studio?
    Visual Studio.
    Visual Studio?

    Sing it!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Quick Compilation Question
    By chacham15 in forum C Programming
    Replies: 10
    Last Post: 10-12-2008, 08:15 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Run time differences in Linux gcc versions
    By circuitbreaker in forum C++ Programming
    Replies: 7
    Last Post: 02-14-2008, 11:09 PM
  4. Dev C++ Compiler, Indentation?
    By Zeusbwr in forum C++ Programming
    Replies: 3
    Last Post: 10-21-2004, 06:13 AM
  5. gcc not for C++?
    By tin in forum C++ Programming
    Replies: 4
    Last Post: 09-15-2004, 08:26 AM