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

How to write a program: Basic course #8

Welcome to the eighth installment of the basic language course! In today's video, we learn how to write a program, simple, starting from an idea. How to write a program: the flowchart Suppose you want to write a program, very simple, to generate [...]

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 [...]