From: Peppe on
Hi
Where can i find some MFC examples? Especially to understand the Cdoc
and Cview usage.
Something like a text editor or something like that

thanks
From: Ajay Kalra on
"Peppe" <bacia(a)melo.it> wrote in message
news:441d5c92$0$18300$4fafbaef(a)reader1.news.tin.it...
> Hi
> Where can i find some MFC examples? Especially to understand the Cdoc
> and Cview usage.
> Something like a text editor or something like that

Look at SCRIBBLE example that ships with MSDN. There are other examples such
WORDPAD which will be helpful as well. Other relevant sites include codeguru
and codeproject.

--
Ajay Kalra [MVP - VC++]
ajaykalra(a)yahoo.com


From: saywhat on

"Peppe" <bacia(a)melo.it> wrote in message
news:441d5c92$0$18300$4fafbaef(a)reader1.news.tin.it...
> Hi
> Where can i find some MFC examples? Especially to understand the Cdoc and
> Cview usage.
> Something like a text editor or something like that
>
> thanks

Go to www.functionx.com and buy their ebook
for mfc. It wasn't great for controls and such (but helpful nevertheless)
but it has a good discussion of doc/view and device contexts.

HTH



From: pvdg42 on

"Peppe" <bacia(a)melo.it> wrote in message
news:441d5c92$0$18300$4fafbaef(a)reader1.news.tin.it...
> Hi
> Where can i find some MFC examples? Especially to understand the Cdoc and
> Cview usage.
> Something like a text editor or something like that
>
> thanks

There are numerous examples here:

http://www.codeproject.com/cpp/


--
Peter [MVP Visual Developer]
Jack of all trades, master of none.


From: BobF on
On Sun, 19 Mar 2006 14:28:52 +0100, Peppe wrote:

> Hi
> Where can i find some MFC examples? Especially to understand the Cdoc
> and Cview usage.
> Something like a text editor or something like that
>
> thanks

<http://msdn2.microsoft.com/en-us/library/482ck6x8(VS.80).aspx>

<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/html/tutorhm.asp>