How to write a program in Basic V2 Commodore 64 Atari Altirra QB64, episode 8

How to write a program: Basic course #8

Benvenuti all'ottava puntata del corso sul linguaggio Basic! Nel video di oggi, impariamo come scrivere un programma, semplice, a partire da un'idea. Come scrivere un programma: il diagramma di flusso Supponiamo di voler scrivere un programma, molto semplice, per generare […]

Course to learn how to program in Basic Commodore 5, QB64 GWBASIC DOSBOX INT RND TIMER function, 16 64 128 C64 C16 Vic20 Vic-20 C128 Plus4

Course for Programming in Basic #5, Int Rnd Timer, Times Tables

Welcome to the fifth installment of the Basic Programming course. Today we see the RND function, which generates pseudo-random numbers, the INT function, which returns the integer part of a number and also the TIMER system variable. We implement the [...]

Amedeo Valoroso, WITH TRANSFER, messages RS232, GWBASIC, DOS, 1992

COM TRANSFER, messaging on COM serial port

COM TRANSFER is an instant messaging software, which I programmed when I was 14 years old. The messaging program allows you to send messages between two computers that are not connected to the network, as it uses the RS232 serial port. I wrote the [...]