THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/04/2007 at 07:54, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.x
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
I usually use a generic framework to code my plug-ins. In them, I use, for example, the line:
PluginDialog::SetContainer(_bc) { bc = _bc->GetClone(); }
Why does the bc has an underscore behind it? What does the underscore stands for? I mean, what is the difference between bc and _bc ?
Thank you in advance for any reply.
Rui Batista