Exercises, examples and other material relating to training module C204. This topic is presented on public courses
Learning to Program in C,
Learning to program in C++,
Programming in C,
C and C++ Programming
Learning to Program in C - Conversion to C for experienced programmers.
"Programming in C" is an intensive 2 days course, during which
our tutor takes ... http://www.wellho.net/course/clfull.html [course] |
Learning to program in C++ - a conversion course for programmers in other languages
This intensive course teaches the C languages, and the C++ language ... http://www.wellho.net/course/cffull.html [course] |
C and C++ Programming - a conversion course for programmers in other languages
This intensive course teaches the C languages, and the C++ language which ... http://www.wellho.net/course/cafull.html [course] |
Programming in C - Conversion to C for experienced programmers.
"Programming in C" is an intensive 2 days course, during which
our tutor takes you from ... http://www.wellho.net/course/cbfull.html [course] |
A series of new "C" examples have been added to the web site - a course for a small group allowed me to go somewhat away from the more normal run yesterday ... http://www.wellho.net/mouth/1478_Som ... s-etc.html [short article] |
/*
*/
/* define function prototypes */
float ctof(float);
float average(float, int);
http://www.wellho.net/resources/ex.php4?item=c204/tcsub.h [code sample] |
In C, If you want to share a variable between a number of functions, you can declare it at the top of your file, outside the functions. It's then an ... http://www.wellho.net/mouth/2575_Sha ... xtern.html [short article] |
As your code grows from 5 to 50 to 500 lines, it becomes
less managable as a single block. Functions allow code to be
split into more managable blocks, which can then be saved into
separate files if you like so that the same logic can be shared
between a number of different programs where appropriate.
This topic is presented on public courses
Learning to Program in C,
Learning to program in C++,
Programming in C,
C and C++ Programming
Examples from our training material
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
http://www.training-notes.co.uk.
Topics covered in this module
Defining functions.
Parameters and return values.
Exercise.
Function prototypes.
Variable scope and global variables.
Constants.
Header files and other Macros
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
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. Also
available is the Opentalk
Forum for discussion of technical questions.