SQL

Saturday, 30 January 2016

Struct in C++

This example shows a simple use of struct



hasan@lucid:~/Desktop/cpp/struct$ g++ -std=c++11 struct.cpp
hasan@lucid:~/Desktop/cpp/struct$ ./a.out
Joseph
18
Cashier


Post a Comment