Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
szorgalmi_feladatok
/
stringpool
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3582e9a3
authored
Dec 02, 2022
by
Karsa Zoltán István
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
size_t numbers
parent
7e8d2adf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
83 additions
and
77 deletions
+83
-77
pool.cpp
+2
-0
pool.h
+1
-0
rstring.cpp
+2
-0
rstring.h
+1
-0
test.cpp
+77
-77
No files found.
pool.cpp
View file @
3582e9a3
...
@@ -7,4 +7,5 @@
...
@@ -7,4 +7,5 @@
* Ezt a fájlt be kell adni (fel kell tölteni) a megoldással.
* Ezt a fájlt be kell adni (fel kell tölteni) a megoldással.
*/
*/
#include "memtrace.h"
#include "pool.h"
#include "pool.h"
\ No newline at end of file
pool.h
View file @
3582e9a3
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
#ifndef POOL_H
#ifndef POOL_H
#define POOL_H
#define POOL_H
#include "memtrace.h"
#include "rstring.h"
#include "rstring.h"
class
StringPool
{
class
StringPool
{
...
...
rstring.cpp
View file @
3582e9a3
...
@@ -7,4 +7,5 @@
...
@@ -7,4 +7,5 @@
* Ezt a fájlt be kell adni (fel kell tölteni) a megoldással.
* Ezt a fájlt be kell adni (fel kell tölteni) a megoldással.
*/
*/
#include "memtrace.h"
#include "rstring.h"
#include "rstring.h"
\ No newline at end of file
rstring.h
View file @
3582e9a3
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
#define RSTRING_H
#define RSTRING_H
#include <cstdio>
#include <cstdio>
#include "memtrace.h"
class
RString
{
class
RString
{
public
:
public
:
...
...
test.cpp
View file @
3582e9a3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment