(M)  s i s t e m a   o p e r a c i o n a l   m a g n u x   l i n u x ~/ · documentação · suporte · sobre

  Next Previous Contents

C++ Programming HOW-TO

Al Dev (Alavoor Vasudevan) alavoor@yahoo.com

v39.0, 23 May 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. How Can I trust Al Dev's String Class ??

5. Usage of String class

6. String.h file

7. Renaming the String class

8. File Class

9. C++ Zap (Delete) function

10. Pointers are problems

11. Usage of my_malloc and my_free

12. Debug files

13. Java like API

14. IDE tools for C++

15. C++ Online Textbooks and Docs

16. C++ Coding Standards

17. C++ Online Docs

18. Memory Tools

19. Related URLs

20. C++ Scripting Languages

21. Templates

22. STL References

23. Threads in C++

24. C++ Utilities

25. Other Formats of this Document

26. Copyright

27. Appendix A String Program Files


Next Previous Contents