User profile: George P

User info
User name:George P
Old user name:Furry Guy
History
Joined:
Number of posts:5514
Latest posts:

size_t implicit conversion
[quote]If you want to iterate the whole container, then boost has a reverse range based for loop[/qu...

operator const char* return
Oh, and learn to be flexible when coding using C++, especially with newer standard C++. When C++20 ...

operator const char* return
Teach beginners modern C++ practices, C++ 101. std::string, std::vector, random library, etc. C++ ...

operator const char* return
What and how I pass into/out of functions depends on design considerations. Passing pointers into a...

operator const char* return
C++20 text formatting was made available with GCC 13, the formatting <print> library with GCC 14. I...