Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit c787a18

Browse files
committed
Banner Added
1 parent b548fdc commit c787a18

25 files changed

+77
-25
lines changed

.vs/CarDealership/v17/.suo

-512 Bytes
Binary file not shown.

.vs/CarDealership/v17/Browse.VC.db

0 Bytes
Binary file not shown.
Binary file not shown.
-231 KB
Binary file not shown.

CarDealership/CarDealership.cpp

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#include <limits>
4343
#include <ios>
4444

45-
4645
class HeaderClass {
4746
public:
4847
void titleText(std::string TitleText) {
@@ -1270,16 +1269,16 @@ int main()
12701269
user = userHider;
12711270
}
12721271

1273-
FontTextColor.fontTextColor(9);
1274-
std::cout << " Password: ";
1275-
FontTextColor.fontTextColor(11);
1272+
FontTextColor.fontTextColor(9);
1273+
std::cout << " Password: ";
1274+
FontTextColor.fontTextColor(11);
12761275

1277-
int i = 0;
1276+
int i = 0;
12781277

1279-
std::string passHider;
1280-
char c_pass;
1278+
std::string passHider;
1279+
char c_pass;
12811280

1282-
do {
1281+
do {
12831282
c_pass = _getch();
12841283
switch (c_pass) {
12851284
case 0:
@@ -1304,7 +1303,7 @@ int main()
13041303
}
13051304
} while (c_pass != 13);
13061305

1307-
if (passHider.length() == 0) {
1306+
if (passHider.length() == 0) {
13081307
system("CLS");
13091308
system("COLOR 4f");
13101309
std::cout << "\n Please enter Password!" << std::endl;
@@ -1314,22 +1313,22 @@ int main()
13141313
goto AdminLogin;
13151314
}
13161315

1317-
else {
1316+
else {
13181317
pass = passHider;
13191318
}
13201319

1321-
// Loading XD
1322-
FontTextColor.fontTextColor(9);
1323-
std::cout << "\n Verifying your login details please wait";
1324-
for (int i = 0; i < 6; i++)
1320+
// Loading XD
1321+
FontTextColor.fontTextColor(9);
1322+
std::cout << "\n Verifying your login details please wait";
1323+
for (int i = 0; i < 6; i++)
13251324
{
13261325
std::cout << ".";
13271326
Sleep(500);
13281327
}
13291328

1330-
std::ifstream input("Text Files/Admin.txt");
1329+
std::ifstream input("Text Files/Admin.txt");
13311330

1332-
while (input >> u >> p)
1331+
while (input >> u >> p)
13331332
{
13341333
if (u == user && p == pass)
13351334
{
@@ -1363,9 +1362,9 @@ int main()
13631362
goto AdminLogin;
13641363
}
13651364
}
1366-
input.close();
1365+
input.close();
13671366

1368-
if (adminlogin == 1)
1367+
if (adminlogin == 1)
13691368
{
13701369
// Loading screen
13711370
system("CLS");
@@ -3593,8 +3592,8 @@ int main()
35933592
}
35943593
}
35953594

3596-
// Wrong login
3597-
else
3595+
// Wrong login
3596+
else
35983597
{
35993598
// system title
36003599
system("TITLE Car Dealership Management Program [Error Wrong login]");
@@ -4383,4 +4382,4 @@ int main()
43834382

43844383
goto OrderCars;
43854384
}
4386-
}
4385+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<ProjectOutputs>
4+
<ProjectOutput>
5+
<FullPath>C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\x64\Release\CarDealership.exe</FullPath>
6+
</ProjectOutput>
7+
</ProjectOutputs>
8+
<ContentFiles />
9+
<SatelliteDlls />
10+
<NonRecipeFileRefs />
11+
</Project>
1.05 MB
Binary file not shown.
514 KB
Binary file not shown.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
 CarDealership.cpp
2+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1131,11): warning C4309: 'initializing': truncation of constant value
3+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1203,12): warning C4309: 'initializing': truncation of constant value
4+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1372,14): warning C4309: 'initializing': truncation of constant value
5+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1429,15): warning C4309: 'initializing': truncation of constant value
6+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1469,16): warning C4309: 'initializing': truncation of constant value
7+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1573,16): warning C4309: 'initializing': truncation of constant value
8+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1606,16): warning C4309: 'initializing': truncation of constant value
9+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1644,18): warning C4309: 'initializing': truncation of constant value
10+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1766,17): warning C4309: 'initializing': truncation of constant value
11+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1907,16): warning C4309: 'initializing': truncation of constant value
12+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2074,16): warning C4309: 'initializing': truncation of constant value
13+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2247,15): warning C4309: 'initializing': truncation of constant value
14+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2289,16): warning C4309: 'initializing': truncation of constant value
15+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2322,16): warning C4309: 'initializing': truncation of constant value
16+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2459,16): warning C4309: 'initializing': truncation of constant value
17+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2778,16): warning C4309: 'initializing': truncation of constant value
18+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3021,16): warning C4309: 'initializing': truncation of constant value
19+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3053,16): warning C4309: 'initializing': truncation of constant value
20+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3131,16): warning C4309: 'initializing': truncation of constant value
21+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3293,16): warning C4309: 'initializing': truncation of constant value
22+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3464,15): warning C4309: 'initializing': truncation of constant value
23+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3495,15): warning C4309: 'initializing': truncation of constant value
24+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3526,15): warning C4309: 'initializing': truncation of constant value
25+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3550,15): warning C4309: 'initializing': truncation of constant value
26+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3619,12): warning C4309: 'initializing': truncation of constant value
27+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3829,14): warning C4309: 'initializing': truncation of constant value
28+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3862,14): warning C4309: 'initializing': truncation of constant value
29+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3886,14): warning C4309: 'initializing': truncation of constant value
30+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3952,12): warning C4309: 'initializing': truncation of constant value
31+
C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3989,12): warning C4309: 'initializing': truncation of constant value
32+
Generating code
33+
Previous IPDB not found, fall back to full compilation.
34+
All 352 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
35+
Finished generating code
36+
CarDealership.vcxproj -> C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\x64\Release\CarDealership.exe
172 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.33.31629:TargetPlatformVersion=10.0.19041.0:
2+
Release|x64|C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CarDealership/x64/Release/vc143.pdb

556 KB
Binary file not shown.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Car-Dealership-Management-Program
1+
<p align="center">
2+
<img src="images/banner.png" alt="Banner">
3+
</p>
4+
5+
# Car Dealership Management Program
26
This project, which is a topic of the Fundamentals of Programming course, involves creating a car dealership management entirely in C++. We are pleased to announce the release of a convenient console application for performing management system tasks like adding new car(s) to a data set, modifying and deleting car(s) from a data set, exporting order logs, etc.
37

48
### Programmer: Jhon Keneth Ryan B. Namias
@@ -14,7 +18,7 @@ This project, which is a topic of the Fundamentals of Programming course, involv
1418
## Features
1519
Planned (✘) and currently working (✓) - but not necessarily fully completed - features:
1620

17-
### Admin
21+
### Admin
1822
- ✓ Edit Employee Data
1923
* ✓ Add Employee Data
2024
* ✓ Display Employee Data
@@ -102,11 +106,11 @@ However, only those with admin level access may view the order logs and edit a c
102106

103107
## How to Run
104108

105-
### Requirements
109+
### Requirements 🧾
106110
- Download and Install Microsft Visual Studio 2019 or higher version.
107111
- Download and Install MinGW driver
108112

109-
### Setup
113+
### Setup 🖥️
110114
1. Clone the repository or Download and Extract the source code zip file.
111115
2. Open the extracted file and open "CarDealership.exe"
112116
3. That's it.

images/banner.png

280 KB
Loading

x64/Release/CarDealership.pdb

1.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)