Monday, October 26, 2020

C++ string and operations

C++ string and operations

  1. How to return a string class from a C++ function/method
  2. A new approach to memory management that solves the issues with shared_ptrs
  3. Ideas from a smart pointer(part 2). size == sizeof(std::shared_ptr)/2
  4. std::string class in C++
  5. C++ string class and its applications
  6. C++ Strings
  7. C++ Pointers
  8. C++ Standard Library: The string Class
  9. C++ String Class
  10. std::basic_string
  11. basic_string Class
  12. String Objects: The string class library
  13. std::string - the C++ String Class
  14. C++ String Class
  15. C-Style Strings
  16. C++ string class
  17. Tenouk C/C++ site

  18. MODULE 25 C++ STRING CLASS PROGRAM EXAMPLES 1
  19. MODULE 25_1 C++ STRING CLASS TYPES AND CODE SAMPLES 2
  20. MODULE 25a C++ STRING CLASS PROGRAMMING 3
  21. MODULE 25b C++ STRING CLASS EXAMPLES 4
  22. MODULE 26 THE C++ STRING CLASS CODE EXAMPLES 5
  23. MODULE 26a C++ PROGRAM SAMPLES ON STRING CLASS 6
  24. MODULE 26a_1 C++ STRING CLASS CODE EXAMPLES 7
  25. .::Tenouk's C & C++ Site Index::.
  26. scanf and printf function examples

  27. C LAB WORKSHEET 4 C main() and printf() functions 1
  28. C LAB WORKSHEET 4_1 C main() and printf() functions 2
  29. C LAB WORKSHEET 5 C/C++ Variable, Operator And Type 1
  30. C LAB WORKSHEET 5_1 C/C++ Variable, Operator And Type 2
  31. C LAB WORKSHEET 5_2 C/C++ Variable, Operator And Type 3
  32. C LAB WORKSHEET 6 C scanf(), scanf_s() family 1
  33. C LAB WORKSHEET 6_1 C scanf(), scanf_s() Examples & Exercises 2
  34. C LAB WORKSHEET 6_2 C scanf(), scanf_s() Exercises 3
  35. C LAB WORKSHEET 11 C & C++ Pointers Part 1: Playing With Memory Addresses
  36. C LAB WORKSHEET 11a C & C++ Pointers Part 2: Pointers, Array and Functions
  37. C LAB WORKSHEET 11a_1 C & C++ Pointers Part 3: Pointers, Array and Functions
  38. THE C LAB WORKSHEETS/EXERCISES/ACTIVITIES
  39. MODULE X USING C LIBRARY - THE C CHARACTER AND STRING 1
  40. MODULE Xa USING C LIBRARY - THE C CHARACTER AND STRING 2
  41. MODULE Xb USING C LIBRARY - THE C CHARACTER AND STRING 3 --------------------------------------------------------------------------

No comments:

Post a Comment