Next Previous Contents

C++ Programming HOW-TO

Al Dev (Alavoor Vasudevan) alavoor@yahoo.com

v32.0, 08 Feb 2001


This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java-language, and which has various methods to avoid memory problems in C++. Using this library you can compile Java's source code under C++. This document serves as a "Home of C++ language". The information given here will help you to program properly in C++ language and 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 Varieties

3. Download String

4. Usage of String class

5. String.h file

6. Renaming the String class

7. File Class

8. C++ Zap (Delete) function

9. Pointers are problems

10. Usage of my_malloc and my_free

11. Debug files

12. IDE tools for C++

13. C++ Online Textbooks and Docs

14. C++ Coding Standards

15. C++ Online Docs

16. Memory Tools

17. Related URLs

18. PIKE (C++ Scripting Language)

19. Templates

20. STL References

21. Threads in C++

22. C++ Utilities

23. Other Formats of this Document

24. Copyright

25. Appendix A String Program Files


Next Previous Contents