CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: Which compiler do you use mostly?

Voters
25. You may not vote on this poll
  • VC++.NET

    10 40.00%
  • VC++6 or lower version

    12 48.00%
  • GNU C/C++

    8 32.00%
  • BCC

    2 8.00%
  • Other

    3 12.00%
Multiple Choice Poll.
Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    Join Date
    May 2001
    Location
    Oslo, Norway
    Posts
    610

    Re: Which compiler do u use most?

    Since I only target Win32 platform, I use VC7 compiler. It is simply the best solution for my needs.

  2. #17
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Which compiler do u use most?

    Vc++6.0, VC++.net.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #18
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: Which compiler do u use most?

    I didn't read the entire thread, but... what's BCC?
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  4. #19
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: Which compiler do u use most?

    Quote Originally Posted by upashu2
    .Net requires windows2000 or higher
    Not neccessarily, I'm fairly certain that you can install it on Win 98 or higher (could be 95.)
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  5. #20
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Which compiler do u use most?

    Quote Originally Posted by YourSurrogateGod
    I didn't read the entire thread, but... what's BCC?
    It is the Borland Compiler...

  6. #21
    Join Date
    Mar 2004
    Location
    Ukraine
    Posts
    170

    Re: Which compiler do u use most?

    Quote Originally Posted by YourSurrogateGod
    I didn't read the entire thread, but... what's BCC?
    To be true it called Borland C++ Builder, so it is BCB.
    God could improve essentially a
    human nature, but he
    was too anxious with compatibility
    with the monkey.
    (Eugeny Goldberg)

  7. #22
    Join Date
    Mar 2004
    Location
    Ukraine
    Posts
    170

    Re: Which compiler do u use most?

    Quote Originally Posted by upashu2
    Will u tell me which GUI library u use to make program on GNU compilers.
    I use Qt library on my Re Hat 8. With GNU C compilator. But it`s very rarely , most of all I use OpenGl to draw what i need, and X window system routines, (its also a part of OpenGl). GLX addon to OpenGL is very nice but it has one greate security problem, If your computer was hacked hacker may get screenshots from your machine
    God could improve essentially a
    human nature, but he
    was too anxious with compatibility
    with the monkey.
    (Eugeny Goldberg)

  8. #23
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588

    Re: Which compiler do u use most?

    VC6 and VC7.1 mostly, sometimes GCC when I'm taking care of one of the linux projects.
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

Page 2 of 2 FirstFirst 12

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

Featured