Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. What compiler do you use?

What compiler do you use?

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestion
31 Posts 22 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Code2326
    wrote on last edited by
    #1

    So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

    F C P C M 11 Replies Last reply
    0
    • C Code2326

      So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

      F Offline
      F Offline
      Fernando A Gomez F
      wrote on last edited by
      #2

      I use VC++ 8 and still using Embedded VC++ 4.0.

      A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site

      1 Reply Last reply
      0
      • C Code2326

        So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        Code2326 wrote:

        Microsoft Visual Studio 2005

        That's an IDE. It comes with three compilers.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        C 1 Reply Last reply
        0
        • C Code2326

          So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Code2326 wrote:

          what compiler do you use when you create programs?

          I use VS 2005, Eclipse, and Intel C++ Compiler for Linux. It all depends on the project and customer requirements :-D


          Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon

          1 Reply Last reply
          0
          • C Christian Graus

            Code2326 wrote:

            Microsoft Visual Studio 2005

            That's an IDE. It comes with three compilers.

            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

            C Offline
            C Offline
            Colin Angus Mackay
            wrote on last edited by
            #5

            Christian Graus wrote:

            That's an IDE. It comes with three compilers.

            (1) C++ (2) C# (3) VB.NET (4) J# (at least on my installation) And the express editions only come with one compiler.


            Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

            C S 2 Replies Last reply
            0
            • C Code2326

              So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              Code2326 wrote:

              So what compiler do you use when you create programs?

              Since I write mostly C# code these days I use the Microsoft C# compiler that comes with the .NET 2.0 SDK.

              Code2326 wrote:

              I'm currently using Microsoft Visual Studio 2005, is that a good choice?

              I suspect that what you really meant to ask, as Christian pointed out, is: What IDE do you use? I use Visual Studio Team System for Developers.


              Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

              1 Reply Last reply
              0
              • C Code2326

                So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

                M Offline
                M Offline
                Marc Clifton
                wrote on last edited by
                #7

                I write assembly language code. In HEX!!!! Marc

                Thyme In The Country

                People are just notoriously impossible. --DavidCrow
                There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                P E T P G 5 Replies Last reply
                0
                • M Marc Clifton

                  I write assembly language code. In HEX!!!! Marc

                  Thyme In The Country

                  People are just notoriously impossible. --DavidCrow
                  There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                  People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                  P Offline
                  P Offline
                  Paul Conrad
                  wrote on last edited by
                  #8

                  Marc Clifton wrote:

                  write assembly language code

                  :-D


                  Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon

                  1 Reply Last reply
                  0
                  • M Marc Clifton

                    I write assembly language code. In HEX!!!! Marc

                    Thyme In The Country

                    People are just notoriously impossible. --DavidCrow
                    There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                    People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                    E Offline
                    E Offline
                    Ed Poore
                    wrote on last edited by
                    #9

                    Bah, you with your MyXaml, you think too abstractly. I write machine code, onto EEPROMs with a UV laser ;P (or does the UV light erase them, I can never remember :rolleyes:)

                    R 1 Reply Last reply
                    0
                    • M Marc Clifton

                      I write assembly language code. In HEX!!!! Marc

                      Thyme In The Country

                      People are just notoriously impossible. --DavidCrow
                      There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                      People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                      T Offline
                      T Offline
                      Taka Muraoka
                      wrote on last edited by
                      #10

                      Marc Clifton wrote:

                      I write assembly language code. In HEX!!!!

                      Hex?! You pussy. You probably use a normal keyboard instead of one like mine[^] :laugh:


                      0 bottles of beer on the wall, 0 bottles of beer, you take 1 down, pass it around, 4294967295 bottles of beer on the wall. Awasu 2.2.4 [^]: A free RSS/Atom feed reader with support for Code Project.

                      P D 2 Replies Last reply
                      0
                      • T Taka Muraoka

                        Marc Clifton wrote:

                        I write assembly language code. In HEX!!!!

                        Hex?! You pussy. You probably use a normal keyboard instead of one like mine[^] :laugh:


                        0 bottles of beer on the wall, 0 bottles of beer, you take 1 down, pass it around, 4294967295 bottles of beer on the wall. Awasu 2.2.4 [^]: A free RSS/Atom feed reader with support for Code Project.

                        P Offline
                        P Offline
                        peterchen
                        wrote on last edited by
                        #11

                        Keyboard? Ha! I throw magnets over the RAM chips!


                        Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                        Linkify!|Fold With Us!

                        1 Reply Last reply
                        0
                        • E Ed Poore

                          Bah, you with your MyXaml, you think too abstractly. I write machine code, onto EEPROMs with a UV laser ;P (or does the UV light erase them, I can never remember :rolleyes:)

                          R Offline
                          R Offline
                          Ryan Binns
                          wrote on last edited by
                          #12

                          Ed.Poore wrote:

                          (or does the UV light erase them, I can never remember :rolleyes:)

                          Bingo! :)

                          Ryan

                          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                          1 Reply Last reply
                          0
                          • M Marc Clifton

                            I write assembly language code. In HEX!!!! Marc

                            Thyme In The Country

                            People are just notoriously impossible. --DavidCrow
                            There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                            People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                            P Offline
                            P Offline
                            parths
                            wrote on last edited by
                            #13

                            :) I read this some time ago: Real Programmers code like this: copy con app.exe

                            "It was when I found out I could make mistakes that I knew I was on to something." -Ornette Coleman "Philosophy is a study that lets us be unhappy more intelligently." -Anon.

                            1 Reply Last reply
                            0
                            • C Colin Angus Mackay

                              Christian Graus wrote:

                              That's an IDE. It comes with three compilers.

                              (1) C++ (2) C# (3) VB.NET (4) J# (at least on my installation) And the express editions only come with one compiler.


                              Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

                              C Offline
                              C Offline
                              Christian Graus
                              wrote on last edited by
                              #14

                              J# isn't a language. Seriously tho, I thought that through several times, J# wasn't even on my radar. I mean, does anyone actually use it ? ( I offended the lead of the J# team by asking that on the MSDN forums once ) The express editions are not VS2005, at least not in my mind. They are C# EE, VB EE, C++ EE, Web EE.

                              Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                              T 1 Reply Last reply
                              0
                              • C Code2326

                                So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

                                G Offline
                                G Offline
                                Gary Kirkham
                                wrote on last edited by
                                #15

                                The one that came in the box.

                                Gary Kirkham Forever Forgiven and Alive in the Spirit He is no fool who gives what he cannot keep to gain what he cannot lose. - Jim Elliot Me blog, You read

                                1 Reply Last reply
                                0
                                • C Code2326

                                  So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

                                  E Offline
                                  E Offline
                                  El Corazon
                                  wrote on last edited by
                                  #16

                                  Code2326 wrote:

                                  So what compiler do you use when you create programs?

                                  Visual C 6.0 or .Net IDE with compiler replaced by Intel optimizing compiler.

                                  _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                  1 Reply Last reply
                                  0
                                  • M Marc Clifton

                                    I write assembly language code. In HEX!!!! Marc

                                    Thyme In The Country

                                    People are just notoriously impossible. --DavidCrow
                                    There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                                    People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                                    G Offline
                                    G Offline
                                    Guffa
                                    wrote on last edited by
                                    #17

                                    Marc Clifton wrote:

                                    I write assembly language code. In HEX!

                                    Obviously not. Then you would know that it's not assembly language, it's machine code. ;) Back in the eight bit days I used to write machine code in strings. This is a minimal do-nothing piece of machine code: x=USR(ADR("h`")) It translates into: PLA RTS The PLA instruction (PuLl Ackumulator) pops the number of arguments off the stack. This is of course zero in this case. The RTS instruction (ReTurn from Subroutine) returns to BASIC.

                                    --- It's amazing to see how much work some people will go through just to avoid a little bit of work.

                                    A 1 Reply Last reply
                                    0
                                    • G Guffa

                                      Marc Clifton wrote:

                                      I write assembly language code. In HEX!

                                      Obviously not. Then you would know that it's not assembly language, it's machine code. ;) Back in the eight bit days I used to write machine code in strings. This is a minimal do-nothing piece of machine code: x=USR(ADR("h`")) It translates into: PLA RTS The PLA instruction (PuLl Ackumulator) pops the number of arguments off the stack. This is of course zero in this case. The RTS instruction (ReTurn from Subroutine) returns to BASIC.

                                      --- It's amazing to see how much work some people will go through just to avoid a little bit of work.

                                      A Offline
                                      A Offline
                                      Anton Afanasyev
                                      wrote on last edited by
                                      #18

                                      Guffa wrote:

                                      Obviously not. Then you would know that it's not assembly language, it's machine code.

                                      Didn't you know? Marc is a human compiler. He writes in ASM first (on paper(!!)) and then compiles it (by hand !) and writes that in HEX! And MyXaml....its just his hobby;P :laugh: sorry Marc, I know you're not _that_ geeky


                                      :badger:

                                      1 Reply Last reply
                                      0
                                      • C Code2326

                                        So what compiler do you use when you create programs? I'm currently using Microsoft Visual Studio 2005, is that a good choice? Or are there better ones?

                                        Steve EcholsS Offline
                                        Steve EcholsS Offline
                                        Steve Echols
                                        wrote on last edited by
                                        #19

                                        VC6 but being dragged kicking and screaming into c#/.net/vs2003/2005.


                                        - S 50 cups of coffee and you know it's on!

                                        • S
                                          50 cups of coffee and you know it's on!
                                          Code, follow, or get out of the way.
                                        1 Reply Last reply
                                        0
                                        • C Christian Graus

                                          J# isn't a language. Seriously tho, I thought that through several times, J# wasn't even on my radar. I mean, does anyone actually use it ? ( I offended the lead of the J# team by asking that on the MSDN forums once ) The express editions are not VS2005, at least not in my mind. They are C# EE, VB EE, C++ EE, Web EE.

                                          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                                          T Offline
                                          T Offline
                                          Tim Craig
                                          wrote on last edited by
                                          #20

                                          Christian Graus wrote:

                                          J# isn't a language.

                                          Then that leads to the conclusion that the only language there is C++. :laugh:

                                          The evolution of the human genome is too important to be left to chance.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups