Tag Archives: gcc

C++ X11 Analogue Clock Animation Tutorial

If ever there was a benefit some additional animation functionality could make, it would be to yesterday’s C++ X11 Analogue Clock Primer Tutorial of an analogue clock (only) at a snapshot of time. Many of us need the clock for … Continue reading

Posted in Animation, eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

C++ X11 Analogue Clock Primer Tutorial

Continuing on with the X11 ideas of the recent Inkscape Vector Image Editor Watermark Tutorial blog posting thread, today we turn our attention to you creating the software … for a single snapshot analogue clock … in an … X11 … Continue reading

Posted in eLearning, Not Categorised, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

Linux vi C make Primer Tutorial

The Linux (or unix) command vi is a powerful command line editor tool which has a long history with unix and the maintenance of C code (as just one example of its uses). So much so, as far as C … Continue reading

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

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, C++ NetBeans, Xcode gcc Primer Tutorial

Today’s tutorial has come about as a consequence of Xcode and its Command Line Tools Primer Tutorial in the sense that the installation of Xcode Command Line Tools (in earlier Xcode versions … think maybe less than 4 … “out … Continue reading

Posted in eLearning, NetBeans, Software, Tutorials, Xcode | Tagged , , , , , , , , , | 17 Comments

Xcode and its Command Line Tools Primer Tutorial

Xcode is a great GUI IDE application that comes with Macs “out of the box” (quite often). In the earlier versions … think maybe less than 4 … “out of the box” it lived with C and C++’s great gcc … Continue reading

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