Jump to content

RidgeRun Developer Manual/Coding Styles/C++: Difference between revisions

No edit summary
Line 44: Line 44:
'''2.''' Other headers from the same project
'''2.''' Other headers from the same project


'''3.''' Headers from non-standard projects (with angle brackets and .h extension)
'''3.''' Headers from non-standard projects


'''4.''' System headers (with angle brackets without an extension)
'''4.''' System headers (with angle brackets and .h extension)
 
'''5.''' C++ standard headers (with angle brackets without an extension)




Cookies help us deliver our services. By using our services, you agree to our use of cookies.