www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Old Symantec 6.0 + Digital Mars

↑ ↓ ← Chris Washburn <Chris_member pathlink.com> writes:
Several years ago I bought a Symantec C++ 6.0 compiler to learn programming. And
now I am a happy owner of a Digital Mars CD (also to learn how to program, i'm a
slow learner <g>).

So my question is is there anything useful from the Ancient compiler, I might
want to save, or should I just chuck it?

Thanks,
Chris
May 01 2002
Jan Knepper <jan smartsoft.cc> writes:
I guess that really depends on what you want to do with the compiler.
I have not used any ancient compiler (well, that ancient) for years...

Jan



Chris Washburn wrote:

 Several years ago I bought a Symantec C++ 6.0 compiler to learn programming.
And
 now I am a happy owner of a Digital Mars CD (also to learn how to program, i'm
a
 slow learner <g>).

 So my question is is there anything useful from the Ancient compiler, I might
 want to save, or should I just chuck it?

 Thanks,
 Chris

May 01 2002
↑ ↓ → Chris Washburn <Chris_member pathlink.com> writes:
I have all kinds of ideas<g>. Seriously though, I am wanting to
develop/experiment with all types of programming, IE: win32 console, MFC gui,
dos real mode and extended. OS/2 (if it  is still possible) and mixed mode c +
assembly language.

I am working on getting a computer science degree via distance learning and will
do lots of experimenting. 

Thanks 
Chris

In article <3CD0C3F0.C6675AF8 smartsoft.cc>, Jan Knepper says...
I guess that really depends on what you want to do with the compiler.
I have not used any ancient compiler (well, that ancient) for years...

Jan



Chris Washburn wrote:

 Several years ago I bought a Symantec C++ 6.0 compiler to learn programming.
And
 now I am a happy owner of a Digital Mars CD (also to learn how to program, i'm
a
 slow learner <g>).

 So my question is is there anything useful from the Ancient compiler, I might
 want to save, or should I just chuck it?

 Thanks,
 Chris


May 01 2002
"Walter" <walter digitalmars.com> writes:
"Chris Washburn" <Chris_member pathlink.com> wrote in message
news:aaqfi4$lh0$1 digitaldaemon.com...
 Several years ago I bought a Symantec C++ 6.0 compiler to learn

 now I am a happy owner of a Digital Mars CD (also to learn how to program,

 slow learner <g>).
 So my question is is there anything useful from the Ancient compiler, I

 want to save, or should I just chuck it?

Symantec C++ 6.0 sometimes will bring a good price on Ebay.
May 02 2002
Chris Washburn <Chris_member pathlink.com> writes:
In article <aarfpa$mvj$1 digitaldaemon.com>, Walter says...
   <SNIP>

 So my question is is there anything useful from the Ancient compiler, I

 want to save, or should I just chuck it?

Symantec C++ 6.0 sometimes will bring a good price on Ebay.

anything I can't do with the DM compiler, except work in a DOS environment. With that said I'm glad to see the compiler being developed again, and I'm glad that it's lots cheaper to buy this time. Thank you Walter, Chris
May 02 2002
↑ ↓ → "Walter" <walter digitalmars.com> writes:
"Chris Washburn" <Chris_member pathlink.com> wrote in message
news:aarg68$o48$1 digitaldaemon.com...
 With that said I'm glad to see the compiler being developed again, and I'm

 that it's lots cheaper to buy this time.

 Thank you Walter,
 Chris

You're welcome!
May 02 2002
"Karl" <someone unknown.org> writes:
Surprisingly the ProtoGen RAD tools in SC++ 6.0 does contain
interesting stuff. Some of the code generated are actually quite
intelligent. I did "pinched" some of the routes generated because
they were both 16-bit and 32-bit compatible. Sort of hard to
write it yourself from scratch.

Walter <walter digitalmars.com> wrote in message
news:aarfpa$mvj$1 digitaldaemon.com...
 "Chris Washburn" <Chris_member pathlink.com> wrote in message
 news:aaqfi4$lh0$1 digitaldaemon.com...
 Several years ago I bought a Symantec C++ 6.0 compiler to learn

 now I am a happy owner of a Digital Mars CD (also to learn how to


 i'm a
 slow learner <g>).
 So my question is is there anything useful from the Ancient compiler, I

 want to save, or should I just chuck it?

Symantec C++ 6.0 sometimes will bring a good price on Ebay.

May 05 2002
↑ ↓ → Chris Washburn <Chris_member pathlink.com> writes:
Well, perhaps I will keep it around for experimenting then.

Thanks for the info, Karl!
Chris


In article <ab57ok$1154$1 digitaldaemon.com>, Karl says...
Surprisingly the ProtoGen RAD tools in SC++ 6.0 does contain
interesting stuff. Some of the code generated are actually quite
intelligent. I did "pinched" some of the routes generated because
they were both 16-bit and 32-bit compatible. Sort of hard to
write it yourself from scratch.

May 07 2002