Merge branch 'master' of https://git.tau.aperturect.com/AP-CT/Parkmanne
This commit is contained in:
commit
319b573056
@ -1,6 +1,8 @@
|
|||||||
1.No "using namespace std;"
|
1.Add comments to explain what you are trying to do.
|
||||||
|
|
||||||
2.Clearly declare "private" inside of class. For example:
|
2.No "using namespace std;"
|
||||||
|
|
||||||
|
3.Clearly declare "private" inside of class. For example:
|
||||||
|
|
||||||
use
|
use
|
||||||
```c++
|
```c++
|
||||||
@ -23,8 +25,6 @@ class item{
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
3.Declare inheritance type(public, private, protected) when using inheritance.
|
4.Declare inheritance type(public, private, protected) when using inheritance.
|
||||||
|
|
||||||
4.If not finished with code, add a TODO as comments.
|
5.If not finished with code, add a TODO as comments.
|
||||||
|
|
||||||
5.Add comments to explain what you want to do.
|
|
||||||
|
@ -4,3 +4,7 @@ use
|
|||||||
g++ main.cpp Park_time.cpp Customer.cpp Park_spot.cpp -o test.exe
|
g++ main.cpp Park_time.cpp Customer.cpp Park_spot.cpp -o test.exe
|
||||||
```
|
```
|
||||||
to build the project
|
to build the project
|
||||||
|
|
||||||
|
# Parkmanne
|
||||||
|
## A stroll in the park
|
||||||
|
Parkmanne aims to achieve provisionary effectiveness in the sector of parking. This problem had.
|
Loading…
Reference in New Issue
Block a user