C++ Simple Class Window
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi friend, Can you help me, I wanted to create a Simple Class Window: Methods are Window.Open and Window.Close, also it can display shapes like Rectangle, Cirlce, Ellipse... This is my project in C++ Class Window basics. Your frined, TP
Hello! Go ahead and check this website out: http://www.relisoft.com/win32/. It has a tutorial on writing win32 base code in c++ framework. Hope this can at least get you started on your project. :) Oh, and about wanting to be able to draw certain shapes look at this website: http://www.gametutorials.com/Tutorials/Win32/Win32\_Pg1.htm. Download the example code under "Drawing Shapes Using GDI" on the website. Hope that helps! Later, Caleb