943,722 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 3077
  • C++ RSS
Jul 9th, 2004
0

Tips on windows programming

Expand Post »
Guys, I need some help on programming in windows.

U see I learned to program in DOS using C and C++. So I mostly used console to show output and to get input. Now as a part of my this semester's project i have to do the programming in windows. I actually want to make some games that would be running in a window. For that i need to now "How do I even create a window and write things on that,that is how can i use it as a subtitute for the console." I just need to know the easy library functions to get the job done as simply as possible. And also how to show some image in a portion of that window and then how to move it. Just tell me the library functions that will make my life easy.
Similar Threads
Reputation Points: 113
Solved Threads: 3
Posting Whiz
Asif_NSU is offline Offline
353 posts
since Apr 2004
Jul 9th, 2004
1

Re: Tips on windows programming

A R R
well if u use MFC there are class for windows

in Windows operating system sends messages to your window's procedure (ex wM_mousemove, ...) witch is responsible for calling functions u want depending on the type of message

in mFC it is easy and u dant need to know all minor things
u just create a class for window derived from CFrameWnd and show wich functions u want to call on the specific event=message

u create the CWinApp::instance(...) of these class CFramewnd::Create(...) in initinstance-function of you CWinApp class object representing the application and
and give the pointer to the window m_pMain...= ptrYourWnd;
look in MSDN= microsoft developer network

if u want to use borlands VCL there are also some classes

But if u want to use WinAPI=aplication programming interface directly it is hard
but i can send u a skeleton

if u want some details write me mail www.tsadigov@yahoo.com

I am a beginner but i hope i will be able to help u
Reputation Points: 11
Solved Threads: 0
Newbie Poster
Talib is offline Offline
3 posts
since Jul 2004
Jul 9th, 2004
0

Re: Tips on windows programming

If you look for examples using DirectDraw, that will be closer to gaming things. The DirectDraw examples show typical simple gaming loops, and will be better for gaming animation than regular windows drawing.

In the VC++ help index, look for "DirectDraw samples"
Reputation Points: 36
Solved Threads: 11
Posting Pro in Training
Chainsaw is offline Offline
436 posts
since Jun 2004
Jul 10th, 2004
0

Re: Tips on windows programming

MFC or DirectDraw? I guess i have to do some studies on them to pick the right one.
I really dont have much time though. Maybe about 4 weeks to do my project.
Reputation Points: 113
Solved Threads: 3
Posting Whiz
Asif_NSU is offline Offline
353 posts
since Apr 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Need help with including C++ code in Word macro
Next Thread in C++ Forum Timeline: storing references to classes





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC