Results 1 to 14 of 14

Thread: were can i get a free C compiler?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746

    were can i get a free C compiler?

    ...
    FlameWave Technologies - internet tools

  2. #2

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746
    i downloaded a gcc compiler but now i have no idea how to use it. there arent any .exe files with it just a bunch of c source code files.
    FlameWave Technologies - internet tools

  4. #4
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    [p r a e t o r i a n]

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746
    whats the link for the file i should download if im runnin windows XP?
    FlameWave Technologies - internet tools

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746
    i have visual studio 6 with a c++ compiler can that be used to compile a program in C?
    FlameWave Technologies - internet tools

  7. #7
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    yes, it can.
    [p r a e t o r i a n]

  8. #8
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    the link for djgpp (if you would like to try it):
    http://www.delorie.com/djgpp/zip-picker.html
    [p r a e t o r i a n]

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746
    how do i use the VC++ in visual studio 6 to compile C instead of C++?
    FlameWave Technologies - internet tools

  10. #10
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    create a project and a new text-file. save it as c and compile.
    [p r a e t o r i a n]

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746
    how do i compile it as C instead of C++?
    FlameWave Technologies - internet tools

  12. #12
    Zaei
    Guest
    Save the file as .C, instead of .CPP. It will then compile as a C program.

    Z.

  13. #13
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    gcc is only for linux and FreeBSD
    djgpp is a modified version of gcc made to create 32-bit protected mode DOS apps. Although it will probably run in XP, what you create might not.
    If you're looking for a free compiler, Borland's is the best. But since you already have VC++...
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  14. #14
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    GCC *does* run on Windows. Get Cygwin from www.cygwin.com - word of warning...

    ...if you're not familiar with Unix-style systems, you might have difficulty.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width