Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 18

2 Posted Topics

Member Avatar for Galaxiaunit

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 …

Member Avatar for Traicey
0
574
Member Avatar for TheOneNOnlyQ

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 …

Member Avatar for Ancient Dragon
0
760

The End.