c++ Validity

Hey all…

I went to a garage sale the other day and bought a box of computer junk that some guy was getting rid of. In it were a couple of “blank” CD-R’s. On one of the CD’s was Borland’s c++ builder v3. Now, where does this fall under copyright law. Am I permitted to use it still? How recent is the edition, and is the c++ language still the same if that version of the builder is out of date?

I remember hearing some story once about a certain amount of time when computer software becomes freeware becuase it’s so old. Any thoughts on this?

Any help would be greatly appreciated. Thanks dopers!

Karp2381

-What’s up LT Robbins?-

It is in no way legit.

Copyright periods are now so long that any copyrighted PC program is still under copyright. It only becomes free if the copyright owner says it is. (It does happen. The co. that bought out Quarterdeck has made some old programs free.)

There is no such thing as “abandonware”.

Does it have the hardcopy license agreement with it? (the original, not a photocopy) If not, it likely is illegal, although likely impossible to prove either way.

While the language has not changed appreciably, the APIs and interface have changed tremendously since then. It will likely work OK for most simple projects you would do, but if you wanted the newest tricks and things (ActiveX stuff, major SQL interfacing, more advanced and better GUI tools, etc.) then you would want the newest version.

The “story” about computer software being “freeware” because it is old is misleading. Commerical software is still subject to copyright laws, and I don’t believe any software you can run on a PC or a Mac is even half as old as would be required to have its copyright expire via simple timing.

C++Builder 3 is way out of date. The latest version I’ve used is 5, and some of the improvements are headers/components for ActiveX, headers for Windows 2000 features, and a better IDE (e.g. argument completion).

These days, copyrights don’t expire for at least 70 years. :frowning: By the time any copyrighted software has lapsed into the public domain, you’ll have to go to a museum to find a computer that can run it.