User profile: Sigge414

User info
User name:Sigge414
History
Joined:
Number of posts:19
Latest posts:

Quick question.
Are these two pointers the same? [code] int value = 10; int *ptr1; int *ptr2; ptr1 = &value...

Help appreciated!
So I have a string called "A" that I wanna compare to a number of strings. something like this ...

Cant think of title.
Why can I do this: [code] struct myClass { int a; int b; myClass(int &A, int &B) { a = A; b = B; } }...

Forward declare objects in C++?
I will mark this thread as solved now. This is pretty much my final code. If you have anything else ...

Forward declare objects in C++?
Okay, I don' t know what that was about. I've done quite a few changes and improvements to my code, ...