Skip to content
UoL CS Notes

Lecture 25

COMP105 Lectures

IO Example

In this lecture we are covering an extended example on making ASCII art of a given input char. It will add chars onto the resultant output when you give them as input.

As this is an example lecture I will be taking notes on key concepts, for the full example see the slides.

The source code for this example is given here.

Printing Text-Mode Graphics

This is a stub, see the slides above for more details.

Updating the Screen

Interactive Loop

This is a stub, see the slides above for more details.

Main Function

This is a stub, see the slides above for more details.