|
You are here |
cookieplmonster.github.io | ||
| | | | |
www.zombiezen.com
|
|
| | | | | Building a Lua interpreter in Go | |
| | | | |
blog.regehr.org
|
|
| | | | | [AI summary] The provided text is a discussion thread about undefined behavior in C and C++ programming languages, focusing on integer overflow, pointer aliasing, and compiler optimizations. Key points include the implications of undefined behavior in real-world code, the role of compilers in handling such cases, and the balance between adhering to standards and accommodating practical programming needs. The conversation touches on tools for detecting undefined behavior, the evolution of C/C++ standards, and the importance of unit testing and maintenance in software development. | |
| | | | |
blog.slaks.net
|
|
| | | | | [AI summary] The provided text is a comprehensive collection of technical documentation and articles covering various topics in web development, including ASP.NET, Razor, jQuery, and database connection strings. It discusses topics such as Razor page compilation, helpers, and the WebPages framework, as well as practical coding issues like HTML encoding and connection string construction. The text is highly technical and assumes a solid understanding of web development concepts and practices. | |
| | | | |
galowicz.de
|
|
| | | Most big C++ projects lack a clear structure:They consist of multiple modules, but it is not as easy to create individuallybuildable, portable, testable, and reusable libraries from them, as it is withprojects written in Rust, Go, Haskell, etc.In this article, I propose a C++ project structure using CMake that makes iteasy to have incremental monorepo builds and a nice modular structure at thesame time. | ||