Develop web page?

Hi Friends,
I am asking about we can develop web page design using c and c++ languages.
How to we use the shell scripts in c++ languages.

Thanks in advance for your help.

Regards,
K.RAMESHKANNAN.
I am asking about we can develop web page design using c and c++ languages.
http://www.cplusplus.com/forum/beginner/12283/

How to we use the shell scripts in c++ languages.
Use system("command"); ( http://www.cplusplus.com/forum/articles/11153/ )
Last edited on
You can make your entire backend in C/C++, but for your frontend you will have to use HTML, Java or something similiar.
Topic archived. No new replies allowed.