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.

0 Endorsements
~319 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for mcham

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 …

Member Avatar for miculnegru
0
99
Member Avatar for BobLewiston

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).

Member Avatar for mcham
0
97
Member Avatar for mcham

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 ** …

Member Avatar for Lerner
0
123

The End.