I use MS VC++6 and when I type code I have problem...let's say I have 123456789 typed and I place cursor between 4 and 5 and than type "something" I get 1234something and not 1234something56789
so it deletes and wont shift right :S
also enter doesnt brake new line,space,backspace....
I guess its some editor setting I need to tweak?
Also I want to ask what is the command to see some variable in focus,her classes hierarchy and so...select object and then see hierarchy and types of parameters for functions....? what is the command?