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
  1. Home
  2. The Lounge
  3. Watcom C/C++ and Fortran-Free!

Watcom C/C++ and Fortran-Free!

Scheduled Pinned Locked Moved The Lounge
c++html
13 Posts 8 Posters 1 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 Chris Maunder

    Fortran? Woohoo! (though I'm still waiting patiently for FORTRAN.NET) cheers, Chris Maunder (CodeProject)

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

    Yes, Fortran! It is still my best programming language, not just the first. It never fails me-in fact, I got into C/C++, Java etc programming because of Fortran. My research works were all simulations of mobile propagation channels and with Fortran I only had to think about the algorithm not the language. In some cases, even on SGI/Cray supercomputer I had to wait a week for the results--enough time to blow C/C++ without offending the Prof! Fortran90 and Fortran95 are really cool. Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!

    C 1 Reply Last reply
    0
    • P Paul Selormey

      Hello All, The Watcom C/C++ and Fortran compilers are now freely available-open source road... You can download your copy here: http://www.openwatcom.org/download.html Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!

      G Offline
      G Offline
      George
      wrote on last edited by
      #5

      Yeah, and meanwhile Microsoft are...already planning the next version of C#:eek:. Microsoft is opening up the niche in the windows C++ compilers market, what seems to open a new opportunities. Let's wait and see what will come out of it all.

      1 Reply Last reply
      0
      • P peterchen

        Damn! This will be the first OpenSource Project I would like to survive. Heck, it's the first one I *care* about. Hope the guys make it. (No, not me...) Watcom C++ was the best compiler I ever worked with. Not that I dislike my Visual, but when I have to tweak some microseconds and look at the age old crapVC++ spits out, I always shed a tear for Watcom, that used to beat my own assembly most of the time... Peter The world turns every day.

        L Offline
        L Offline
        l a u r e n
        wrote on last edited by
        #6

        i used to love it too totally agree with you --- "every year we invent better idiot proof systems and every year they invent better idiots ... and the linux zealots still aren't being sterilized"

        1 Reply Last reply
        0
        • P Paul Selormey

          Yes, Fortran! It is still my best programming language, not just the first. It never fails me-in fact, I got into C/C++, Java etc programming because of Fortran. My research works were all simulations of mobile propagation channels and with Fortran I only had to think about the algorithm not the language. In some cases, even on SGI/Cray supercomputer I had to wait a week for the results--enough time to blow C/C++ without offending the Prof! Fortran90 and Fortran95 are really cool. Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #7

          Yeah - I did all my initial rainfall/erosion simulations using good ol' Fortran 77, then at Defence we had no choice but to use Fortran on their Cray. with Fortran I only had to think about the algorithm not the language I don't understand exactly why this is the case, but I have to agree with you. It just feels natural. Ah - fond memories of starting in column 7 and stopping at column 79 :) cheers, Chris Maunder (CodeProject)

          P 1 Reply Last reply
          0
          • C Chris Maunder

            Yeah - I did all my initial rainfall/erosion simulations using good ol' Fortran 77, then at Defence we had no choice but to use Fortran on their Cray. with Fortran I only had to think about the algorithm not the language I don't understand exactly why this is the case, but I have to agree with you. It just feels natural. Ah - fond memories of starting in column 7 and stopping at column 79 :) cheers, Chris Maunder (CodeProject)

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

            > Ah - fond memories of starting in column 7 and stopping at column 79 You will love Fortran90/95 then-no more column limitations. Microsoft Fortran PowerStation 4.0 (MSDEV4.0 series), now Digital (or is it Compaq/HP) Visual Fortran does help with the columns. They are well marked. Actually I was using the PowerStation for editing (with the Windows memory limitations :(() and then FTPing to Cray to enjoy 24-processor 64-bit compiler-it was that cool :-) Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!

            C 1 Reply Last reply
            0
            • P Paul Selormey

              > Ah - fond memories of starting in column 7 and stopping at column 79 You will love Fortran90/95 then-no more column limitations. Microsoft Fortran PowerStation 4.0 (MSDEV4.0 series), now Digital (or is it Compaq/HP) Visual Fortran does help with the columns. They are well marked. Actually I was using the PowerStation for editing (with the Windows memory limitations :(() and then FTPing to Cray to enjoy 24-processor 64-bit compiler-it was that cool :-) Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!

              C Offline
              C Offline
              Chris Maunder
              wrote on last edited by
              #9

              24 processor Cray?! Oh man... The thing I loved about the Cray's fortran compilers was the preprocessing it did. You feed it code, it reworks the code and adds in the vectorisation and parallelisation plus a bunch of tweaks and optimisations then gives you back the new improved source code. Very, VERY cool. cheers, Chris Maunder (CodeProject)

              P 1 Reply Last reply
              0
              • C Chris Maunder

                24 processor Cray?! Oh man... The thing I loved about the Cray's fortran compilers was the preprocessing it did. You feed it code, it reworks the code and adds in the vectorisation and parallelisation plus a bunch of tweaks and optimisations then gives you back the new improved source code. Very, VERY cool. cheers, Chris Maunder (CodeProject)

                P Offline
                P Offline
                Paul Selormey
                wrote on last edited by
                #10

                Yeah! 24 you envy me, right? very few had the chance. Not really something a school/lab could easily buy. Even though we had one in our school then it was just on rental basis. Oh, Cray is cry...after you had a taste of speed working on intel is a learning process :-( Anyway, I had lived all along on 667 MHz 64-bit Alpha processor. Thank God I started work with 1-GHz Intel :-) However, I am still a schoolboy and Fortran is still with me. Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!

                1 Reply Last reply
                0
                • P peterchen

                  Damn! This will be the first OpenSource Project I would like to survive. Heck, it's the first one I *care* about. Hope the guys make it. (No, not me...) Watcom C++ was the best compiler I ever worked with. Not that I dislike my Visual, but when I have to tweak some microseconds and look at the age old crapVC++ spits out, I always shed a tear for Watcom, that used to beat my own assembly most of the time... Peter The world turns every day.

                  D Offline
                  D Offline
                  Dark Angel
                  wrote on last edited by
                  #11

                  On the bright side, some former Watcom employees have left Waterloo and headed off to Redmond :-) "Some times the waves get so high you can hardly eat your dinner" - Captain Highliner

                  T 1 Reply Last reply
                  0
                  • P Paul Selormey

                    Hello All, The Watcom C/C++ and Fortran compilers are now freely available-open source road... You can download your copy here: http://www.openwatcom.org/download.html Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!

                    J Offline
                    J Offline
                    Jim Crafton
                    wrote on last edited by
                    #12

                    I just got done looking at a bit of the site, and I am curious does Watcom C++ support STL and such ? Also it seems that what you can download at the moment only works if already have one the previous commercial editions of watcom. Waht is the tool like in general, i.e. faster than VC++ at compiling, code performance, what about the debugger ? Sounds really cool though !

                    1 Reply Last reply
                    0
                    • D Dark Angel

                      On the bright side, some former Watcom employees have left Waterloo and headed off to Redmond :-) "Some times the waves get so high you can hardly eat your dinner" - Captain Highliner

                      T Offline
                      T Offline
                      Tim Smith
                      wrote on last edited by
                      #13

                      I actually have respect for MS's compiler group. They have produced a fine product. I would nearly bet that the lack of full ANSI compliance is more about politics than ability. Tim Smith Descartes Systems Sciences, Inc.

                      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