http://blog.davidecoppola.com/2016/11/qt-network-and-json-example-simple-hacker-news-reader/
Tags: #programming #Cpp
Tags: #programming #Cpp
Bits of Bytes
Qt Network and JSON example: a simple Hacker News reader
This tutorial will show you how to use Qt Network and JSON to create a simple Hacker News reader. Source code and project file are available on GitHub.
http://gameprogrammingpatterns.com/data-locality.html
An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."
Tags: #programming #Cpp #gamedev #optimization
An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."
Tags: #programming #Cpp #gamedev #optimization
http://preshing.com/20170612/can-reordering-of-release-acquire-operations-introduce-deadlock/
Tags: #programming #Cpp
Tags: #programming #Cpp
Preshing
Can Reordering of Release/Acquire Operations Introduce Deadlock?
I wasn’t planning to write about lock-free programming again, but a commenter named Mike recently asked an interesting question on my Acquire and Release Semantics post from …
http://blog.davidecoppola.com/2017/11/cpp-unit-testing-with-qt-test-introduction/
Tags: #programming #cpp #testing #qt
Tags: #programming #cpp #testing #qt
Bits of Bytes
C++ unit testing with Qt Test - part 1 - introduction
An introduction to C++ unit testing with Qt Test. This tutorial explains an example code which shows how to unit test C++ code using the Qt Test framework.
https://codeburst.io/node-js-v8-internals-an-illustrative-primer-83766e983bf6
A very great explanation of how Node.JS works under the hood, by a fan of C++.
Tags: #programming #cpp #javascript #node
A very great explanation of how Node.JS works under the hood, by a fan of C++.
Tags: #programming #cpp #javascript #node
Medium
Node.js V8 internals: an illustrative primer
When you switch from C++ to a more “friendly” language, you get this strange feeling of being fooled by this new language, its environment…
https://monoinfinito.wordpress.com/series/introduction-to-c-template-metaprogramming/
Tags: #programming #cpp
Tags: #programming #cpp
An infinite monkey - Nico Brailovsky's blog
C++ template metaprogramming introduction
Disclaimer: After so many years (and blog migrations), this article might be broken or outdated. Yeah, blog migrations, that’s it. Anything that’s wrong is the fault of a blog migration…
https://mynameismjp.wordpress.com/2018/09/08/breaking-down-barriers-part-5-back-to-the-real-world/
Tags: #programming #cpp
Tags: #programming #cpp
The Danger Zone
Breaking Down Barriers – Part 5: Back To The Real World
You can find an ad-free static site version of this post here: This is Part 5 of a series about GPU synchronization and preemption. You can find the other articles here: Part 1 – What’s…
https://github.com/BrutPitt/glChAoS.P
glChAoS.P / wglChAoS.P: opengl / webgl Chaotic Attractors of Slight (dot) Particles A real time 3D strange attractors scout... and hypercomplex fractals
Tags: #programming #cpp #opengl #webassembly
glChAoS.P / wglChAoS.P: opengl / webgl Chaotic Attractors of Slight (dot) Particles A real time 3D strange attractors scout... and hypercomplex fractals
Tags: #programming #cpp #opengl #webassembly
GitHub
GitHub - BrutPitt/glChAoS.P: 3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime - BrutPitt/glChAoS.P