Thread: Cprogramming.com/compiler.html

  1. #16
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    Quote Originally Posted by Lurker
    In my opinion, a compiler is a lot more impressive than an IDE, but that's just an opinion .
    course it is, DEV c++ (V4 at least) is written in delphi

  2. #17
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    When I was newer, I was confused on whether Dev-C++ was an actual compiler or just a code editor.

    I think that the webmaster should tell them exactly what Dev-C++ is.

  3. #18
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Having written my own language/compiler/interface, I have to say that it really does not matter what you call the thing. Eventually people will figure it out and call it what they choose, but that doesn't mean we should have a huge debate over the simple fact that bloodshed was called a compiler. I call my OpenScript compiler a compiler, just because I do, even though it is an IDE, it still compiles OpenScript code! People don't/shouldn't really care whether you call visual C++ a compiler or an IDE, because visual C++ is both.

    I think this whole debate is kind of stupid/pointless honestly. Bloodshed compiles stuff, people call it a compiler, live with it.

  4. #19
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >How can you call something, something it's not?
    Because it helps newcomers to focus on more important things and experienced programmers to use simpler terminology to ease communication. For example:
    Quote Originally Posted by One of Prelude's friends
    Okay, I have an array of malloc'd strings but I don't know how to free them, can you help?
    This question relies on a lot of inside knowledge based on calling things something that they aren't. If you want to be more accurate then it would be more like this:
    Okay, I have a sequence of contiguous blocks of memory that represent addresses in C. Each of those blocks contains the address of unique chunks of contiguous memory returned by malloc that I'm using to simulate a sequence of contiguous blocks of memory that represent characters terminated by a character with the value of zero, but I don't know how to release the memory back to the process' memory pool so that it can be reused later in the execution of my program. Can you help?
    Even that can be made more precise, but it completely hides the question being asked. We have quite a few people here who know the answer to the former question, but would be completely lost when asked the latter. I think you're being overly pedantic.
    My best code is written with the delete key.

  5. #20
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    0\/\/n3d HAHA.

    I think Prelude makes the point the best. Honestly, when I started out programming, I didn't care what tools I was using. I was more interested in learning the language. I just wanted something that would compile it.... and at that point, I didn't care what it was (IDE, compiler, etc).

  6. #21
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Its a good think Prelude is already taken...

    pedantic
    ACK RUN AWAY!!!!

  7. #22
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Quote Originally Posted by gcn_zelda
    When I was newer, I was confused on whether Dev-C++ was an actual compiler or just a code editor.

    I think that the webmaster should tell them exactly what Dev-C++ is.
    no offense or anything, but how did you not know that? if you can edit your code, you're using a code editor... if you can compile your code, you're using a compiler... if you can do both you have to be using both...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  8. #23
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    Quote Originally Posted by major_small
    no offense or anything, but how did you not know that? if you can edit your code, you're using a code editor... if you can compile your code, you're using a compiler... if you can do both you have to be using both...
    I was stupid, naive, and a wannabe back then...

    Not that much has changed :P

Popular pages Recent additions subscribe to a feed