Home Accessibility Courses Twitter The Mouth Facebook Resources Site Map About Us Contact
 
For 2023 (and 2024 ...) - we are now fully retired from IT training.
We have made many, many friends over 25 years of teaching about Python, Tcl, Perl, PHP, Lua, Java, C and C++ - and MySQL, Linux and Solaris/SunOS too. Our training notes are now very much out of date, but due to upward compatability most of our examples remain operational and even relevant ad you are welcome to make us if them "as seen" and at your own risk.

Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!

I am also active in many other area and still look after a lot of web sites - you can find an index ((here))

Well House Consultants
You are on the site of Well House Consultants who provide Open Source Training Courses and business hotel accommodation. You are welcome to browse and use our resources subject to our copyright statement and to add in links from your pages to ours.
Other subject areas - resources
Java Resources
Well House Manor Resources
Perl Resources
Python Resources
PHP Resources
Object Orientation and General topics
MySQL Resources
Linux / LAMP / Tomcat Resources
Well House Consultants Resources
Extras Resources
C and C++ Resources
Ruby Resources
Tcl/Tk Resources
Web and Intranet Resources
C and C based languages module C050
C - General
Exercises, examples and other material relating to training module C050. This module is presented on Private Courses and Specially Run Courses only

Background
C is the bedrock behind all the other modern scripting languages from Perl to Java and from Lua to PHP - they're all written in C. And it's used for heavy compute and low level programming too. Modern computing wouldn't be possible without C - but that does not necessarily mean that YOUR application should be written in C these days - there may be other more effective choices.
Related technical and longer articles
Introduction to the C Programming Language

Articles and tips on this subjectupdated
2504Learning to program in ...
At Well House Consultants, we offer courses at two levels in a number of program- ming languages. Our "learning to program in ..." courses are for delegates who have never programmed before, or who are rusty, who lack confidence, or want a refresher of the basic principles. Our "... programming" courses ...
2015-07-14
(longest)
4434Public training courses - upcoming dates
I've been presenting a long series of private courses over the past two months - Ruby and Cucumber, Python, Java and C++. From the beggining of March until mid April, I'm training most weeks at our Melksham, Wiltshire training centre - courses scheduled as follows: If you've missed these dates or want ...
2015-02-21
 
4341Segmentation Fault, Segmentation Violation, Bus Error, Stack Smashing
Have you ever had these error messages come up from your C program and wondered what they really mean? Segmentation Fault Segmentation Violation Bus Error stack smashing detected A segmentation fault is when you try to access memory that doesn't exits. A segmentation violation is when you try to access ...
2014-12-03
 
4335Flexible public courses - residential or commuting, programming newcomer or experienced, C or C++
The art of providing excellent niche courses at a sensible price comes from having the flexibility to cater for various backgrounds and requirements through the common code. A course starts tomorrow morning, and I've got a near-perfect group of three delegates. One delegate has already arrived, into ...
2014-11-30
 
3129Extra courses - C and C++
We started the year with C and C++ courses on Monday, 3rd January ... and we were full. So we've added the following courses to our schedule: Programming in C - Sunday 23rd and Monday 24th January 2011. Prior programming experience assumed. C and C++ Programming - Sunday 23rd to Wednesday 26th January ...
2011-01-13
 
2848C course - final course example puts it all together
"Yes - but how do we put all of those things together?" ... delegate question on many programming courses. As a trainer, I have to take our students through each of the main features of a language - to ensure they understand the fundamentals and perhaps more. But the it's just as important to take ...
2011-01-05
 
3053Make - automating the commands for building and installing
Coding projects (and their open source distributions) require build scripts - files of commands that convert the source code into executable programs, that install the various resultant files into place, and that can clean up the build area for a fresh build or for redistribution. The make system - ...
2010-12-04
 
2763Our C and C++ training course are on Open Source platforms
Q: C++ is under open source in your courses. is that right? BTW I like your site. Need to learn C++ but too expensive for me. Thanks. Question / comment via our "Ask the Tutor" page - but I suspect that the email address given doesn't reach the writer, and the question / comments are good "FAQ quality" ...
2010-05-14
 
2669Efficient use of dynamic memory - C and realloc
C is basically a language in which you dimension your arrays at compile time - however, at run time you can call up malloc or calloc to grab a chunk of dynamic memory. This is very useful if you don't know how much space you'll need at compile time. We've several example in our memory management module ...
2010-03-10
 
2536All the Cs ... and Java too
Do you get confused between C, C++, C#, Objective C ... and where to Java and J++ fit in? C C is the bedrock of modern computing. It's been around a while (by which I mean for at least 40 years) and it's still the language that you'll find underneath everything else. That doesn't mean it's been ...
2009-12-15
 
2091C, C++ and C# ... Java and JavaScript
With all the words in the world, and the ability to make more up, isn't it astonishing that we have in our business some confusingly similar names for programming languages! C v C++ v C# C is the bedrock language that's used to write all the modern operating systems, device drivers, other languages, ...
2009-03-20
 
2086C Programming v Learning to Program in C. Which course?
We offer two C courses - varying depending on the background of the delegates. For delegates who have prior programming experience, our two day Programming in C course will help them convert from VB, or Perl or Java or Fortran or Cobol ... the course assumes a knowledge of programming techniques such ...
2009-03-18
 
2002New C Examples - pointers, realloc, structs and more
Every time I program in C, I marvel at how clever the language is ... yet at the same time I curse some of the devices that are used to perform certain actions, which make the code that much more of a 'puzzle' to right. I've finished a 2 day C Programming course today ... and written a whole raft ...
2009-01-20
 
Examples from our training material
cppex.c   uses of preprocessor directives (cpp)
globals.h   include file for cppex.c
pinc.c   Pascal's Triangle - calloc'd rows
pinc2.c   Pascal's triangle all in calloc'd memory
remember.c   Call by value v call by address
starstar.c   multilevel pointers
tryme.c   realloc - adds new memory in sizeable chunks
Background information
Some modules are available for download as a sample of our material or under an Open Training Notes License for free download from [here].
Topics covered in this module
What is C?
What is C used for?
What sort of language is C?
Is C the right language for me?
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our Listing and schedule page.

Well House Consultants specialise in training courses in Ruby, Lua, Python, Perl, PHP, and MySQL. We run Private Courses throughout the UK (and beyond for longer courses), and Public Courses at our training centre in Melksham, Wiltshire, England. It's surprisingly cost effective to come on our public courses - even if you live in a different country or continent to us.

We have a technical library of over 700 books on the subjects on which we teach. These books are available for reference at our training centre.


You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2024: 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho

PAGE: http://www.wellho.info/resources/C050.html • PAGE BUILT: Sun Oct 11 14:50:09 2020 • BUILD SYSTEM: JelliaJamb