Hello, I'm starting a cross-platform project and wondering what kind of naming convention I should go for. I think that Hungarian notation is an ugly overkill solution for me. Also: do you begin member functions with a capital letter? Class name with 'C'?
Another problem is deciding if I should use my own types for int, float etc...Any good suggestions here?
Thanks...