>It's quite all right if MFC isn't really familiar to anyone, by the way.
Thanks for assuming that we're all ignorant just because your question wasn't promptly answered to your satisfaction. Technically, this forum is for C and C++ language issues, and non-standard library questions should be directed elsewhere. However, since there isn't a good elsewhere on Daniweb, if you wait long enough, somebody will get bored and look into answering your question.
>I've seen notes saying that MFC was dropped in favor of Visual Basic
MFC was dropped in favor of .NET. But, since MFC was just a poorly designed wrapper for the Win32 API, only diehard C++ programmers who just had to use classes and weren't willing to learn Win32, used it enough to get good at it. Everyone else just did what had to be done and tried to forget.
You can find those diehards lurking around here . That's the best elsewhere I can think of.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
>Hopefully I'll be able to contribute to this forum soon
I look forward to it. We're always happy to have new helpers...and new helpees, because without the helpees the helpers get bored and leave. ;)
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
It gets worse. ;) Avalon promises to phase out .NET as soon as Longhorn comes out, so while you have a bunch of people scrambling to learn .NET, others are wary about learning something that might turn out to be useless in the next year or so.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
>it should still work, right? ...Right?...right?
Right. In theory. ;)
>Got any suggestions on what'd be the easiest-to-expand-upon language?
It depends on the program. Win32 still works across the board, and I don't imagine .NET being completely unsupported for a long time. I would say Java is your best bet for something guaranteed to work (since Windows isn't likely to kill support for the JRT), but there's nothing wrong with using Win32, MFC, or .NET until we know for sure that there will be problems. Of course, all three of those are convoluted and a real bitch to work with, but .NET is the least evil, and the easiest to grasp for a newcomer. Especially since a newcomer is likely to know Java, and C# is similar to Java.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401