i was going to make UGH, but doesent look like there is much interest in that.
i last night i was laying thinking... what can i make that is actually productive.
and pop, i thought of making Content Creation Toolkit
it be a gui based program. and you will be able to make classes, structs, classes that inherit other classes.
you will be able to add public and private data, function, variables and so on, the return values of functions, the function parameters. and with a few clicks it will make the corrosponding .h and .cpp files with the basic framework layed out for you.
i know i have typing up all the declatration, putting them in nice .h and .cpp files.
you guys think you could use this?
Project for the weekend.
Moderator: Coders of Rage
Project for the weekend.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"
- cypher1554R
- Chaos Rift Demigod
- Posts: 1124
- Joined: Sun Jun 22, 2008 5:06 pm
Re: Project for the weekend.
Dunno..
If you made something like this as a VS plugin, that you can use to quickly make classes with all the functions laid out, I'd say "hell yea"..
edit: the reason I wouldn't have much use of it is because I roll like this: I think about everything I need for the project, write it down on paper, and then slowly thinking/testing through, build the code.
edit2: but inside VS, it would probably spare me of some tedious little things.
If you made something like this as a VS plugin, that you can use to quickly make classes with all the functions laid out, I'd say "hell yea"..
edit: the reason I wouldn't have much use of it is because I roll like this: I think about everything I need for the project, write it down on paper, and then slowly thinking/testing through, build the code.
edit2: but inside VS, it would probably spare me of some tedious little things.
Last edited by cypher1554R on Fri Dec 05, 2008 11:55 am, edited 2 times in total.
Re: Project for the weekend.
well im not familiar with VS plugins. might do some research.cypher1554R wrote:Dunno..
If you made something like this as a VS plugin, that you can use to quickly make classes with all the functions laid out, I'd say "hell yea"..
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"