The purpose of this video is to demonstrate a basic installation of Kali Linux from Offensive Security in a new Virtual Machine guest... This DVD5 ISO image file contains the security updates for Windows released on Windows Update on May 14, 2013. The image does not... | A standards organization has created a boot environment for tablets and PCs that could potentially run a 64-bit version of Windows RT. Features x64 Bit Web Browser Powered By Mozilla Source Code Compiled With Visual Studios 2012 Used Windows 8 SDK Instead Of Vista SDK... |
A standards organization has created a boot environment for tablets and PCs that could potentially run a 64-bit version of Windows RT. In this video we will install VMware vSphere vCenter Server 5.1.0b using the Simple Install method on Windows Server 2003 R2 X64 SP2 | Big thank you to all who've sent in Imogen plugins, they're excellent, Keep em' coming folks! This tutorial we'll look at some of the... In this tute we'll look at coding a C++ algorithm to negate a 128bpp image. This will be a benchmark to beat for the ASM versions we'll... |
The purpose of this video is to demonstrate a basic installation of Kali Linux from Offensive Security in a new Virtual Machine guest... Today, I had to install the Java plugin for 64bit Firefox on CentOS 6.4. The procedure wasn’t too bad, but it wasn’t exactly... | In this tute we'll get to coding some little ASM algorithms. First we have to look at how parameters will be passed from C++.
Today we'll look at integer data types, bits, bytes, words and all that. We'll also look at the general purpose register set. I didn't... |
Thursday, 20 September 2012 05:34
Today's tute we'll explore how some of the facets of Object Oriented C++ work. It's nothing like it seems. The information in this tutorial may not be immediately useful but it's actually very handy. There is a concept called AoS (Array of Structures) versus SoA (Structure of Arrays), to get maximum speed from our SIMD code sometimes we need the data organized in a special way, this type of knowledge (apart from being interesting) is invaluable when we need complete control over these types of things.
It also gives a much better understanding of exactly what C++ is which helps program in this language better. This stuff actually makes me very thankful for C++, the access modifiers, name mangling, *this pointer, these things are all abstractions of what is really going on but they make programming so much easier. C++ is a work of the highest calibre of human genius, to truly appreciate any work of art it's sometimes helps to look at it very, very closely.
