Thread: Using GCC with MSVC?

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    83

    Using GCC with MSVC?

    I have MSVC 6. Compilerwise, it sucks. Is there some way I can get it to use GCC? I have Dev-c++ also - and there are too flavors of it. The old, very old, version or the new, buggy version. I'd like an alternative.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You can use Visual Studio as a project manager and source code editor, but I would still use makefiles or scripts to build the code.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual Studio Express / Windows SDK?
    By cyberfish in forum C++ Programming
    Replies: 23
    Last Post: 01-22-2009, 02:13 AM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  4. Compiles on gcc 3.3 but not on gcc 4.0.3
    By cunnus88 in forum C++ Programming
    Replies: 5
    Last Post: 03-29-2007, 12:24 PM
  5. GCC (cygwin) much faster than MSVC, Borland?
    By Sargnagel in forum C Programming
    Replies: 15
    Last Post: 08-05-2003, 03:15 AM