No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I am aware that this is something that has been asked repeatedly, and that conio is outdated, it is completely non-standard, but I need do use BGI graphics(in Turbo C++ 3) for my school project and for that along with BGI I need conio too.. I convinced my teacher to …
I'm working on a soccer management program I had some other members of my group to compile data on 400 real life players into a text file. I planned on reading the text file using a program ,converting individual players into objects and then writing them to another file (in …
No one's complete your homework for you. (It's also discouraged here at DaniWeb) To get you started, you have to use [URL="http://lmgtfy.com/?q=nested+loops+c%2B%2B"]Nested loops[/URL]. The outer loop can control the number of lines, and the inner loop can control the number of numbers per line (which will be the same as …
1.I think you are trying to create an int array with a size which input by the user. First, the syntax for creating an integer array is [CODE] int array_name[size]; [/CODE] Secondly, cin is used to input data into a variable and hence cin>>x>>"\t" is wrong The >>"\t" part is …
I'm making a basic football (soccer) manager game as my school project. Most of the other stuff is sorted out, but the scheduler is not working... [B]Background:[/B] I'm simulating the English Premier League,which has 20 teams. Each team plays 38 matches (exactly one match per week over 38 weeks) in …
The End.
anantk