HojdaAdelin / BasedURL

BasedURL source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasedURL

BasedURL is a terminal application that stock user URL entered and then open saved URL entered by user.

Engine

This application include Fstream library that provide write and read from files.
Ofstream write the URL to the file and Ifstream read from the file.
The URL that is reading will be merged with the "start" function from Win Terminal.
This application also allow the user to view all the URL's that are saved to the config file.
Users also can open the "config.cfg" file directly with the application and remove or edit URL's.

Warning

If you delete "config.cfg" file, all the URL's that were saved will be removed.

About

BasedURL source code.

License:MIT License


Languages

Language:C++ 100.0%