Hi All,
I need your guidance for a project (using Visual Studio + MFC) I'm doing. I want to create page flipping animation of a book. There should be a book and when I click on a key then the next page should be displayed. You get the idea?
Similar to the animation displayed here http://www.pageflip.hu/ but I have to do it in C++.
My background: I'm experienced in C++ but I'm learning C++ GUI only for last 2 days. :S
This is my first project at my job. I have to use MFC with Visual C++ for this project.
Where should I even start with this. Please suggest me libraries to make this task easier.
Thanks in advance.