473,803 Members | 2,934 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows/C++ book for beginner

Hello, this is my first time posting to this newsgroup, I was unable to find
the FAQ for this group. I'm not sure where it's web presence is, but I was
hoping someone might be able to point me in the direction of a good beginner
Windows programming book. I have a decent understanding of C++ (not great
but good enough that I can work through most problems I encounter). Most of
the books that I've seen on Amazon all seem to be more advanced books. While
I understand that coding for the Win32 environment isn't the easiest and
Win32 is a rather large category to say you want to program, I am looking
for some basics. What I am hoping for is a book that can tell me the basics
of how the API for Win32 works, i.e. creating a window, registering the
window, etc.... Sorry if asking for Win32 programming book is too broad of a
topic, but I'm afraid that I'm not sure how to narrow it down. Thanks again
for your patience, and sorry if this is not the correct place to post this,
but I could not find a good Windows/C++ newsgroup.

-Zipper
Jul 19 '05 #1
2 2029

"Zipper" <zi************ *******@comcast .net> wrote in message
news:dFe5b.3371 15$YN5.232767@s ccrnsc01...
Hello, this is my first time posting to this newsgroup, I was unable to find the FAQ for this group.
A search in google for C++ FAQ brings up this

http://www.parashift.com/c++-faq-lite/

as the very first hit.
I'm not sure where it's web presence is, but I was
hoping someone might be able to point me in the direction of a good beginner Windows programming book.
Maybe I can see why you had problems finding the FAQ. You seem to think this
is a Windows programming group. Which is odd since the word Windows appears
nowhere in the name of the group.
I have a decent understanding of C++ (not great
but good enough that I can work through most problems I encounter). Most of the books that I've seen on Amazon all seem to be more advanced books. While I understand that coding for the Win32 environment isn't the easiest and
Win32 is a rather large category to say you want to program, I am looking
for some basics. What I am hoping for is a book that can tell me the basics of how the API for Win32 works, i.e. creating a window, registering the
window, etc.... Sorry if asking for Win32 programming book is too broad of a topic, but I'm afraid that I'm not sure how to narrow it down. Thanks again for your patience, and sorry if this is not the correct place to post this, but I could not find a good Windows/C++ newsgroup.
news:comp.os.ms-windows.program mer.win32. I reckon 99% of the posts to that
group that mention code use C or C++.

The only book worth buying on newbie Windows programming is the C edition of
Charles Petzold's book (Programming Windows I think?). Make sure you don't
buy the C# edition however.

-Zipper


Apologies for the sarcasm.

john
Jul 19 '05 #2

"Zipper" <zi************ *******@comcast .net> wrote in message
news:dFe5b.3371 15$YN5.232767@s ccrnsc01...
Hello, this is my first time posting to this newsgroup, I was unable to find the FAQ for this group. I'm not sure where it's web presence is, but I was
hoping someone might be able to point me in the direction of a good beginner Windows programming book. I have a decent understanding of C++ (not great
but good enough that I can work through most problems I encounter). Most of the books that I've seen on Amazon all seem to be more advanced books. While I understand that coding for the Win32 environment isn't the easiest and
Win32 is a rather large category to say you want to program, I am looking
for some basics. What I am hoping for is a book that can tell me the basics of how the API for Win32 works, i.e. creating a window, registering the
window, etc.... Sorry if asking for Win32 programming book is too broad of a topic, but I'm afraid that I'm not sure how to narrow it down. Thanks again for your patience, and sorry if this is not the correct place to post this, but I could not find a good Windows/C++ newsgroup.


C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite

Windows NG - microsoft.publi c.vc.language on msnews.microsof t.com news
server.

<OT>
Win 32 Programming - Programming Windows 95 (Charles Petzold)
</OT>

HTH,
J.Schafer

Jul 19 '05 #3

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

Similar topics

8
2383
by: Grrrbau | last post by:
I'm a beginner. I'm looking for a good C++ book. Someone told me about Lafore's "Object-Oriented Programming in C++". What do you think? Grrrbau
17
2241
by: Venkatesh | last post by:
Hi All I am a newbie to C# .I am currently developing windows application.Can anyone suggest good books or links for developing Windows Applications using C#.
1
1290
by: Brett | last post by:
I'd like any recommendations on a good ASP.NET book which discusses these topics: - connecting to SQL Server, MS Access and other databases - communicating with VB.NET and C#.NET - Interacting with Javascript - Session handling - cookies and non cookies, other techniques as well Most likely the above is any ASP.NET book but I'm looking for what you believe to be a very good book. I am a beginner but don't necessarily want a beginner...
3
2648
by: Neal | last post by:
managed C++ VS 2003 I have a beginner question about windows forms.... I need to call a function when a certain limit has been reached, now with the way VS sets up the .NET windows Form I get confused. When I was using Directx everything was being run from a while loop, so that was no problem for me in seeing where to place conditional statements and other functions. With windows forms do I need to have an event and eventhandler? it...
20
2299
by: weight gain 2000 | last post by:
Hello all! I'm looking for a very good book for an absolute beginner on VB.net or VB 2005 with emphasis on databases. What would you reccommend? Thanks!
11
1934
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for beginners to programming, intermediate, or advanced level?
4
2672
by: Johs | last post by:
I am looking for a good C++ book for beginners. I have some experience with C and a lot of experience with Java. I am currently reading Bjarne Stroustrups C++ Programming Language but it starts off rather complex without examples of compiling modules or making and using classes. Is there some C++ books that takes you through the whole process of making modules, compiling them and using classes?
5
2754
by: macca | last post by:
Hi, I'm looking for a good book on PHP design patterns for a OOP beginner - Reccommendations please? Thanks Paul
6
1992
by: Hello | last post by:
Hello every body Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner). Thank you all =========================================
0
9566
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10555
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10317
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10300
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10069
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9127
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7607
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
2
3802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2974
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.