-
Recent Posts
Recent Comments
- Uwe on A code point iterator adapter for C++ strings in UTF-8
- Is it actually possible to store and process individual UTF-8 characters on C ? If so, how? - MicroEducate on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Char and string types, what should I use? [closed] - Tutorial Guruji on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Sriram Muralidaran on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Ángel José Riesgo on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
Archives
Categories
Meta
Category Archives: Coding standards
The thorny issue of naming conventions (part 2): scope and type hints
This is the second part of this series of posts on naming conventions in the source code. In the previous post I discussed the use of small and capital letters in type and variable names, and today I’m going to … Continue reading
Posted in Coding standards
Leave a comment
The thorny issue of naming conventions (part 1): lowercase v. uppercase
It’s been a long time since my previous post. As I should have expected, I’ve found that it’s actually pretty hard to maintain a blog and I’ve been busier than usual during the last few months. I hope I can … Continue reading
Posted in Coding standards
Leave a comment