![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 3
![]() |
Chess rating organizer
My second real program (BTW first one was a test creator taker and can be found at: www.sreenathpillai.frih.net/TestApp0.1a.rar)
is a chess rating organizer made for our school chess team (which i am the leader of). the rar archive contains the exe, instructions, and a whole ton of text files for different players. The instructions are simple so just use that as a reference to edit players names and add or take away players works really well comments go to sreenathpillai@gmail.com program is at www.sreenathpillai.frih.net/simplechessprog.rar |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 3
![]() |
![]() i guess no one has any use of this.... |
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
When I extracted it, I got nada, although the archive says the file inside has a whole 4 bytes. Super compression. Are you implementing the ELO rating system, or what?
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Expert Programmer
Join Date: Jun 2005
Posts: 894
Rep Power: 4
![]() |
I had a quick look at the code, but I don't have any need for a chess organizer.
However, it did seem odd that it reads the data for each person out of a file and displays it on the screen, then asks the user to type the same information back in again. It even asks the user to look at the extracted info first. Why wouldn't the program just read the rating in and leave it at that? |
|
|
|
|
|
#5 | |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 3
![]() |
Quote:
it looks like the dark got it so i dunno if you got the wrong file or what its at this link: http://www.sreenathpillai.frih.net/simplechessprog.rar |
|
|
|
|
|
|
#6 | |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 3
![]() |
Quote:
it still works the way it is now, but i guess that would reduce the file size by 200kb and speed up execution a bit. Thanks for the input |
|
|
|
|
|
|
#7 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
My PowerArchiver must be corrupted. I tried again, no joy. You can convert file text to numbers in the same way you can input from stdin. You can also use string streams.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 3
![]() |
use winRAR
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Computer Based Chess Timer | ZeeMan | Other Programming Languages | 6 | Oct 29th, 2006 10:43 PM |
| chess algorithm | n00b | Software Design and Algorithms | 6 | Oct 17th, 2006 8:19 PM |
| Chess function | Cabochon | C | 16 | Apr 26th, 2006 10:20 AM |
| Rating system is kinda obsolete... | Broax | Community Announcements and Feedback | 9 | Feb 16th, 2005 8:34 PM |