C++ Naming Conventions
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Im looking for MS Visual C++ Naming conventions. The naming conventions I know are from Visual Basic. I don't know if its ok to adopt the naming conventions from VB. If you know some articles on Visual C++ please let me know. Thanks.
For MSVC, the most common convention is Hungarian notation[^]
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.