Previous Contents

C++ Programming HOW-TO

Al Dev (Alavoor Vasudevan) alavoor@yahoo.com

v1.0, 19 March 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 sytems that is - Linux, MS DOS, Windows 95/NT, OS/2, IBM OSes, all flavors of Unix like Solaris, HPUX, AIX, SCO, Sinix, BSD, SCO, etc.. and to all other operating systems which support "C++" compiler (it means almost all the operating systems on this planet!).

1. Introduction

2. Usage of mychar class

3. C++ Zap (Delete) command

4. Usage of my_malloc and my_free

5. Debug files

6. C++ Online-Docs

7. Memory Tools

8. Related URLs

9. Other Formats of this Document

10. Copyright

11. Appendix A mychar.cpp

12. Appendix B mychar.h

13. Appendix C my_malloc.cpp

14. Appendix D my_malloc.h

15. Appendix E debug.h

16. Appendix F debug.cpp


Previous Contents