Search Results for: main.cpp_GETME

C++ OpenGL in Xcode Follow Up Tutorial

OpenGL has a OpenGL.org landing page which will talk about all the platforms supported, and let’s just remind you about the purpose, with a quote from the webpage … The Industry’s Foundation for High Performance Graphics from games to virtual … Continue reading

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

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

PHP Abstract Class Primer Tutorial

PHP can be written with a functional approach or an Object Oriented (OOPS) approach, and today, we show some OOP approach ideas such as … an abstract class “via abstract class [className] { }“ another polymorphic (syntax) idea “via public … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , , | 7 Comments

PHP Polymorphic Thoughts Primer Tutorial

We have mentioned the word “polymorphic” at this blog … and we weren’t sneezing m’lord … and you may wonder with the avid PHP fan base here why we don’t talk about “polymorphism” regarding PHP? Or maybe not … but … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , | 27 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++ 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