PDA

View Full Version : C++ stuff--anyone know about this


kamakazi487
20th May 2008, 23:49
hey--does anyone know how to create a windows application in c++ / does anyone know of a GOOD tutorial--if you do please let me know--thanks.
~kamakazi

Nail
21st May 2008, 01:35
try this:
http://www.functionx.com/cppcli/index.htm

Ragnar_40k
21st May 2008, 04:38
Try wxWidgets (http://www.wxwidgets.org/), they have good tutorials/documentation and as a plus you won't be limited to Windows.

Nail
21st May 2008, 05:54
handy site, thanks

kamakazi487
2nd June 2008, 15:28
thanks--helpful

dutchmeat
9th June 2008, 08:12
Also Microsoft Visual C++ has built-in templates for windows applications, both UI and consolebased.