Tag Archives: C++

C++ Xcode OOP Polymorphic Array Tutorial

Here is a tutorial that introduces you to some more aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming … specifically regarding Polymorphic Arrays. Object-oriented programming (OOP) is a programming paradigm that represents … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , , | 1 Comment

Function Pointers in C and C++ Primer Tutorial

When programming C and C++ you often talk about functions and methods respectively as a way to compartmentalize the work that your program needs to do. Have you found yourself having these functions and methods well defined and similarly structured … Continue reading

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

C++ and C Reference Pointer Primer Tutorial

C and C++ love you to use pointers to memory and references because it is more direct and faster than the use of variables. So in this tutorial we see four different ways to write a function that can change … Continue reading

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

Creating a Drawing C# Application by Using WPF Tutorial

You might ask “What is WPF?” … so … go on … . . . . . . What is WPF? Glad you asked … Developed by Microsoft, the Windows Presentation Foundation (or WPF) is a computer-software graphical subsystem for … Continue reading

Posted in eLearning, GUI, Tutorials, Visual Studio | Tagged , , , , , , | 31 Comments

C via Xcode Primer Tutorial

Here is a tutorial that introduces you to some aspects of C programming … example is a very rudimentary Student Results system … use of struct text file reading and writing string manipulation C is the grandparent of so many … Continue reading

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

C++ Xcode OOP Composite Objects Tutorial

Here is a tutorial that introduces you to some aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming. Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data … Continue reading

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

C# in Visual Studio (Express) Windows Desktop Application Primer Tutorial

C# using Visual Studio is another great language to learn. If you like C# you may eventually like VB.Net, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , | 1 Comment