Next Previous Contents

C++ Programming HOW-TO

Al Dev (Alavoor Vasudevan)

v41.1, 22 Jan 2002


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 supplies C++ compilers (it means almost all the operating systems on this planet).

1. Introduction

2. Recommended C++ Compilers

3. String Class Varieties

4. Download String

5. Usage of String class

6. String.h file

7. The Standard C++ Library string class

8. File Class

9. Memory Allocation in C++

10. Pointers are problems

11. Debugging

12. IDE's and editors for C++

13. C++ Online Textbooks and Docs

14. C++ Coding Conventions

15. C++ Scripting Languages

16. Templates

17. STL References

18. Threads in C++

19. C++ Utilities

20. Other Formats of this Document

21. Translations To Other Languages

22. Copyright

23. Appendix A String Program Files


Next Previous Contents