-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abrar Shariar edited this page Dec 16, 2015
·
1 revision
Welcome to the Cpp-Phone wiki!
<title>C++ Phone Documentation</title> <script type="text/javascript" href="bootstrap/js/bootstrap.js"></script><style type="text/css">
.navbar{
background-color: #080808;
}
#head{
text-align: -webkit-center;
}
#instBody{
margin-left: 10%;
}
#boot{
float: right;
margin-top: -2%;
}
</style>
<!-- Navigation bar -->
<!-- main body -->
<div class="container">
<div class="col-md-3">
<!-- Left column for index of content -->
<div class="list-group"><br><br>
<div class="list-group"><br><br>
Person.h
Phone.h
PhoneCall.h
PhoneBook.h
RegisterPerson.h
SMS.h
Methods.h
Options.h
SFML.h
Calculator.h
<div class="list-group">
<button type="button" class="list-group-item"><a href="headerFunctions.html#iostream">< iostream ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#ctime">< ctime ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#string">< string ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#sstream">< sstream ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#cstdlib">< cstdlib ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#cstdio">< cstdio ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#algorithm">< algorithm ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#fstream">< fstream ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#limits">< limits ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#cmath">< cmath ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#vector">< vector ></a></button>
<button type="button" class="list-group-item"><a href="headerFunctions.html#map">< map ></a></button>
</div><br>
<div class="list-group">
<button type="button" class="list-group-item"><a href="howtoSFML.html">How to set up SFML </a></button>
<button type="button" class="list-group-item"><a href="howtorun.html">How to run the software </a></button>
<button type="button" class="list-group-item"><a href="howitworks.html">How it works </a></button>
</div><br>
</div>
</div>
<div class="col-md-9">
<br>
<h1>C++ Phone </h1>
<h2>Documentation & References</h2>
<hr>
<br><br>
<div id="intro" style="text-align: -webkit-center;font-size: medium; " >
<p>This is the official documentation of the console based C++ Phone . The entire software is written in C++ .<br>
The graphical interface is built with the SFML library. All the header files containing neccessary functionalities are listed in the left bar.
Besides some important instructions to operate the software properly is mentioned in the bottom of the list . <br> <br>
In order to run the software successfully you should go through all the instructions and documentation written in the left-bottom corner. Besides the software directory and its subfolder should be kept as it is. <br>
</p>
</div>
</div>