User Tag List

Results 1 to 7 of 7

Thread: c++ compilers

  1. #1
    A is A Mercy's Avatar
    Join Date
    Jul 2001
    Location
    purgatory
    Posts
    1,595
    Mentioned
    5 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    3,917
    Level
    19
    vBActivity - Bars
    Lv. Percent
    93.26%

    c++ compilers

    Who likes which compilers and why? Specifically for Windows 7 environment.
    "The public is wonderfully tolerant. It forgives everything except genius."

    Glenn the Great: I just think I'd be happier as a pretty lesbian girl.

    "Live and Let Live" is an excellent, tree-hugging philosophy, but it doesn't do much when the ones you refuse to kill are dragging you down with them.

  2. #2
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,826
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,959
    Level
    33
    vBActivity - Bars
    Lv. Percent
    26.24%
    For Windows I would definitely go with Visual Studio. However, you said compiler and not an IDE, so it's possible you just want to compile something and don't care much about debugging or a developing/coding environment, in which case gcc (with MinGW) is a whole lot less to install. If you can elaborate a little I can probably give you a better answer.

    There's also Code::Blocks ant Qt Creator; neither of which are compilers, but are just development environments that require some other compiler.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

  3. #3
    A is A Mercy's Avatar
    Join Date
    Jul 2001
    Location
    purgatory
    Posts
    1,595
    Mentioned
    5 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    3,917
    Level
    19
    vBActivity - Bars
    Lv. Percent
    93.26%
    I was purposely a little obtuse in my question thinking it might spur a broad range of responses. Meh.

    So anyway, scripting like j'script and Flash is just not doing it for me anymore so I have decided to make mastering c++ my new hobby. I suppose I should have started by keeping the lingo straight. Again, I was intentionally obtuse in my original question to see how many rec's I would get for straight compilers versus IDE's. I despise WYSIWYG's for scripting as I think they promote slop and the development of bad habits so I guess I am looking for an IDE that won't have me on training wheels. In my research so far, it looks like Visual Studio is my best option, although Dev-c++ was a consideration. Code::Blocks seems to be love or hate for a lot of people.

    I will be reworking a game I have already started at some point so that is my current direction, I guess.
    "The public is wonderfully tolerant. It forgives everything except genius."

    Glenn the Great: I just think I'd be happier as a pretty lesbian girl.

    "Live and Let Live" is an excellent, tree-hugging philosophy, but it doesn't do much when the ones you refuse to kill are dragging you down with them.

  4. #4
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,826
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,959
    Level
    33
    vBActivity - Bars
    Lv. Percent
    26.24%
    From my personal experience: I use Visual Studio about 99.9% of the time. I only switch over to something else temporarily for various reasons—usually compatibility, or in the past, zc-related—and if I could only pick one it would be that, hands down. That said, the QT IDE might definitely be a look-see if you're thinking about either Dev-c++ or C::B; I would put that one way ahead of either of those.

    I'd actually love to get VS2012 for c++11 support, but I work mostly on this XP machine (still since my desktop died over a year ago), and it's not compatible, unfortunately. From what I understand 2012 fixed all the annoying remaining program database (intellisense) problems earlier versions had also, though you probably wouldn't run into those unless you were working on large projects anyway.

    Hope this helps.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

  5. #5
    Patra Beldaran's Avatar
    Join Date
    Oct 2001
    Age
    42
    Posts
    9,551
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    17,115
    Level
    37
    vBActivity - Bars
    Lv. Percent
    33.72%
    Achievements It's over 9000!
    For learning C++, I recommend against Visual Studio just because it's got a trillion features that are very distracting and completely ancillary to learning C++.

    You should use Vim and gcc. =)

    For a more graphical environment, I have had success with Code::Blocks. It's pretty simple and easy to use, and I once programmed a game prototype in it.

    Credentials: I use C++ professionally. I am not anti-microsoft and I use Visual Studio often.

  6. #6
    クールな男
    MasterSwordUltima's Avatar
    Join Date
    Jul 2001
    Location
    Keystonia
    Age
    35
    Posts
    5,587
    Mentioned
    20 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    8,595
    Level
    27
    vBActivity - Bars
    Lv. Percent
    96.87%
    I used to dip around in this when working in C.

    No compiler with it though. Still a neat text editor platform.

  7. #7
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,826
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,959
    Level
    33
    vBActivity - Bars
    Lv. Percent
    26.24%
    Quote Originally Posted by Beldaran View Post
    You should use Vim and gcc. =)
    I used to use Notepad++ or occasionally dev-c++ with gcc way back when I was learning syntax. Fun stuff.
    This is all fun and games until you introduce a bug in your code that corrupts the heap, which causes crashes and generally bad things to happen in mostly unrelated places, and you need more serious debugging solutions. Then you will come running to Visual Studio anyway.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

  8. #8
    Octorok Asuna Yuuki Nagato's Avatar
    Join Date
    Jan 2024
    Posts
    486
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    33
    Level
    2
    vBActivity - Bars
    Lv. Percent
    20.83%
    Visual Studio because it has the best debugger in the industry.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social