![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2006
Location: Turkey
Posts: 1
Rep Power: 0
![]() |
web design with C++ ??
hi friends,
I know C++, but someone talked about "web programming && designing with C++". It was interesting for me, because I don't know how to do that? Is there anybody knows that? And can give me some information about it? (and sorry for my english, if my message has a mistake..) |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
You can use C++ for web applications, but it's only useful if speed is an issue. Google use C++ plus a custom templating system for their search pages, if I recall correctly.
For most use cases, C++ is overkill. It's akin to using a 100 ton lumber cutting machine to cut a two-by-four. There are far better languages for the job. However, there are various C++ CGI interfaces available if you really insist; just google that phrase. One of them is CGICC. I really recommend you try something like PHP, however. C++ is hardly ever used for web applications - and for very good reasons. |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
C#.net ?
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#4 | |
|
Programming Guru
![]() Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5
![]() |
Quote:
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates |
|
|
|
|
|
|
#5 | |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
Quote:
I have heard people using C and Perl for CGI based applications, but not C++. You can choose ASP / JSP / PHP for developing web applications along with XHTML and CSS for formatting!
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: May 2006
Location: Estonia
Posts: 8
Rep Power: 0
![]() |
i have a c++ cgi program that gets information from mysql database. didn't seem to be an extreme overkill for me.
(if i'd only knew php...) |
|
|
|
|
|
#7 |
|
Expert Programmer
|
Hmm, interesting topic. Never heard much about C++ and CGI. I figured C and Perl for CGI but, not C++. Anyways, I figure Arevos is right. C++ would seem like overkill, and I imagine PHP would probably get the job done easier, and with less code.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|