Tag Archives: kernel

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

Rename Scenarios in Linux Shell Script Primer Tutorial

Linux (or Unix) is a command line environment that is really powerful regarding file management. This power is no surprise as the basis of Unix and hence, Linux, is that files are at the heart of the design of the … Continue reading

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

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