Connecting Tech Pros Worldwide Forums | Help | Site Map

Windows programming tutorial?

Neil
Guest
 
Posts: n/a
#1: Jul 22 '05
Does anyone know of a good windows C++ programming tutorial (either online
or in a book) that actually shows you how to program a windows application
from scratch, rather than the 'Scribble' one included which makes use of
pre-generated code and what not.

Cheers.



gabriel
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Windows programming tutorial?


Neil wrote:
[color=blue]
> Does anyone know of a good windows C++ programming tutorial (either
> online or in a book) that actually shows you how to program a windows
> application from scratch, rather than the 'Scribble' one included
> which makes use of pre-generated code and what not.[/color]

Get the Petzold book (Microsoft Press) for your version of Windows. I
think he has done one for every major Windows release, although I'm not
sure about XP. Think about it, what you are asking for is much, much
longer than a mere "tutorial."

If you have more questions about it post to the comp.os.ms-
windows.programmer.* newsgroups or you risk the ravaging fury of some
people here. This group is strictly for c++ _language_, not O/S and
framework dependant implementation details.

--
gabriel
Bryan Bullard
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Windows programming tutorial?


"Neil" <nospam@nospam.com> wrote in message
news:4006ae8e_2@mk-nntp-2.news.uk.tiscali.com...

see Herbert Schildt's book MFC Programming from the Ground Up.

[color=blue]
> Does anyone know of a good windows C++ programming tutorial (either online
> or in a book) that actually shows you how to program a windows application
> from scratch, rather than the 'Scribble' one included which makes use of
> pre-generated code and what not.
>
> Cheers.
>
>[/color]


osmium
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Windows programming tutorial?


Bryan Bullard writes:

[color=blue]
> "Neil" <nospam@nospam.com> wrote in message
> news:4006ae8e_2@mk-nntp-2.news.uk.tiscali.com...
>
> see Herbert Schildt's book MFC Programming from the Ground Up.[/color]

Is that a joke? If not, what does "from scratch" mean to you? To me, it
means using the Windows API complete with all its hideous, mind-numbing
complexity.
[color=blue][color=green]
> > Does anyone know of a good windows C++ programming tutorial (either[/color][/color]
online[color=blue][color=green]
> > or in a book) that actually shows you how to program a windows[/color][/color]
application[color=blue][color=green]
> > from scratch, rather than the 'Scribble' one included which makes use of
> > pre-generated code and what not.[/color][/color]

To the OP: such a thing came with my Borland compiler, but that is not
really a book in the sense you mean.



red floyd
Guest
 
Posts: n/a
#5: Jul 22 '05

re: Windows programming tutorial?


Bryan Bullard wrote:[color=blue]
> "Neil" <nospam@nospam.com> wrote in message
> news:4006ae8e_2@mk-nntp-2.news.uk.tiscali.com...
>
> see Herbert Schildt's book MFC Programming from the Ground Up.
>[/color]

Schildt? Schildt?!!? You're kidding, right?


Bryan Bullard
Guest
 
Posts: n/a
#6: Jul 22 '05

re: Windows programming tutorial?



"red floyd" <no.spam@here.dude> wrote in message
news:JCzNb.1324$Ey3.1008@newssvr29.news.prodigy.co m...

:)

actually, when i began mfc the book was very helpful to me. i haven't done
any mfc in a while and i'm sure there are better books out there now. in
the late nineties, there were not a lot of books out there that dealt with
mfc exclusively w/o the vc++ wizards. or at least i wasn't aware of them.

the book is actually pretty plan (not very sophisticated) an easily
digestible. that's why i would suggest it for a beginner.

perhaps, you should share what texts were most helpful to you.

-bryan

[color=blue]
> Bryan Bullard wrote:[color=green]
> > "Neil" <nospam@nospam.com> wrote in message
> > news:4006ae8e_2@mk-nntp-2.news.uk.tiscali.com...
> >
> > see Herbert Schildt's book MFC Programming from the Ground Up.
> >[/color]
>
> Schildt? Schildt?!!? You're kidding, right?
>
>[/color]


Bryan Bullard
Guest
 
Posts: n/a
#7: Jul 22 '05

re: Windows programming tutorial?



"osmium" <r124c4u102@comcast.net> wrote in message
news:bu6ct8$co97s$1@ID-179017.news.uni-berlin.de...

please see my post to red floyd.

[color=blue]
> Bryan Bullard writes:
>
>[color=green]
> > "Neil" <nospam@nospam.com> wrote in message
> > news:4006ae8e_2@mk-nntp-2.news.uk.tiscali.com...
> >
> > see Herbert Schildt's book MFC Programming from the Ground Up.[/color]
>
> Is that a joke? If not, what does "from scratch" mean to you? To me, it
> means using the Windows API complete with all its hideous, mind-numbing
> complexity.
>[color=green][color=darkred]
> > > Does anyone know of a good windows C++ programming tutorial (either[/color][/color]
> online[color=green][color=darkred]
> > > or in a book) that actually shows you how to program a windows[/color][/color]
> application[color=green][color=darkred]
> > > from scratch, rather than the 'Scribble' one included which makes use[/color][/color][/color]
of[color=blue][color=green][color=darkred]
> > > pre-generated code and what not.[/color][/color]
>
> To the OP: such a thing came with my Borland compiler, but that is not
> really a book in the sense you mean.
>
>
>[/color]


Gary
Guest
 
Posts: n/a
#8: Jul 22 '05

re: Windows programming tutorial?


"red floyd" <no.spam@here.dude> wrote in message
news:JCzNb.1324$Ey3.1008@newssvr29.news.prodigy.co m...[color=blue]
> Bryan Bullard wrote:[color=green]
> > "Neil" <nospam@nospam.com> wrote in message
> > news:4006ae8e_2@mk-nntp-2.news.uk.tiscali.com...
> >
> > see Herbert Schildt's book MFC Programming from the Ground Up.
> >[/color]
>
> Schildt? Schildt?!!? You're kidding, right?[/color]

Knee-jerk reaction! Actually, the MFC Programming book is okay -- easily
readable, nice clean, small examples that actually run as advertised. It is
MFC, of course, and not "from the ground up" if you mean using API's, but it
will do as a quick start.
--
Gary


Le Géant Vert
Guest
 
Posts: n/a
#9: Jul 22 '05

re: Windows programming tutorial?


Neil wrote:
[color=blue]
>Does anyone know of a good windows C++ programming tutorial (either online
>or in a book) that actually shows you how to program a windows application
>from scratch, rather than the 'Scribble' one included which makes use of
>pre-generated code and what not.
>
>Cheers.
>
>
>
>[/color]
got a link that helped me a lot : tutorial for both win32 and MFC ;
anyway, this is _ONLY_ a tutorial : you'll have to dig deeper to create
a full software :

http://www.functionx.com/visualc/
Le Géant Vert
Guest
 
Posts: n/a
#10: Jul 22 '05

re: Windows programming tutorial?


Neil wrote:
[color=blue]
>Does anyone know of a good windows C++ programming tutorial (either online
>or in a book) that actually shows you how to program a windows application
>from scratch, rather than the 'Scribble' one included which makes use of
>pre-generated code and what not.
>
>Cheers.
>
>
>[/color]

got a link that help me a lot when I started programming windows
softwares ; anyway, this in _ONLY_ a tutorial (win32 and MFC), so you'll
have to dig deeper in order to create a full software :

http://www.functionx.com/visualc/

hope it will help a bit
Le Géant Vert
Guest
 
Posts: n/a
#11: Jul 22 '05

re: Windows programming tutorial?


Neil wrote:
[color=blue]
>Does anyone know of a good windows C++ programming tutorial (either online
>or in a book) that actually shows you how to program a windows application
>from scratch, rather than the 'Scribble' one included which makes use of
>pre-generated code and what not.
>
>Cheers.
>
>
>[/color]

got a link that help me a lot when I started programming windows
softwares ; anyway, this in _ONLY_ a tutorial (win32 and MFC), so you'll
have to dig deeper in order to create a full software :

http://www.functionx.com/visualc/

hope it will help a bit

PS : sorry if that post appears more than once :(
Closed Thread


Similar C / C++ bytes