From 32bc74c0349f08401d2935d194df5118f552f45c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 3 Oct 2001 16:51:18 +0000 Subject: [PATCH] Removed duplicate file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/html/standard.htm | 953 ----------------------------------------- 1 file changed, 953 deletions(-) delete mode 100644 docs/html/standard.htm diff --git a/docs/html/standard.htm b/docs/html/standard.htm deleted file mode 100644 index 196b63ff5a..0000000000 --- a/docs/html/standard.htm +++ /dev/null @@ -1,953 +0,0 @@ - - - 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. - -
- - - -- 2.45.2