Tagged Questions
7
votes
1answer
195 views
Database Facade to wrap our existing queries?
We have a very big application written in C++ using the MFC framework (millions of code lines). No need to say that it's a legacy system, but it's also heavily maintained and updated. This application ...
0
votes
2answers
126 views
Visual C++, CMap object save to blob column
I have a MFC CMap object, each object stores 160K~ entries of long data. I need to store it on Oracle SQL. We decided to save it as a blob. Since we do not want to make additional table, we also ...
-1
votes
1answer
311 views
How to estimate effort required to convert a large codebase to another language/platform [duplicate]
Possible Duplicate:
Best way to estimate cost related to porting code from language A to language B?
We have an MFC C++ program with around 200,000 lines of code in it. It's pretty much ...
2
votes
3answers
422 views
GUI: Setting options in two different places and having them stay in sync?
Programming in Windows with Visual Studio 2010 C++ and MFC. My question is about how best to store, update, and pass around program settings or options.
I have a simple main GUI window/frame/dialog. ...
4
votes
3answers
1k views
Learning MFC: Pre-2010 vs 2010 and beyond
First, some background: I've been programming for about 12 years now. I am intermediate to advance in C# and a couple other managed languages, but never messed with anything native. I understand ...
9
votes
5answers
4k views
Comparing Qt vs. MFC [closed]
For C++ (Win) devs, what is your case for preferring Qt vs. MFC (or vice versa) for UI development on Windows?