VJDX
Home
Download
About
Features
Future Features
Suggestions/Contact

About VJDX

This program was created to work with Remy's new XML data output for all of the users in vjarmy.com. VJarmy is a website where players can keep track of their scores from the game beatmania IIDX and compare themselves against others.

I've written this program to analyze the data given in various ways that aren't currently offered on vjarmy.com, because of their relative unimportance or difficulty in implementing or running. Your strangest curiosities will be slaked!

I have included the source code to the project, in case people are curious to see how I did everything included in this file. It is written in C++ and compiled in Borland 5.02. Be warned, the code is pretty nasty- over 2000 lines at last update.

Perhaps for a future version I will overhaul the entire program and replace all the structs with classes, since I began this program last summer before I fully understood how to work with classes.

DateVersion
2004.12.11. VJDX website goes live
2004.12.08. Version 3
2004.07.23. Version 2
2004.07.21. Version 1
2004.07.19. Project begins.