Question regarding static pointers as class membersAh, yes... I sometimes hate this syntax. :) Regards
Question regarding static pointers as class membersp.s. : I'm using another static variable, but it's not a pointer to class and it's not giving any ...
Question regarding static pointers as class membersHi all, I have a class MyClass with one static pointer : .h : static SomeOtherClass *test; ...
Noobie question regarding new line string concatenationHmm... I think I accidentally have found the answer. string myString = "blablablabla" ...
Noobie question regarding new line string concatenationHi all, I have one very simple querstion here. How can I do something like this in C++ : [co...