The University of Queensland Homepage
School of ITEE ITEE Main Website

COMP2303 / COMP7306 - C Resources

C Style Guide

C programs you write for COMP2303/7306 should follow the following style guide:

  • COMP2303 C Programming Style Guide v1.4 ( 25kB)

Whilst many different styles are possible, this minimal style guide has been chosen so that you get used to writing code to a style guide (many companies have one, many style guides are a lot more prescriptive than this); and so that tutors can more easily read and mark your code for assignments.

Useful Links

C Tutorials

Debugging

A separate page of debugging resources is available.

Reference material