Next Previous Contents

C++ Programming HOW-TO

Al Dev (Alavoor Vasudevan) alavoor@yahoo.com

v4.0, 31 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, Apple Macintosh OS, Windows 95/NT, OS/2, IBM OSes, 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. Download mychar

3. Usage of mychar class

4. C++ Zap (Delete) command

5. Usage of my_malloc and my_free

6. Debug files

7. C++ Online-Docs

8. Memory Tools

9. Related URLs

10. Other Formats of this Document

11. Copyright

12. Appendix A mychar.cpp

13. Appendix B mychar.h

14. Appendix C my_malloc.cpp

15. Appendix D my_malloc.h

16. Appendix E debug.h

17. Appendix F debug.cpp

18. Appendix G Makefile


Next Previous Contents