Changeset f3f82b in git


Ignore:
Timestamp:
Jun 10, 2009, 3:58:06 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
b5d4d19ebfd46b641a2428d8d8f86d9d6dafa6da
Parents:
360989ae9be1054e85a07a2fb266f7b13e0a4c69
Message:
*motsak: C++ style


git-svn-id: file:///usr/local/Singular/svn/trunk@11894 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/C-STYLEGUIDE

    r360989a rf3f82b  
    9696  - macros are in capital letters (except used as a procedure)
    9797
     98 
     99
    98100- Comments
    99101  - class-/function-/member variable-/... comments should be written in the
     
    134136  - TODO: What about namespaces!?
    135137
     138  ? Classes - with starts capital letter (better no "C" at the beginning)
     139    and Camel style further (no "_")
     140  ? member Methods - small letters with "_"
     141  ? member Variables - start with "m_" or "_" and Camel style further
Note: See TracChangeset for help on using the changeset viewer.