Tag Archive
The following is a list of all entries tagged with fpc:
A freepascal clock
Filed in source code, 30/08/2008, 00:47A basical console clock written in freepascal by me, even if it’s an old language, I have to practice on it for school. Here you got the code, I’ve added little comments but it isn’t a lot. hh = hour mm = minutes ss= seconds Share on Facebook
C & FPC
Filed in source code, 29/08/2008, 22:04C programming and pascal, that’s what I’m doing for the moment, I have an exam in 5 days, man I hate it. Just finished a clock in C: you give the time for tomorrow and he’ll count it down. But it’s basic: 0102#include03#include04 05int main(int argc, char *argv[])06{07long hh, mm,th, tm, ts;08 09printf("Reveil a quelle heure(24) minutes? [...]