home *** CD-ROM | disk | FTP | other *** search
-
- These are a couple of entry-level C++ programs I wrote when I learned
- to program in C++. The Glockenspiel C++ translator is used for compiling these
- programs. The intermediate C programs generated by the translator are also
- included. Because the output of the intermediate C is hard to read at first
- sight, I rearrange the codes a little so it is easier to read though not that
- easy at all. For those who have some background in C while new to C++, by
- studying the C++ and its corresponding intermediate C program, you will learn
- how C++ is associated with C. The translator helped me a lot to understand
- the language, I think it will help you, too. By the way, because the translator
- calls Microsoft C compiler to compile the intermediate C code, you can be sure
- that it is also Windows compatible. The product is highly recommended if you
- got the budget for it ($499).
- There are some documentation for these programs but I do not have time to
- sort them out, so until next time, have fun!
-
- J.K. in Cleveland
-