No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I am new to C++ I recently been trying to write an Game data base in C++ but I succesed in nothing though the Code seem to be all right it always shows me error messages this is the Source Code i created for this program: [CODE] #include<iostream.h> #include<conio.h> #define … | |
Re: hej TheOneNOnlyQ I have been working on a game database recently and ive gotten the same problem like your do you know what should I do this my source code: #include<iostream>#include<conio.h>#define max 1000//------------------------------------------------------------------------------ using namespace std; int main() { struct moto{char gra[10];char rodzaj[10];int rok_produkcji;};moto game[max]; clrscr();cout<<"Podaj liczbę Gier których dane … |
The End.