Project for the weekend.

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Project for the weekend.

Post 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?
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
cypher1554R
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1124
Joined: Sun Jun 22, 2008 5:06 pm

Re: Project for the weekend.

Post 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.
Last edited by cypher1554R on Fri Dec 05, 2008 11:55 am, edited 2 times in total.
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Project for the weekend.

Post 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.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
PixelP
Chaos Rift Regular
Chaos Rift Regular
Posts: 153
Joined: Tue Oct 07, 2008 12:23 pm
Programming Language of Choice: c/c++
Location: sweden
Contact:

Re: Project for the weekend.

Post by PixelP »

I'd might use it.
Post Reply