keep function definitions with variable declartionsI 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 declartionsI 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 declartionsooops, ne555 is right. If I left static keyword in the declaration of the variables in the the C++ ...