Building a web site using C++!
Hello there! This post is about the C++ application that I developed yesterday. This application can be used to build a Website! I had this idea in my mind for quite some time. I took the time and developed it at last :). The main purpose of the application is to build a simple customizable website using C++ to write HTML pages(more about it later).Some of the features of the application are: You can have as many pages as you want. A link is provided to each and every page in every page You can add content as much as you want in each page You can set the background colour, text colour and font style of each and every page Here's a video of it: If you are wondering how I might've developed this application, then here's a little information. I created a class called WebSite and another class called WebPage . WebPage holds information about each individual page's colour, font style, text colour, content etc. The WebSite class is used to hold the val