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.

~851 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for anantk

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 …

Member Avatar for anantk
0
146
Member Avatar for anantk

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 …

Member Avatar for anantk
0
135
Member Avatar for kelvindata
Re: C++

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 …

Member Avatar for kes166
-2
215
Member Avatar for exekiel101

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 …

Member Avatar for anantk
-1
117
Member Avatar for anantk

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 …

Member Avatar for anantk
0
238

The End.