da Nicola Brogelli | Nov 20, 2023 | C language
MSXgl is a game library written in C and intended for MSX computers. The goal of this library is to give C programmers the full feature set to create a high-performance game. Even though a C program can never...
da Nicola Brogelli | Nov 17, 2023 | C language
C language for MSX Column by Nicola Brogelli (Part 2) Type Conversions As we saw in the previous handout, in C every piece of data has a well-defined Type. When variables of different types appear in an expression, the compiler is often able...
da Nicola Brogelli | Nov 3, 2023 | C language
C language for MSX Column by Nicola Brogelli (Part 1) Primitive types The C language provides developers with a series of data types called primitives and a series of operations that can be performed on them. So every...