We are supposed to be involved in a new project where we are to develop an application - similar to excel. The application is an MDI similar to MS Excel where multiple instances (document instances) can exist inside a frame.
Can someone please give me pointers to designing the framework for such an application using VC++ ?
Thanks for all your replies.
I have an additional question. I was asked why one would prefer to do this project using VC++ and why not use C# to develop this.
Can someone please give some suggestions over why VC++ scores over C# as a language in developing such applications ?
I have an additional question. I was asked why one would prefer to do this project using VC++ and why not use C# to develop this.
That's a good question, indeed.
Originally Posted by humble_learner
Can someone please give some suggestions over why VC++ scores over C# as a language in developing such applications ?
No idea... Old habits? Or maybe if you need to interface a lot with existing C/C++ code? In any other case, I would do such an application in C# with .NET 2.0 nowadays.
Basically, I need to develop an MDI with excel type windows as child frames. Am attaching a prototype of the application here.
If someone could give pointers as to which MFC controls or View classes could be used to achieve this, it would be really helpful.
I wondered if View classes derived from CListView with CListCtrl control embedded would help - but it seems to be quite complex.
Please check the attachment. (Have zipped it to save on space)
Basically, I need to develop an MDI with excel type windows as child frames. Am attaching a prototype of the application here.
If someone could give pointers as to which MFC controls or View classes could be used to achieve this, it would be really helpful.
I wondered if View classes derived from CListView with CListCtrl control embedded would help - but it seems to be quite complex.
That's it. Everytime a software application "seems to be quite complex".
No idea... Old habits? Or maybe if you need to interface a lot with existing C/C++ code? In any other case, I would do such an application in C# with .NET 2.0 nowadays.
i do ABSOLUTELY agree with gstercken in this point! if there is no "old" code or need for hardware-access, use c#, which is MUCH easier to use. especially when you are not yet too familiar with MFC, you should really consider a move to .NET.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.