Search found 3 matches
- Sun Nov 21, 2010 15:51
- Forum: Help
- Topic: [Solved]Name confusion
- Replies: 13
- Views: 7065
Re: Name confusion
Thanks every one
- Sat Nov 20, 2010 09:52
- Forum: Help
- Topic: [Solved]Name confusion
- Replies: 13
- Views: 7065
Re: Name confusion
Kulik wrote:I believe d_ is for data but that's just me. I was completely confused about this but it's just a matter of getting used to it. I already use so many conventions in other projects that it doesn't hurt that much
If this were my call I would go for mVariable
thanks Kulik. .
- Sat Nov 20, 2010 05:48
- Forum: Help
- Topic: [Solved]Name confusion
- Replies: 13
- Views: 7065
[Solved]Name confusion
Hi every one! I am a newer to CEGUI. when I read the API of CEGUI, I find the follow description: "Normal members should have the prefix d_, such as in d_thisVariable, while static members should have the prefix s_, such as in s_anotherVariable. " ya, I understand "s_" is short f...