"Hello, world!" tutorial available (Windows, mingw/msvc)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthias Käppler

    #16
    Re: "Hello, world!" tutorial available (Windows, mingw/msvc)

    Alf P. Steinbach wrote:
    [color=blue]
    > Is there any *nix, with the possible exception of Max OS/X, that doesn't
    > have a C++ compiler installed?[/color]

    Actually, I think quite a lot, on a fresh installation at least :)
    C++ is actually not very common in the Linux/Unix camp. Almost *everything*
    is written in C, because C was the original implementation language of
    Unix. I think both were developed at the same time, maybe it's some sort of
    "traditiona l" thing.

    However, since the installation procedure of packages may completely differ
    from one Unix to others, I don't think it's necessary to describe how to
    install g++. The reader should know his system well enough to know how to
    install packages.

    Comment

    • Greg Comeau

      #17
      Re: "Hello, world!" tutorial available (Windows, mingw/msvc)

      In article <cph4ng$flh$01$ 2@news.t-online.com>,
      Matthias =?ISO-8859-1?Q?K=E4ppler?= <nospam@digital raid.com> wrote:[color=blue]
      >Alf P. Steinbach wrote:[color=green]
      >> Is there any *nix, with the possible exception of Max OS/X, that doesn't
      >> have a C++ compiler installed?[/color]
      >
      >Actually, I think quite a lot, on a fresh installation at least :)[/color]

      Same for C then.... you're right, it's up to the vendor.
      [color=blue]
      >C++ is actually not very common in the Linux/Unix camp. Almost *everything*
      >is written in C, because C was the original implementation language of
      >Unix. I think both were developed at the same time, maybe it's some sort of
      >"traditional " thing.[/color]

      Some 15 or more years seperate the general public releases of the 2.
      --
      Greg Comeau / Comeau C++ 4.3.3, for C++03 core language support
      Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout
      World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90.
      Comeau C/C++ with Dinkumware's Libraries... Have you tried it?

      Comment

      • Matthias Käppler

        #18
        Re: &quot;Hello, world!&quot; tutorial available (Windows, mingw/msvc)

        Greg Comeau wrote:
        [color=blue]
        > Some 15 or more years seperate the general public releases of the 2.[/color]

        C and Unix? ^^

        Comment

        • Greg Comeau

          #19
          Re: &quot;Hello, world!&quot; tutorial available (Windows, mingw/msvc)

          In article <cpi57b$6oa$01$ 1@news.t-online.com>,
          Matthias =?ISO-8859-1?Q?K=E4ppler?= <nospam@digital raid.com> wrote:[color=blue]
          >Greg Comeau wrote:
          >[color=green]
          >> Some 15 or more years seperate the general public releases of the 2.[/color]
          >
          >C and Unix? ^^[/color]

          Sorry, I meant between C and C++.
          --
          Greg Comeau / Comeau C++ 4.3.3, for C++03 core language support
          Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout
          World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90.
          Comeau C/C++ with Dinkumware's Libraries... Have you tried it?

          Comment

          • Jon Bell

            #20
            Re: &quot;Hello, world!&quot; tutorial available (Windows, mingw/msvc)

            In article <41bba450.46776 234@news.indivi dual.net>,
            Alf P. Steinbach <alfps@start.no > wrote:[color=blue]
            >
            >Is there any *nix, with the possible exception of Max OS/X, that doesn't
            >have a C++ compiler installed?[/color]

            Mac OS X does not come with a C++ compiler (or indeed any compilers)
            installed by default. However, retail packages of OS X include an "XCode
            Tools" CD that can be installed as an option. It includes a suite of
            development tools including a C++ compiler (g++). Disk images of that CD
            can also be downloaded for free from Apple's Web site.

            --
            Jon Bell <jtbellm4h@pres by.edu> Presbyterian College
            Dept. of Physics and Computer Science Clinton, South Carolina USA

            Comment

            • Alf P. Steinbach

              #21
              Re: &quot;Hello, world!&quot; tutorial available (Windows, mingw/msvc)

              * Alf P. Steinbach:[color=blue]
              > Just because there seems to be a lack of post-standard _correct_
              > tutorials: <url: http://home.no.net/dubjai/win32cpptut/>.
              >
              > Disclaimer: written this evening so perhaps there are "bugs" in the
              > presentation -- are there?
              >
              > Plea: if someone takes the time to convert the word document to clean
              > xhtml perhaps with stylish clear readable layout, then it will be an
              > incentive for me to go on to write a next part, and a next part...[/color]

              Thanks to the good work of Stephan Brönnimann in converting Word to
              HTML the document is now available in HTML format, at

              HTML format: <url: http://home.no.net/dubjai/win32cpptut/html/>.

              There's also a second part, about variables, but so far only in Word.

              --
              A: Because it messes up the order in which people normally read text.
              Q: Why is it such a bad thing?
              A: Top-posting.
              Q: What is the most annoying thing on usenet and in e-mail?

              Comment

              • Stephan Brönnimann

                #22
                Re: &quot;Hello, world!&quot; tutorial available (Windows, mingw/msvc)

                You'll get the 2nd part, just give me some time to do my own work too
                :-)

                Stephan

                [OT]
                I'm having problems seeing my own messages, and if I'm looking at
                other threads it seems some postings just get lost.
                Is anybody experiencing similar problems when posting via Google?
                [OT]

                Comment

                Working...