Next Previous Contents

C++ Programming HOW-TO

Al Dev (Alavoor Vasudevan) alavoor@yahoo.com

v23.0, 12 Nov 2000


This document discusses methods to avoid memory problems in C++ and also will help you to program properly in C++ language. The information in this document applies to all the operating systems that is - Linux, MS DOS, BeOS, Apple Macintosh OS, Microsoft Windows 95/98/NT/2000, OS/2, IBM OSes (MVS, AS/400 etc..), VAX VMS, Novell Netware, all flavors of Unix like Solaris, HPUX, AIX, SCO, Sinix, BSD, etc.. and to all other operating systems which support "C++" compiler (it means almost all the operating systems on this planet!).

1. Introduction

2. String Class Variety

3. Download String

4. Usage of String class

5. Rename String class! How??

6. File Class

7. C++ Zap (Delete) command

8. Pointers are problems

9. Usage of my_malloc and my_free

10. Debug files

11. C++ Online-Docs

12. Memory Tools

13. Related URLs

14. STL References

15. C++ Utilities

16. Other Formats of this Document

17. Copyright

18. Appendix A String Program Files


Next Previous Contents