Saturday, January 25, 2020

CPP: Hello world

Copy and save code below as helloworld.cpp


To build:
$: clang++ helloworld.cpp

Run it:
$: ./a.out

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...