Re: Questions about VC++



kimiraikkonen wrote:
I'm not experienced in VC++ but i have VC++ 6.0 just for a very few
experience.

VC6 is almost ten years old, doesn't support standard C++ like modern
compilers do and is even unsupported by the vendor. Don't use it.

I'd suggest you get DevC++ or the Express Edition of VC2005.

1-Is the most efficent way to develop GUI-based applications possible
with MFC or what else? What's MFC used for?

MFC is a small C++ wrapper around the win32 API. Yes, you can develop GUIs
with it. It is not a prime example of beautiful C++ code, so don't take
this as example!

Which books?

Check out the book reviews at ACCU's website. Oh, and I suggest you get a
book that focuses on C++ first, without the win32 programming complicating
things further.

3-When compared to Basic, VC++ or C++ seems much more complicated and
has more mistake rist while coding, that's why i'm a bit concerned, so
what are the basics understanding of Visual C++ enviroment/C++ ? (For
example: Declarations, strings, using variables...)

I don't understand what you are asking here. C++ is a very sharp tool. In
the hands of a skilled programmer, this can give good results, otherwise
easily leads to injuries...

Uli

.



Relevant Pages

  • Re: tcsh in current-8.0 coredump
    ... Revision 1.1.1.8 (vendor branch): download - view: text, markup, annotated - select for diffs ... Diff to: previous 1.1.1.7: preferred, ... Import vendor patch to fix postcmd regression in tcsh-6.15.00. ... Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. ...
    (freebsd-current)
  • Re: Loading MBCS extension dll into Unicode regular dll
    ... workaround. ... different MFC version), there's no problem whatsoever. ... of the extension DLL that the vendor provides. ...
    (microsoft.public.vc.mfc)
  • Re: Future of MFC?
    ... "I still think small, fast, *Win32 SDK* applications are good for commercial apps. ... Smartphones based on Windows Mobile didn't have the MFC library in ROM. ... After doing the app using WinCE APIs, we had to link with a DLL that came from another vendor, and a static LIB that came from another vendor. ...
    (microsoft.public.vc.mfc)
  • Re: Future of MFC?
    ... MFC library in ROM. ... that came from another vendor, and a static LIB that came from another ... However, I've read about Java being used for embedded systems, and I ...
    (microsoft.public.vc.mfc)