Hi Frds,
   
  Well u all must b stranged to know that i m working on one such application.
  which has been developed in c\c++ but its a web application. in which the 
server side processing is done in c++ and then a js is used to generate the 
html code for the Client Side.
   
  

"Brett W. McCoy" <[EMAIL PROTECTED]> wrote:
          On 12/11/06, vermilions s <[EMAIL PROTECTED]> wrote:            i was 
wondering bout whether we can use C/C++ for web applications which r usually 
done in java etc.
Without considering aspects pertaining to performance etc can v just use C/C++ 
for servlets etc? 





Servlets are specifically Java. What kind of web applications are you talking 
about? server-side or client-side? For the server, C and C++ are most certainly 
used, in the form of web servers like Apache as well as loadable modules used 
within Apache that provide additional functionality to the server. 

For the client-side, the browsers themselves are written in C or C++ (more 
likely C++ these days), and if you want to run a program inside of a browsers, 
you'll need to use the plugin API provided for your browser. 

-- 
------------------------------------------------------------
"In the rhythm of music a secret is hidden; 
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi   

         

 
---------------------------------
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.

[Non-text portions of this message have been removed]

Reply via email to