Tag Archives: C++

Delphi Pascal++ Embarcadero XE6 Primer Tutorial

A new release of an IDE is often good news for programmers. There are often great new features and innovation. Just on an early first view of today’s follow up to Delphi Pascal Primer Tutorial (as shown below), so it … Continue reading

Posted in Android, Delphi, eLearning, Tutorials | Tagged , , , , , , , , , | 22 Comments

C File Write and Read Primer Tutorial

Today, inspired by a Yahoo Answers question (thanks) we take a look at some C code dealing with files (both writing, and then rereading) and interactive input and string functionality in the downloadable C programming code you could call filestuff.c: … Continue reading

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

OpenCV Primer Tutorial

Do you like to learn by throwing yourself in at the deep end, or by preparing assiduously in order not to take a wrong step by the time you come to do the deed? Well, sadly, but sometimes happily, I … Continue reading

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

C++ std::vector Primer Tutorial

Today we answer a Yahoo Answers question (thanks) to point out an advantage C++ std::vector “container” datatype has over a base array datatype. We use Xcode (on a Mac laptop) as our IDE for this work. Read more here about … Continue reading

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

Tcl/Tk Bats and Ball Tutorial

Good news today is a breakthrough on a put-off project, getting Tcl/Tk to work with Mac OS X Mavericks and Xcode 5.1 on a MacBook Pro laptop … answering, partially, the previous Tcl/Tk So Brilliant (but where do you start?) … Continue reading

Posted in eLearning, Games, GUI, Tutorials, Xcode | Tagged , , , , , , , , , , , , , | 1 Comment

C String Function Timings Primer Tutorial

You don’t have to use an IDE to do C programming. There is Digital Mars C as an example of that. We have talked about the Xcode command line tools before, that frees the gcc compiler to (also) be a … Continue reading

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

C 2D Array via File Tutorial

You don’t have to use an IDE to do C programming. There is Digital Mars C as an example of that. We have talked about the Xcode command line tools before, that frees the gcc compiler to (also) be a … Continue reading

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

C++ Formatting cout Primer Tutorial

C++ uses iostream.h methods to format command line output. Programmers with a background in C may think the iostream.h “cout” stream output methods are a little harder to use (compared to C’s printf and sprintf and fprintf (which, of course, … Continue reading

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