Game developement using MFC
-
Hi, I would like to know where can I get sample code for game developed using C++ Or MFC. Thanks
Which kind of game ? Because the technologies used to develop a solitaire will be completely different than those used to develop World of Warcraft. Anyway, don't forget that google is your best friend to help you find what you need.
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
Which kind of game ? Because the technologies used to develop a solitaire will be completely different than those used to develop World of Warcraft. Anyway, don't forget that google is your best friend to help you find what you need.
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
:sigh: So, you didn't even answer my question. How could you expect help if you don't provide any details about what you want to achieve ?
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
:sigh: So, you didn't even answer my question. How could you expect help if you don't provide any details about what you want to achieve ?
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
Don't get angry.... Actually we have to develop some game based on cards like solitare but it also involves loading of other JPG,BMP...which we load based on some logic. It is kind of amusment games (e.g. Golden Wheel) Thanks
Supra2 wrote:
Don't get angry....
I don't get angry, I was stating the fact: if you don't provide enough information, nobody will be able to help you. We don't know what you are trying to achieve. :)
Supra2 wrote:
Actually we have to develop some game based on cards like solitare but it also involves loading of other JPG,BMP...which we load based on some logic. It is kind of amusment games (e.g. Golden Wheel)
I guess using a plain MFC SDI application on which you draw things would do the trick. However, you'll need to learn a bit about MFC and GDI. I think for that it would be good to read a book on MFC (sorry but I don't have any name in head). However, I don't think you will be able to find a full tutorial on how developping a game with MFC. Loading an image is not possible directly but you can have a look at CXImage[^].
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
Supra2 wrote:
Don't get angry....
I don't get angry, I was stating the fact: if you don't provide enough information, nobody will be able to help you. We don't know what you are trying to achieve. :)
Supra2 wrote:
Actually we have to develop some game based on cards like solitare but it also involves loading of other JPG,BMP...which we load based on some logic. It is kind of amusment games (e.g. Golden Wheel)
I guess using a plain MFC SDI application on which you draw things would do the trick. However, you'll need to learn a bit about MFC and GDI. I think for that it would be good to read a book on MFC (sorry but I don't have any name in head). However, I don't think you will be able to find a full tutorial on how developping a game with MFC. Loading an image is not possible directly but you can have a look at CXImage[^].
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++Hi, I need suggestion based on this game development using .Net (C# or VB.Net). I would like to create GUI at client side using C# or VB.Net and at server side needs to validate the user. pls let me know which option is feasible in terms of game development(VC++ MFC or .Net).Also I want to draw images at client side. At server side I would like to access and modify database (Access) so I am not sure whether which option is suitable in this case. Thanks