Loading
submit to reddit
May 19, 2013, 04:32:31 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome!
 
   Forum Home   Help Search Forum Login Register  
Pages: [1]   Go Down
  Send this topic  |  Print  
Author Topic: Help! Simple way to do graphics with Microsoft Visual Studio Express C++ 2010  (Read 43 times)
teacher
Newbie
*
Posts: 2


« on: May 16, 2013, 04:04:12 PM »

Hi,

I'm running a mini-course to introduce some teenagers to C++ programming.  They are doing well and are anxious to incorporate some graphics into their programs (which are mostly simple games, like tic-tac-toe and concentration).

I can't seem to find a simple way to let them incorporate some graphics into their programs using Visual Studio Express 2010's C++.

Any suggestions?  Huh?
Thank you!
Logged
Michael Hall
Administrator
Hero Member
*****
Posts: 899



« Reply #1 on: May 17, 2013, 07:34:32 AM »

It might seem a little intimidating, but I would suggest Win32. We have some lessons and we even go through making tic-tac-toe. Keep in mind that much of the code is boilerplate that they will simply need to copy as is.

http://xoax.net/cpp/crs/win32/index.php

Mike
Logged
teacher
Newbie
*
Posts: 2


« Reply #2 on: May 17, 2013, 07:42:17 AM »

Thanks.  I was trying to find a way that we could stay within MS Visual Studio Express C++ though.  Is there just some set of libraries / headers we could call from there?

Thanks!
Logged
Michael Hall
Administrator
Hero Member
*****
Posts: 899



« Reply #3 on: May 17, 2013, 07:54:17 AM »

Yes, it is all in there. That is why I said Win32. MFC requires you to purchase VC++, but you should be fine with Win32 in the express edition.

Mike
Logged
Pages: [1]   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!