Mike Bailey Posted February 14, 2004 Posted February 14, 2004 Now that I�m half way through my second semester at School I�m starting to write some decent code(or I think it is:-) I would like to start saving it for use in other projects. I have been saving it to word then copy and past when I need it. Theirs got to be a better way. How is everyone else handling this. I'm useing Visual Studio.Net 2003 Quote
Jay1b Posted February 14, 2004 Posted February 14, 2004 I copy and paste it into notepad. :) Although most of my time, i dont bother and just keep a copy of the whole program and pick bits out that i need. This is probably easier as you can check references for each part. Quote
rifter1818 Posted February 14, 2004 Posted February 14, 2004 Ive Been saving the projects and copy pasting out of them too But would it not be better if you find your creating alot of good reusable functions to create a dll of them (thats what ive started to do with my dx9 classes, and my custom mesh's and animated mesh classes) Quote
samsmithnz Posted February 14, 2004 Posted February 14, 2004 I usually post useful code liek that into a place where I won't forget it. Or alternatively you could cut and paste it into a module or class for reuse... Quote Thanks Sam http://www.samsmith.co.nz
Moderators Robby Posted February 14, 2004 Moderators Posted February 14, 2004 I wrote this in VB6 a couple of years ago for this very purpose,Extreme Code Organizer . Try it out it's free. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.