Difference between revisions of "CppSDKAuthors"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
Line 40: Line 40:
  
 
I hope this document will becomes a great source of inspirations particularly for those in charge of teaching the C++ language programming. I hope it is easy now to give students projects around OpenOffice components and dialogs.
 
I hope this document will becomes a great source of inspirations particularly for those in charge of teaching the C++ language programming. I hope it is easy now to give students projects around OpenOffice components and dialogs.
I cannot give such projects to my students because they are undergraduate and only learn C programming with great difficulties. One idea of project is to write an OpenOffice component whch is able to start from a Dialog and automatically generates all the C++ code for a component : a GLADE-like for OpenOffice.  
+
I cannot give such projects to my students because they are undergraduate and only learn C programming with great difficulties. One idea of project is to write an OpenOffice component which is able to start from a Dialog and automatically generates all the C++ code for a component : a GLADE-like for OpenOffice.  
  
 
{{Documentation/Note|'''Note :''' This document is under construction... since summer 2004. Health problems since summer 2006 have slowed down the redaction. [[FR/Documentation/Cpp_Guide|French translation]] is done since summer 2008.}}
 
{{Documentation/Note|'''Note :''' This document is under construction... since summer 2004. Health problems since summer 2006 have slowed down the redaction. [[FR/Documentation/Cpp_Guide|French translation]] is done since summer 2008.}}
 
   
 
   
 
{{Template:Home_Page}}
 
{{Template:Home_Page}}

Revision as of 09:31, 10 September 2009

Template:Documentation/Banner

Contribution Contributor Contact Copyright
Original Author Serge Moutou Serge Moutou (Home) Serge Moutou (Work) 2004
Help to start Danny Brewer DannyB in OOoForum 2004
Reformatting and language Andrew Pitonyak Andrew Pitoniak 2004
Reformatting and language Christian Junker Christian Junker 2004
Help to start Niall Dorgan redrgreen in OOoForum 2004
Help on event listener Emmanuel GUY manuguy in OOoForum 2004
Help on Run Time Dialog Box GAP ( INDIA ) gap82 in OOoForum 2005
Reformatting and language Aditya Kumar Pandey adipan in OOoForum 2005
VC++.NET tutorial Lars Behrmann LarsB in OOoForum 2005
bookmarks Robert MEAILLE foster06 in OOoForum 2005
improving VC++.NET tutorial François Rossignol _francois_ in OOoForum 2005
Add-in chapter Eric Ehlers eric_1234 in OOoForum 2005

Template:Documentation/Tip

The first time I have make SDK working was in May 2004. A month later I begun to write this document with no skills on UNO (only few lines of OOoBasic programs) and very few skills on C++ programming language. To put it differently, I have learned UNO and C++ when writing this document. It is probably easy to see that when reading old chapters. Even new chapters (July 2009) Managing a Dialog in a Component and Going further with Dialog and Components are writen with explaining how I make things working. Then you can find remarks on things I finally resoved : the best is probably to remove these remarks when the corresponding problems are soved. If anybody wants to reformat this document there is no problem, this document is completly free.

The other great problem is English faults. My English is very bad and it would be great that somebody take a while to correct faults : it is a very easy task with a WIKI document.

I have not respected the presentation norm of OpenOffice.org documents. See for instance the Developer's Guide or OOoBasic Guide. Every chapters of this document are a page, and it would be probably beter to cut every chapters so that every sections becomes a page.

I hope this document will becomes a great source of inspirations particularly for those in charge of teaching the C++ language programming. I hope it is easy now to give students projects around OpenOffice components and dialogs. I cannot give such projects to my students because they are undergraduate and only learn C programming with great difficulties. One idea of project is to write an OpenOffice component which is able to start from a Dialog and automatically generates all the C++ code for a component : a GLADE-like for OpenOffice.

Template:Documentation/Note

Personal tools