I'm creating a very simple program with C ++, using the IDE QT creator and I have a question
I have a Person class, with two attributes
#ifndef PERSONA_H
#define PERSONA_H
#include <iostream>
using namespace std;
class Persona
{
publ...
asked by
24.09.2018 / 13:22