X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b953bdc2934895fa31d859be25be1f850701c2c3..3b50432abf11a0dbdab6b8d4136c3956ce4def1f:/docs/html/standard.htm diff --git a/docs/html/standard.htm b/docs/html/standard.htm new file mode 100644 index 0000000000..196b63ff5a --- /dev/null +++ b/docs/html/standard.htm @@ -0,0 +1,953 @@ + + + wxWindows Programmer Style Guide + + + + + + + + + + + + +
+ +wxWindows Programmer Style Guide + +
+ +

+ +by Vadim Zeitlin

+ +This guide is intended for people who are (or intending to start) writing code +for wxWindows class library. + +

+The guide is separated into two parts: the first one addresses the general +compatibility issues and is not wxWindows-specific. The advises in this part +will hopefully help you to write programs which compile and run on greater +variety of platforms. The second part details the wxWindows code organization and +its goal it to make wxWindows as uniform as possible without imposing too +many restrictions on the programmer. +

+Acknowledgements: This guide is partly based on +C++ portability guide by David Williams. + +

+

General C++ Rules

+ + +

+ +

wxWindows Rules

+ + +
+ +

General C++ Rules

+ + +

+ +

wxWindows rules

+ + +

+ +


+Please send any comments to
Vadim Zeitlin. + +
+ + +