E-Book Content
C++ Programming HOW−TO
C++ Programming HOW−TO
Table of Contents C++ Programming HOW−TO...........................................................................................................................1 Al Dev (Alavoor Vasudevan) alavoor[AT]yahoo.com...........................................................................1 1. Introduction..........................................................................................................................................1 2. Recommended C++ Compilers ...........................................................................................................1 3. String Class Varieties..........................................................................................................................1 4. Download String .................................................................................................................................1 5. Usage of String class............................................................................................................................1 6. String.h file..........................................................................................................................................2 7. The Standard C++ Library string class ...............................................................................................2 8. File Class..............................................................................................................................................2 9. Memory Allocation in C++.................................................................................................................2 10. Pointers are problems ........................................................................................................................2 11. Debugging..........................................................................................................................................2 12. IDE's and editors for C++ .................................................................................................................2 13. C++ Online Textbooks and Docs......................................................................................................2 14. C++ Coding Conventions..................................................................................................................2 15. C++ Scripting Languages..................................................................................................................2 16. Templates...........................................................................................................................................3 17. STL References .................................................................................................................................3 18. Threads in C++..................................................................................................................................3 19. C++ Utilities......................................................................................................................................3 20. Other Formats of this Document........................................................................................................3 21. Translations To Other Languages......................................................................................................3 22. Copyright...........................................................................................................................................3 23. Appendix A String Program Files ....................................................................................................3 1. Introduction..........................................................................................................................................3 1.1 Program in C++ ? C++ vs. Java/PHP