Exercises, examples and other material relating to training module C202. 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] |
If you're reading this article as one of a series in my blog, looking for amusing anecdotes, and news of Melksham, you may be getting a bit concerned ... http://www.wellho.net/mouth/2580_C-c ... mples.html [short article] |
With scripting languages (or near-scripting languages) such as shell, Tcl, Perl, Python and PHP, the developer just edits a file of program code, and ... http://www.wellho.net/mouth/888_Turn ... ogram.html [short article] |
/*
Bring in a header file at compile time
*/
#include
int main() {
/* Different types of integers */
int val1, val1a, val1b;
... http://www.wellho.net/resources/ex.php4?item=c202/nranges.c [code sample] |
Programs store information in variables, and we'll look at
how these are declared, initialise and used for calculation in
C. We'll also look at reading inputs from the user and writing
information back out so that by the end of this module you'll have
written a simple but practical program in C.
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
Variables, types and numeric types.
Float and ints. Short long and double.
Calculations.
Basic use of printf.
Exercise.
Input from the user.
Conversion and type casting.
Multiple assignments.
Exercise.
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.