Thursday, February 13, 2020

CPP: Simple data type conversion

Convert string to int:


To build:
$: clang++ dataconv.cpp

Run it:
$: ./a.out

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...