Page 1 of 1

Project for the weekend.

Posted: Fri Dec 05, 2008 8:58 am
by avansc
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?

Re: Project for the weekend.

Posted: Fri Dec 05, 2008 11:48 am
by cypher1554R
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.

Re: Project for the weekend.

Posted: Fri Dec 05, 2008 11:53 am
by avansc
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"..
well im not familiar with VS plugins. might do some research.

Re: Project for the weekend.

Posted: Fri Dec 05, 2008 12:44 pm
by PixelP
I'd might use it.