int bCock; //obviously it controls chams...
char intBlackpeople; // durrr menu title
int sdfudf3; //open/close menu
i don't use it if i was in rush
Use it 24/7
I use a subset of it. I'm too lazy to use it for everything though. But then again, my coding style is really bad <.<
Only way to do it.
I use straight variable names, no prefixes or suffixes . Unless I have 2 variables that should have the same name; in that case I may prefix one or both of them.
I use it outside of classes, but if it's a variable in a class I just prefix it with m_ and don't worry about Hungarian Notation
Originally Posted by ac1d_buRn
Not all the time, But sometimes, yes
Do you?
Ya.
It makes it look neat imo.
Intellisense... No need for that
I only use it for somethings and I have my own prefixes for others
and sometimes I'm lazy and don't use it at all
Originally Posted by User1
Intellisense... No need for that
Intellisense helps me not have to remember every member of my classes :]