Re: Getting Started w/ Standard C++ in Microsoft VC++ 6.0?
From: Lisa Pearlson (no_at_spam.plz)
Date: 01/05/05
- Next message: Ajay Kalra: "Re: Accelerator keys not working in a CFormView derived class"
- Previous message: Une Ternal: "Is there anything wrong with this cast"
- In reply to: Bill Hoy: "Getting Started w/ Standard C++ in Microsoft VC++ 6.0?"
- Next in thread: Daniel James: "Re: Getting Started w/ Standard C++ in Microsoft VC++ 6.0?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 5 Jan 2005 21:11:55 +0100
What is your motivation to move away from MFC?
Do you plan to write wrapper classes better than MFC does?
You used MFC, now you wish to move to Win32 API. What's next, moving to
Assembler?
Or is it a compatibility, size or speed issue?
Lisa
"Bill Hoy" <bhoy@eaw.com> wrote in message news:41DC0AB5.8923FF67@eaw.com...
> Hi,
>
> This probably isn't the right newsgroup for this, but maybe someone here
> has done this before.
>
> I have a few years of experience using MFC and Microsoft Visual C++
> 6.0. As my company gets further into the software business they now
> want to start moving away from MFC, and use pure Standard C++. I have a
> code project created in Microsoft Visual C++ that needs MFC stripped out
> of it. Not a huge project - only about 10 or so files.
>
> I've been reading a bit about Standard C++, and I was wondering if
> anyone could point me to some documents or help as to how to start using
> Standard C++ from within Microsoft Visual C++ 6.0. For starters, I
> realize all my "CStrings" will have to become "string" File by file I
> will have to remove CStrings, makes sense.
>
> I understand about using the #include <xyz>. And I see that I will have
> to use: "using namespace std" But I am not sure what else I have to set
> up in the Microsoft Developer Studio. Perhaps I have to start a new
> project/workspace that is just a W32 Application? What do I need to
> link to in the Project Settings > Link tab? What else do I need to do
> to so that it recognizes the namespace "std" ?
>
> I realize this is probably a very basic question, but I am confused as
> to where to start. Anything to get me started will help.
>
> Thanks,
> Bill
>
> bhoy@eaw.com
>
>
- Next message: Ajay Kalra: "Re: Accelerator keys not working in a CFormView derived class"
- Previous message: Une Ternal: "Is there anything wrong with this cast"
- In reply to: Bill Hoy: "Getting Started w/ Standard C++ in Microsoft VC++ 6.0?"
- Next in thread: Daniel James: "Re: Getting Started w/ Standard C++ in Microsoft VC++ 6.0?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|