Search:
Forum
General C++ Programming
can we use html tags in c++ program?
can we use html tags in c++ program?
Jan 13, 2021 at 8:01am UTC
salem c
(3700)
std::cout << "<body>yes</body>" << std::end;
Jan 13, 2021 at 2:25pm UTC
Ganado
(6811)
Please be more specific. Do you just want to create an HTML file using C++, or are you trying to create a graphical user interface that renders HTML using C++ (instead of just using a browser)?
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs