Commit 3582e9a3 by Karsa Zoltán István

size_t numbers

parent 7e8d2adf
......@@ -7,4 +7,5 @@
* Ezt a fájlt be kell adni (fel kell tölteni) a megoldással.
*/
#include "memtrace.h"
#include "pool.h"
\ No newline at end of file
......@@ -11,6 +11,7 @@
#ifndef POOL_H
#define POOL_H
#include "memtrace.h"
#include "rstring.h"
class StringPool {
......
......@@ -7,4 +7,5 @@
* Ezt a fájlt be kell adni (fel kell tölteni) a megoldással.
*/
#include "memtrace.h"
#include "rstring.h"
\ No newline at end of file
......@@ -12,6 +12,7 @@
#define RSTRING_H
#include <cstdio>
#include "memtrace.h"
class RString {
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment