User profile: derikd

User info
User name:derikd
History
Joined:
Number of posts:6
Latest posts:

keep function definitions with variable declartions
I was able to apply the pimpl idiom to a non-trivial class last night. This is a near perfect solut...

keep function definitions with variable declartions
I corrected the problems above by moving the forward declaration up above the class definition. Hit...

keep function definitions with variable declartions
[b]EDIT: I solved this problem see next post[/b][s]When I use this code, I get errors at line 20 an...

keep function definitions with variable declartions
[quote]You are overreacting[/quote] I didn't mean to. Sorry. But I thank you for your patience for...

keep function definitions with variable declartions
ooops, ne555 is right. If I left static keyword in the declaration of the variables in the the C++ ...