BlogHide Resteemsacetix (25)in programming • 7 years agoUnity 3D Procedural fractal music visualizer :)Hey! I created this audio visualizer with the help of Peer Plays tutorials. I think I will expand the project in my own way but I don't allready know in which direction... maybe a game? If…acetix (25)in programming • 7 years agoC++ Tutorial: Caesar cipher | encryption and decryption (Very easy)Hey! Hope you will like this short tutorial. :) Programs used: IDE: Compiler: Let's start! We are looking for an encryption like this: Therefore we need nothing special. Only 3…acetix (25)in programming • 7 years agoC++ Tutorial: 3 x 3 Matrix determinantHey! In this tutorial I will show you how to make a C++ program to calculate 3 x 3 determinants. Programs used: IDE: Compiler: Let's start! At first we want to be able to put in…acetix (25)in programming • 7 years agoC++ Tutorial: Simple program to calculate 2 x 2 matrices with classesHey! In this tutorial I will show you how to calculate these matrices. We will use objects and classes in C++. You can also be a beginner to to this tutorial. Programs used: Eclipse as IDE…acetix (25)in programming • 7 years agoC++ basic difference between call by value (cbv) and call by reference (cbr).I noticed that some people in my class get trouble with CBV and CBR, and also some people on the internet. So here's a short summery. CBV and CBR are different kinds to send variables or values…acetix (25)in programming • 7 years agoPong game with music and fancier graphics + Download :)Hey! This is my 3rd game made with the Unity3D engine. It's nothing special... but I think it is a good little game to waste some time. It took me around 3 days to get it working. Controls in…