Quote: "I did"
Ahh, sorry I didn't see that.
Quote: "I haven't used c++ before or any form of it. So if it's for VC++ can I use the express editions? in other words can I use them in anything free?"
If you just wanna look at the code you can open the .cpp and .h files in notepad, however if you wanna do anything much more you'll want an IDE, and yes, the Express versions work fine.
The difficulty involved with creating an export script depends on what you want it to do. If you just want to export vertex data such as UV coordinates, normals, and positions then it'd probably not be very hard. Exporting all the animation data correctly is a different story.