Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Learning C++

Status
Not open for further replies.

chpicker

Programmer
Apr 10, 2001
1,316
I've been working with Basic most of my life, primarily in QuickBASIC (old procedural programming). For the last year or so, I've been working in Visual FoxPro, finally learning how to do Object Oriented Programming. With this background, I want to try to learn how to program in C. Can anyone suggest how I could best go about starting? I have the full Visual Studio suite, so I have the Visual C++ language and the MSDN library, but I'm at a loss as to even how to START creating a project in VC++. Unlike other languages, there doesn't seem to be a "language reference", so I'm assuming there aren't any real built-in commands or functions, just sample classes. Any suggestions on a good starting point?
 
Maybe You must need Associated one book of Visual C++ series, at least!
 
Forgive me, but I can't understand what you are saying here. Is there a certain book or book series you are suggesting? If so, what is the name and/or publisher?
 
sorry dear........

It's nice start position that "Windows Charles Petzold"

series..... the book's publisher is mspress.......(Window

Programming)

I assume that you can c or c++


It's book explain Window Programming From easy to high

level!(This book only limited Window programming, In the

other hand this means that not Include [MFC->Microsoft

Foundation Class])

I hope you always will be approximately coding!

good-bye dear!

 
Oh sorry I didn't show It's Getting started following!

It's just "Programming Windows Fifth Edition" Preview

Section 1 The Basics

Chapter 1 Getting Started
Chapter 2 An Introduction to Unicode
Chapter 3 Windows and Messages
Chapter 4 An Exercise in Text Output
Chapter 5 Basic Drawing
Chapter 6 The Keyboard
Chapter 7 The Mouse
Chapter 8 The Timer
Chapter 9 Child Window Controls
Chapter 10 Menus and Other Resources
Chapter 11 Dialog Boxes
Chapter 12 The Clipboard

Section II More Graphics

Chapter 13 Using the Printer
Chapter 14 Bitmaps and Bitblts
Chapter 15 The Device-Independent Bitmap
Chapter 16 The Palette Manager
Chapter 17 Text and Fonts
Chapter 18 Metafiles

Section III

Chapter 19 The Multiple-Document Interface
Chapter 20 Multitasking and Multithreading
Chapter 21 Dynamic-Link Libraries
Chapter 22 Sound and Music
Chapter 23 A Taste of the Internet

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top