Welcome, Guest. Please login or register.

Author Topic: Naming conventions and type definition  (Read 1825 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Mr_CapehillTopic starter

  • Full Member
  • ***
  • Join Date: May 2002
  • Posts: 189
    • Show all replies
Naming conventions and type definition
« on: May 13, 2004, 02:12:47 PM »
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...