|
You are here |
www.bfilipek.com | ||
| | | | |
www.cimgf.com
|
|
| | | | | [AI summary] This blog post outlines a comprehensive coding style guide for Objective-C development, emphasizing consistency, maintainability, and best practices across various coding conventions and project structures. | |
| | | | |
cppstories.com
|
|
| | | | | Recently, I've found somethinginterestingin Visual Studio that improved my Logger! I had a function called AddMsg /** appends message to the log file */ void AddMsg(LOG_MODE m, int level, char* strModule, char *strMsg, ...); But, when you wanted to add a comment you needed to use quite complicated and long syntnax, like: | |
| | | | |
shafik.github.io
|
|
| | | | | C++ initialization, arrays and lambdas oh my! | |
| | | | |
blog.appsignal.com
|
|
| | | Learn how to create and use an Elixir gRPC server | ||