+ 4
Pls. Who can help me include my c++ code inside html attribute?
Will it goes inside style tag?
5 Antworten
+ 10
YAKUBU IBRAHIM you can embed c++ code into web using cpptohtml.
cpptohtml just makes your C++ code look pretty. It puts it in correct highlighted syntax and spacing so you can display it on a web page.
As for developing web-pages in C++. This is possible, but you need to learn how to write CGI Scripts (You can write CGI in C++). Your best bet would be to learn PHP as it has a C++ syntax and is pretty much the C++ of web development.
Also delete this repetition.
https://www.sololearn.com/discuss/1801600/?ref=app
+ 3
Thanks alot koder king, but i went the simple way of doing it.
+ 2
Zaniyah, any contribution from you?
+ 1
yeah your welcome
+ 1
Koder king, answer your question.