Thread: how to design a CMS (content management system) in C++ ?

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    1

    how to design a CMS (content management system) in C++ ?

    My Intention is to design a CMS (content management system) in C++.

    I would like to have its architecture like:

    .module driven
    .keep html templates separate from c++ code
    .use configuration files(in xml ?)
    .various APIs, so that modules can call this APIs to generate various html files …

    I need your expert advice on, how to achieve this goal best way?


    Currently,

    I am using libgda from GNOME-DB project for connecting to database and Cgicc from Gnu for creating CGI apps in C++.
    Both technologies works great…
    And I am evaluating libTPT from http://tazthecat.net/~isaac/libtpt/ (maybe its useful for my purpose!)


    I am not using other (scripting) languages because,
    I need full blown, OO language with support to templates (STL) etc.
    Java is too complicated and slow for me …


    I would very much appreciate your help ….(If you can please…)


    Thanks a lot.


    Sincerely,

    Maulik Patel

  2. #2
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    You're using the wrong technology honestly. For something like this I would look towards Java, PHP, or .NET. If you can learn C++, you already know a lot of Java.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implementing Inheritence into your design
    By bobthebullet990 in forum C++ Programming
    Replies: 6
    Last Post: 08-05-2006, 04:40 PM
  2. Embedded system design
    By andyhunter in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 02-19-2005, 07:10 AM
  3. Opinions on new site design
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 01-21-2005, 01:34 PM