Tag Archives: C++

C++ OpenGL in Xcode Primer Tutorial

OpenGL is, to quote from the OpenGL.org landing page … The Industry’s Foundation for High Performance Graphics from games to virtual reality, mobile phones to supercomputers … a big player for game developers for desktop, web, and mobile platforms. Today … Continue reading

Posted in eLearning, Games, GUI, Installers, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , | 7 Comments

Visual Studio C# NUnitTest Primer Tutorial

The acronym SDLC (Software Development Life Cycle) describes a lot of what the environment for a programmer consists of, but there are so many variations within the workplace of where the role of the “programmer” starts and stops. One of … Continue reading

Posted in eLearning, OOP, Software, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 9 Comments

CSH/KSH/PHP Numerical Bubble Sort Tutorial

Here is a tutorial that follows up on yesterday’s C++ Xcode Numerical Bubble Sort Tutorial as shown below, in an “oh, I forgot” moment to make the link between the programming language C (and then C++) and its relationship to … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | 8 Comments

C++ Xcode Numerical Bubble Sort Tutorial

Here is a tutorial that uses the Xcode IDE on a Mac laptop to create a C++ desktop compiled application using a Bubble Sort method to numerically sort some numbers (ie. double). Attempting to write code with a generic eye … Continue reading

Posted in eLearning, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , , , , , | 1 Comment

C++ Xcode OOP Friend Overload Tutorial

10 Continue reading

Posted in Colour Matching, eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , , | 21 Comments

C Supervised PHP Modes of Use Primer Tutorial

Recently, with our tutorial, PHP Modes of Use Primer Tutorial as shown below, we talked about three modes of use or access for the use of PHP and today we encase all that thinking in a Mac OS X command … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

Linux vi C make Primer Tutorial

The Linux (or unix) command vi is a powerful command line editor tool which has a long history with unix and the maintenance of C code (as just one example of its uses). So much so, as far as C … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , | 5 Comments

C++ MultiDimensional Array istringstream Tutorial

Today, building on previous C++ Formatting cout Primer Tutorial as shown below, and inspired by a Yahoo Answers question (thanks) we take a look at the reading of file data into a two dimensional (scores) array, featuring: cout and cin … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | 10 Comments