![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] question in a c++ program? okay, i want to create a game... so here's a question.. can i put an image in the c++ ? if yes, can you give me some information on how can i do these?? and another question.. what header file should i use to allow the mouse to be used when i run the program?? |
| |
| |||
| You are in for a tough time. Programming a game takes a whole lot of work. Honestly, I suggest a different approach. Try the free version of Game Maker here -- http://www.yoyogames.com/gamemaker/ . It's very easy to work with and I highly recommend starting with it. |
| ||||
| Quote:
|
| ||||
| If you want to programming game in windows, you should try to learn WinAPI. It takes sometimes you learn it. If you want fast way to do it without spending much time learn about WinAPI, you could search around the google for free 2d game engine. Anyway, additional learning about the engine is required. But it is much more easier than learn complex WinAPI code. The 2d engine will cover it for you. GOOGLING.... From siLenTz GOOGLING..... you will see... |
| ||||
| WinAPI is application programming interfaces that is available in Microsoft Windows operating system. It designs for applications to communicate with Windows operation system. For example: If you want to create simple window, you need to send a request to operating system and operation system will response back weather operating system allow your application to create window or not. Note that whenever one application run, operation system will give it one handler to identify itself. If you want to know which button is pressed in your application you need to request the operating system and the operating system will response whenever the key is pressed. It is how the windows operating system communicate with your application and it is what WinAPI is using for.... Some of my explaination might not be correct... but I hope you understand what it is. From siLenTz How it is working.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |