Re: [Cppcms-users] Cppcms-users Digest, Vol 13, Issue 2
Brought to you by:
artyom-beilis
From: matt p. <k3...@ho...> - 2010-08-04 12:44:36
|
Artyom, Regarding the 1.x being better API and obviously more feature rich, I have a concern. I installed 0.x, and in order to do so, had to install boost and a bunch of other stuff. If I were to install 1.x, would I just have to worry about the cppcms part? This is on Linux. Thanks,Matt > From: cpp...@li... > Subject: Cppcms-users Digest, Vol 13, Issue 2 > To: cpp...@li... > Date: Wed, 4 Aug 2010 12:07:17 +0000 > > Send Cppcms-users mailing list submissions to > cpp...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/cppcms-users > or, via email, send a message with subject or body 'help' to > cpp...@li... > > You can reach the person managing the list at > cpp...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Cppcms-users digest..." > > > Today's Topics: > > 1. C++ Web Development (Judah Anthony) > 2. Re: C++ Web Development (Artyom) > 3. Re: C++ Web Development (Aris Setyawan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 3 Aug 2010 11:32:08 -0400 > From: Judah Anthony <jud...@ec...> > Subject: [Cppcms-users] C++ Web Development > To: cpp...@li... > Message-ID: > <AANLkTim=nWTohvk7veWZs=5Ym=4s5...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I'm am currently a PHP web developer, but I'm interested in the structure, > performance, and low level access of C++. Where should I start? Should I > be looking into CppCMS 1.X or 0.X? Is there a guide that can take me > through everything (including setting up the nginx and fcgi)? > > Judah Anthony > Drupal Developer > Economist.com > p 212.554.0611 > e jud...@ec... > im janthonyeconomist (Skype) > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Tue, 3 Aug 2010 11:05:09 -0700 (PDT) > From: Artyom <art...@ya...> > Subject: Re: [Cppcms-users] C++ Web Development > To: cpp...@li... > Message-ID: <355...@we...> > Content-Type: text/plain; charset=us-ascii > > Hi, > > Hello, > > first of all make sure you had registered to this mailing > list, so I would not have to approve your mails. > > > Where should I start? Should I be > > looking into CppCMS 1.X or 0.X? > > CppCMS 0.x is better documented has more tutorials > but with release of 1.x it would receive only minor > support. So for future 1.x is better but be aware > that it is still beta version, but it is quite stable. > > The major drawback of CppCMS 1.x.x is that it has > less tutorials. But it has much > better API and much simpler to configure and install. > > So it is up to you. > > Note: CppCMS 1.x had brought big changed is API so > it would not be stright forward to upgrade to > next version. > > > >Is there a guide that can take me through > >everything > > Averithing can be found there: > > http://art-blog.no-ip.info/wikipp/en/page/main > > Start from tutorials and reference documentation. > > Also CppCMS 1.x has quite a set of examples in svn. > > > (including setting up the nginx and fcgi)? > > There is utility cppcms_run that allows you to debug and > run your application with different web servers, also CppCMS 1.x has > build in web server for debugging. > > Just take a look on configuration file being created, > CppCMS setup is same setup for general fastcgi process. > > Regards, > Artyom > > > > > > > ------------------------------ > > Message: 3 > Date: Wed, 4 Aug 2010 10:30:59 +0700 > From: Aris Setyawan <ari...@gm...> > Subject: Re: [Cppcms-users] C++ Web Development > To: cpp...@li... > Message-ID: > <AANLkTikbwexJpJ76bitrSrz0D26gP70qjA=DP7...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, I'm currently a PHP developer too, and I have a little experience in C++ > development with Borland C++ Builder and SDCC. > > If you new to development in C++, we must learn some different (or different > implemented) language features compare with PHP, such as function operator, > template (many external library provide API via template), and pointer > (including array pointer, string pointer, etc). > > We must know how to compile and link our program with or without external > library (some that maybe strange for a PHP developer). A book that cover > this problem is "An Introduction to GCC,for the GNU Compilers gcc and g++". > > Oh ya, I have read an old Design Pattern book by gang of four. Some part of > this book explain how to use C++ language feature in design pattern in an > elegant and simple way. > > I hope this can help you. > > -Aris Setyawan > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > > ------------------------------ > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > End of Cppcms-users Digest, Vol 13, Issue 2 > ******************************************* |