473,396 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Windows programming tutorial?

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.
Jul 22 '05 #1
10 3891
Neil wrote:
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.


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
Jul 22 '05 #2
"Neil" <no****@nospam.com> wrote in message
news:40********@mk-nntp-2.news.uk.tiscali.com...

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

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.

Jul 22 '05 #3
Bryan Bullard writes:

"Neil" <no****@nospam.com> wrote in message
news:40********@mk-nntp-2.news.uk.tiscali.com...

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


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.
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.


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

Jul 22 '05 #4
Bryan Bullard wrote:
"Neil" <no****@nospam.com> wrote in message
news:40********@mk-nntp-2.news.uk.tiscali.com...

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


Schildt? Schildt?!!? You're kidding, right?
Jul 22 '05 #5

"red floyd" <no*****@here.dude> wrote in message
news:JC*****************@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

Bryan Bullard wrote:
"Neil" <no****@nospam.com> wrote in message
news:40********@mk-nntp-2.news.uk.tiscali.com...

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


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

Jul 22 '05 #6

"osmium" <r1********@comcast.net> wrote in message
news:bu************@ID-179017.news.uni-berlin.de...

please see my post to red floyd.

Bryan Bullard writes:

"Neil" <no****@nospam.com> wrote in message
news:40********@mk-nntp-2.news.uk.tiscali.com...

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


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.
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.


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

Jul 22 '05 #7
"red floyd" <no*****@here.dude> wrote in message
news:JC*****************@newssvr29.news.prodigy.co m...
Bryan Bullard wrote:
"Neil" <no****@nospam.com> wrote in message
news:40********@mk-nntp-2.news.uk.tiscali.com...

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


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


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
Jul 22 '05 #8
Neil wrote:
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.

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/
Jul 22 '05 #9
Neil wrote:
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.


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
Jul 22 '05 #10
Neil wrote:
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.


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 :(
Jul 22 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mark | last post by:
Hello. I am new to programming and Python and was wondering if someone could help get me started. I picked Python to start learning to prgram because of some things I have read about it (easy to...
4
by: Zach Shutters | last post by:
I am new to python and working my way through the van Rossum tutorial. I am cursios though about if you can program windows with python? I know I shouldn't worry about this right now but I am...
4
by: porous | last post by:
hi i would like to develop applications for windows in c++ , but i dont want to do any gui .i just want the program to be in console mode . but i would like to access the widows api . can any...
21
by: Alf P. Steinbach | last post by:
Just because there seems to be a lack of post-standard _correct_ tutorials: <url: http://home.no.net/dubjai/win32cpptut/>. Disclaimer: written this evening so perhaps there are "bugs" in the...
28
by: Alf P. Steinbach | last post by:
A few days ago I posted an "Hello, world!" tutorial, discussed in <url: http://groups.google.no/groups?threadm=41ba4c0a.76869078@news.individual.net>. As I wrote then: <quote> because there...
7
by: Luc The Perverse | last post by:
Hello! I am looking for a beginners tutorial on how to program for windows in C. I guess this is windows API? I have never written outside of VC++ for windows, and can't find any examples. I...
6
by: ulillillia | last post by:
I've been following the tutorial here to learn Windows programming (along with the help file from the Windows Platform SDK): http://www.cprogramming.com/tutorial/opengl_windows_programming.html ...
7
by: programming | last post by:
Hi all, i have been having trouble with a login script that works on my windows machine, however when i upload it to the Unix server through VPN, the same script won't work! It won't parse...
2
by: mohaakilla51 | last post by:
Alright, so I believe that I have a decently good grasp on Basic C++, but I cannot get into the Windows Programming, it makes no sense, is there anyone that can recommend a good C++ Windows API...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.