Skip to content

Instantly share code, notes, and snippets.

View farmincoding's full-sized avatar
🌴
On vacation

farmincoding

🌴
On vacation
View GitHub Profile
#pragma once
#include <string>
#include <vector>
#include <iostream>
using namespace std;
class Tanulo;
@farmincoding
farmincoding / Csoport.cpp
Last active August 1, 2021 17:14
Facebook
#include "Csoport.h"
void Csoport::tagfelvetel(Felhasznalo* felhasz) {
csoporttagok.push_back(felhasz);
}
void Csoport::ujuzenet(Uzenet* uzenet) {
uzenetek.push_back(uzenet);
}