you are viewing a single comment's thread
view the rest of the comments

My naming convention for C++ is that custom types are capitalized and instances aren't. So I might write User user;.

  • source
  • parent