No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I'm looking for a way, just about any way really, to set the file version of a file. Clearly, programatically would be best, but at this point any way would be acceptable. What I have more specifically, is a file generated dynamically using CodeDOM. The version of this file is …
Just get SQL Server Express. It's free and should do everything you need for working through tutorials. I would recommend downloading SQL Server Management Studio Express as well (The express versions are the free ones).
Basically I'm having difficulty figuring out what to return to a function. Here is my problem: I have a class called Zoo that contains Animal objects in an array of pointers called cages e.g.. [CODE]class Animal{ double weight; double height; double speed; double power; Animal(){} }; class Zoo{ Animal ** …
The End.
mcham