Category Archives: OOP

Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data fields (attributes that describe the object) and associated procedures known as methods. ( Wikipedia )

Xcode Objective-C Mutable Array Primer Tutorial

Have you heard of Objective-C? It is a great object-oriented programming language that builds that object orientation on top of a C programming base. Sounds good (even better than good), and Objective-C is the language of iOS Mobile Apps, so … Continue reading

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

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

Code::Blocks IDE D Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and it builds on yesterday’s D Primer Tutorial as shown below. Programming IDEs take a lot of the hard work out of tasks such as compiling and linking in languages … Continue reading

Posted in Code::Blocks, eLearning, OOP, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | 17 Comments

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++ 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

C++ Xcode OOP Friend Functions Tutorial

Our C++ XCode OOP Friend Functions Tutorial presented here builds off the previous C++ XCode OOP Composite Objects Tutorial below. Friend Functions can be used to modify private data members of classes which have explicitly allowed access to these private … Continue reading

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

C++ Xcode OOP Operator Overloading Tutorial

9 Continue reading

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

Delphi Pascal Primer Tutorial

Have you heard of Delphi? Maybe you know it as Turbo Delphi? It is a great GUI IDE application that can create desktop or web applications. Embarcadero Delphi is an integrated development environment (IDE) for console, desktop graphical, web, and … Continue reading

Posted in Delphi, eLearning, GUI, OOP, Tutorials | Tagged , , , , | 10 Comments