Tag: Cpp
Why C++ ?
I made mention of my venturing back into the world of C++, and was asked why I was interested in doing so given all the Java work I do. The best answer I can give is based on a comment which I think was made by Bjarne Stroustrup himself when asked about the advantages of […]
Continue Reading...Simple C++ Project Setup With CMake
As a Java developer, I wanted to dabble with a C++ project, something I’ve not done for a while. I was looking into how to structure my project with a view to getting started quickly, but ensuring that if I wanted to expand the project, I wouldn’t have to restructure it in order to keep […]
Continue Reading...Procedural Terrain Update
So I started a series before Christmas on generating and rendering procedural terrain at runtime. Between one thing and another, including ending up in hospital having surgery for appendicitis, I haven’t taken it any further. As the purpose of doing those articles then was to suit my Christmas mood, with it being nearly Spring, this […]
Continue Reading...