cplusplus.com
C++ : Users : cppuser
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: cppuser
Public profile
Send private message


User profile: cppuser

User info
User name:cppuser
History
Joined:
Number of posts:73
Latest posts:

Question regarding static pointers as class members
Ah, yes... I sometimes hate this syntax. :) Regards

Question regarding static pointers as class members
p.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 members
Hi all, I have a class MyClass with one static pointer : .h : static SomeOtherClass *test; ...

Noobie question regarding new line string concatenation
Hmm... I think I accidentally have found the answer. string myString = "blablablabla" ...

Noobie question regarding new line string concatenation
Hi all, I have one very simple querstion here. How can I do something like this in C++ : [co...