Tag Archives: C++

Code::Blocks C++ Win32 API Frame Menu Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and we use this to create a project to create a C++ Windows 32bit GUI frame application (Win32 API) with two simple submenus. Programming IDEs take a lot of the … Continue reading

Posted in Code::Blocks, eLearning, GUI, Tutorials | Tagged , , , , , , , , | 6 Comments

Silverlight ASP.Net MVC Primer Tutorial

Today’s tutorial creates a Silverlight Navigation MVC Application website in ASP.Net with Microsoft Visual Studio (2010 Express) building on the knowledge of the previous ASP.Net MVC Primer Tutorial. MVC stands for Model/View/Controller web design architecture methodology. Even if you lack … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , | Leave a comment

C++ Xcode OOP Exceptions Primer Tutorial

Our C++ Xcode OOP Exceptions Tutorial presented here opens the door to the idea of handling error exceptions when using C++. The two major areas I’ve found where error handling is really important are with mathematical calculations and with input/output … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , | Leave a comment

D Primer Tutorial

Yes, there is a D … D comes after C … and that pans out to be true … but what if we find life on Mars … you heard it here. Have been a fan of what Digital Mars … Continue reading

Posted in eLearning, OOP, Software, Tutorials | Tagged , , , , , , , | Leave a comment

C Recursion Primer Tutorial

Recursion is the process of repeating items in a self-similar way. For instance, when the surfaces of two mirrors are exactly parallel with each other the nested images that occur are a form of infinite recursion. The term has a … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | Leave a comment

C Union Primer Tutorial

The C programming language introduced a data structure called union which allowed that data structure to contain a range of different data types which could come and go in relevance, during program execution, for many and various purposes, as the … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , , , , , , , | 33 Comments

C++ Xcode OOP Function Template Primer Tutorial

Our C++ Xcode OOP Function Template Tutorial presented here uses a great feature of C++ that can streamline code where the only differences between functions presented are the data types returned and the data types passed in. The word template … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , | Leave a comment

Source Control in Xcode Tutorial

This tutorial about Source Control in Xcode, on a Mac laptop, builds upon the previous C++ XCode OOP Composite Objects Tutorial as shown below. Source Control concepts (also known as Revision Control) are not just a Software Coding idea, as … Continue reading

Posted in eLearning, Software, Tutorials, Xcode | Tagged , , , , , , | 3 Comments