Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

C++ GUI Resources ??


ghost's Avatar
0 0

Okay, I've been doing C++ for a while now, but I only know how to do console stuff. Anyone know any good resources/tutorials for GUI stuff in C++ ?? And also, I'm using Dev-C++, does that support GUI stuff ??

:)

DarkPanther


ghost's Avatar
0 0

It does and it gives you the option when making a project what type to do… Select GUI and it does the basics automatically… Also, goto www.win32prog.com

Edit: Site appears to exist but be down at the moment, but I'm pretty sure it's the right link


ghost's Avatar
0 0

Yeah, I noticed the option to do a windowed program after I posted. Still I prefer to start from blank and type it all myself because that way I learn better :P And also I have no idea what any of it means in the "Windows Application" preset thingy hehe.

And the site… The link doesn't work but you said that. I googled win32prog and it found nothing either hehe.

DarkPanther


ghost's Avatar
0 0

Thankyou both :)

Also, what can .dlls be used for with C++ ??

DarkPanther