From: Jonathan G. <gt...@ma...> - 2005-10-13 04:24:12
|
Dear OpenC++ users, While trying to learn and using OpenC++, I noticed that most of the available documentation is severely outdated. For example, the tutorial pdf has been created in 1996 while the command reference on sourceforge still uses occ instead of occ2. I am in the process of writing some documentation for the project that I am working on and was wondering if anyone out there created any APIs, documents, examples, makefiles, or anything else that could prove helpful to a person trying to learn OpenC++. If you could send them to me, I could combine and summarize everything into a help file that can be posted on this newsgroup, the OpenC++ website and maybe included in the next release. Sincerely, -- Jonathan Gdalevich Georgia Institute of Technology, Atlanta Georgia, 30332 Email: gt...@pr... |
From: Stefan S. <se...@sy...> - 2005-10-13 11:55:36
|
Jonathan Gdalevich wrote: > Dear OpenC++ users, > > While trying to learn and using OpenC++, I noticed that most of the > available documentation is severely outdated. For example, the tutorial > pdf has been created in 1996 while the command reference on sourceforge > still uses occ instead of occ2. I am in the process of writing some > documentation for the project that I am working on and was wondering if > anyone out there created any APIs, documents, examples, makefiles, or > anything else that could prove helpful to a person trying to learn > OpenC++. Knowing what you want to do with OpenC++ would be helpful when trying to answer your questions. While The OpenC++ code has been adjusted to compile with modern compilers, not much energy has been put into development. As a consequence, the original documentation (user's guide, reference) is still largely accurate. You may want to browse the mailing list archive to learn more about the project / status. Regards, Stefan |
From: Jonathan G. <gt...@ma...> - 2005-10-13 16:32:31
|
Stefan Seefeld wrote: > Knowing what you want to do with OpenC++ would be helpful when trying > to answer your questions. > While The OpenC++ code has been adjusted to compile with modern > compilers, > not much energy has been put into development. As a consequence, the > original > documentation (user's guide, reference) is still largely accurate. > > You may want to browse the mailing list archive to learn more about > the project / status. > > Regards, > Stefan > Thanks for the reply, I am working on implementing a constraint guarantee system based on OCL. I already have one using C++ templates and want to write one with OpenC++ to compare the approaches. Part of the project involves writing documentation like how OpenC++ can be used (to generate mediators, to add code, to create wrappers). I am sure someone else out there had to do something similar. By combining various documents and examples, I hope that to create a package which anyone can use. Sincerely, Jonathan Gdalevich Georgia Institute of Technology, Atlanta Georgia, 30332 Email: gt...@pr... |
From: Grzegorz J. <sof...@ya...> - 2005-10-16 13:33:34
|
--- Stefan Seefeld <se...@sy...> wrote: > Jonathan Gdalevich wrote: > > Dear OpenC++ users, > > > > While trying to learn and using OpenC++, I noticed that most of the > > available documentation is severely outdated. For example, the > tutorial > > pdf has been created in 1996 while the command reference on > sourceforge > > still uses occ instead of occ2. I am in the process of writing > some > > documentation for the project that I am working on and was > wondering if > > anyone out there created any APIs, documents, examples, makefiles, > or > > anything else that could prove helpful to a person trying to learn > > OpenC++. > > Knowing what you want to do with OpenC++ would be helpful when trying > to answer your questions. > While The OpenC++ code has been adjusted to compile with modern > compilers, > not much energy has been put into development. Many people contributed their time into making the code better and what you say is clear depreciation of their contributions. It is strange, because you were a contributor too. BR Grzegorz > As a consequence, the > original > documentation (user's guide, reference) is still largely accurate. > > You may want to browse the mailing list archive to learn more about > the project / status. > > Regards, > Stefan > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ |
From: Stefan S. <se...@sy...> - 2005-10-16 15:31:34
|
Grzegorz Jakacki wrote: >>While The OpenC++ code has been adjusted to compile with modern >>compilers, >>not much energy has been put into development. > > > Many people contributed their time into making the code better and what > you say is clear depreciation of their contributions. It is strange, > because you were a contributor too. Grzegorz, I didn't mean to undervalue anybody's work. The point I was trying to make was simply that there were no user-visible changes that would render the documentation Chiba wrote in '96 outdated. Work has mainly been directed towards maintenance, i.e. minor adjustments. Regards, Stefan |
From: Jonathan G. <gt...@ma...> - 2005-10-16 19:04:54
|
Grzegorz Jakacki wrote: >--- Stefan Seefeld <se...@sy...> wrote: > > > >>Jonathan Gdalevich wrote: >> >> >>>Dear OpenC++ users, >>> >>>While trying to learn and using OpenC++, I noticed that most of the >>>available documentation is severely outdated. For example, the >>> >>> >>tutorial >> >> >>>pdf has been created in 1996 while the command reference on >>> >>> >>sourceforge >> >> >>>still uses occ instead of occ2. I am in the process of writing >>> >>> >>some >> >> >>>documentation for the project that I am working on and was >>> >>> >>wondering if >> >> >>>anyone out there created any APIs, documents, examples, makefiles, >>> >>> >>or >> >> >>>anything else that could prove helpful to a person trying to learn >>>OpenC++. >>> >>> >>Knowing what you want to do with OpenC++ would be helpful when trying >>to answer your questions. >>While The OpenC++ code has been adjusted to compile with modern >>compilers, >>not much energy has been put into development. >> >> > >Many people contributed their time into making the code better and what >you say is clear depreciation of their contributions. It is strange, >because you were a contributor too. > >BR >Grzegorz > > > > >>As a consequence, the >>original >>documentation (user's guide, reference) is still largely accurate. >> >>You may want to browse the mailing list archive to learn more about >>the project / status. >> >>Regards, >> Stefan >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: >>Power Architecture Resource Center: Free content, downloads, >>discussions, >>and more. http://solutions.newsforge.com/ibmarch.tmpl >>_______________________________________________ >>Opencxx-users mailing list >>Ope...@li... >>https://lists.sourceforge.net/lists/listinfo/opencxx-users >> >> >> > > > > >__________________________________ >Yahoo! Music Unlimited >Access over 1 million songs. Try it free. >http://music.yahoo.com/unlimited/ > > >------------------------------------------------------- >This SF.Net email is sponsored by: >Power Architecture Resource Center: Free content, downloads, discussions, >and more. http://solutions.newsforge.com/ibmarch.tmpl >_______________________________________________ >Opencxx-users mailing list >Ope...@li... >https://lists.sourceforge.net/lists/listinfo/opencxx-users > > > Thank you very much, Great example! The paper is really good. I am going to have to write something similar by the end of December. I will try to combine your example with other to create so kind of an example package and descriptions. Sincerely, -- Jonathan Gdalevich Georgia Institute of Technology, Atlanta Georgia, 30332 Email: gt...@pr... |
From: Grzegorz J. <sof...@ya...> - 2005-10-16 13:19:33
|
--- Jonathan Gdalevich <gt...@ma...> wrote: > Dear OpenC++ users, > > I am in the process of writing some > documentation for the project Cool. > that I am working on and was wondering > if > anyone out there created any APIs, documents, examples, makefiles, or > anything else that could prove helpful to a person trying to learn > OpenC++. Let me grep my disk and get back to you on that. BR Grzegorz > If you could send them to me, I could combine and summarize > everything into a help file that can be posted on this newsgroup, the > OpenC++ website and maybe included in the next release. > > Sincerely, > > -- > Jonathan Gdalevich > Georgia Institute of Technology, Atlanta Georgia, 30332 > Email: gt...@pr... > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ |