Hello
I need a help in c++ program, There is an error and I couldn't solve it.
this is the program
#include<iostream>
#include<string>
using namespace std;
void showMenu();
/////////////////////The Struct Car/////////////////////
struct Car
{
int model;
long plate;
string brand;
long...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.