473,910 Members | 4,240 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C++ beginner's book... Please help.

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
Jul 22 '05 #1
8 2388
Grrrbau writes:
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?


It's a great book and I would recommend it highly.
Jul 22 '05 #2
Grrrbau wrote:
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


Take a look at "Thinking in C++" by Bruce Eckel. It's free.
www.bruceeckel.com

Felix

Jul 22 '05 #3

"Grrrbau" <gr*****@hotmai l.com> wrote in message
news:27******** *************** ***@posting.goo gle.com...
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?


Don't know
http://www.accu.org/bookreviews/publ...nner_s_c__.htm
Jul 22 '05 #4
In article <27************ **************@ posting.google. com>,
Grrrbau <gr*****@hotmai l.com> wrote:
I'm a beginner.
A beginner to programming, or a beginner to C++ (and a non-beginner to
programming)?
I'm looking for a good C++ book.


If you already know basic programming concepts (what a variable is, etc.),
check out Koenig and Moo's "Accelerate d C++."

--
Jon Bell <jt*******@pres by.edu> Presbyterian College
Dept. of Physics and Computer Science Clinton, South Carolina USA
Jul 22 '05 #5
jt*******@presb y.edu (Jon Bell) wrote in message news:<c0******* ***@jtbell.pres by.edu>...
In article <27************ **************@ posting.google. com>,
Grrrbau <gr*****@hotmai l.com> wrote:
I'm a beginner.


A beginner to programming, or a beginner to C++ (and a non-beginner to
programming)?
I'm looking for a good C++ book.


If you already know basic programming concepts (what a variable is, etc.),
check out Koenig and Moo's "Accelerate d C++."


Hi,

I would recommend Deitel and Deitel's book on C++.
Lot of tips and notes for beginners.

Once you are throw with the basics in the book - do read "Bjarne
Stroutstrup's" Introduction to C++.

Regards,
Chandru
Jul 22 '05 #6
jt*******@presb y.edu (Jon Bell) wrote in message news:<c0******* ***@jtbell.pres by.edu>...
In article <27************ **************@ posting.google. com>,
Grrrbau <gr*****@hotmai l.com> wrote:
I'm a beginner.


A beginner to programming, or a beginner to C++ (and a non-beginner to
programming)?


I'm not a professional programmer...I know the basics...

I'm looking for a good C++ book.


If you already know basic programming concepts (what a variable is, etc.),
check out Koenig and Moo's "Accelerate d C++."


Gonna give it a look...
Jul 22 '05 #7
In article <bb************ ************@po sting.google.co m>,
Chandra Mohan <bs************ @yahoo.com> wrote:

I would recommend Deitel and Deitel's book on C++.
Lot of tips and notes for beginners.


I personally would *not* recommend that book. It presents an outdated
view of C++ programming that pre-dates the current standard library with
its useful features. The more recent edition of Deitel & Deitel that I've
seen does include the standard string type, and a brief discussion of the
"STL" part of the standard library, but only in chapters at the end that
were obviously "tacked on" to the previous edition. The rest of the book
up to that point uses arrays exclusively instead of vectors, and char
arrays and char pointers instead of std::string.

Also, in the chapter on arrays, there is not a single example of reading
data into an array from a file, or from the console, as far as I can
remember. All the examples use arrays that are initialized with constants
inside the program.

I had to teach a course using Deitel & Deitel once, a couple of years ago,
when I took over a two-course sequence at the midpoint, and I found it to
be rather frustrating.

--
Jon Bell <jt*******@pres by.edu> Presbyterian College
Dept. of Physics and Computer Science Clinton, South Carolina USA
Jul 22 '05 #8
im new to C++ programming as well, but have basic Programming knowledge.

i presently have this book as referance, i picked up at a used book store, and
was wondering if it was worth reading or not.

"Teach yourself C++ in 21 days" Sams book. -- for basic understanding.

i am going to be useing Visual C++ Studio 6.0 for my experements.

any and all help is appreciated.

Scott.
Jul 22 '05 #9

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

Similar topics

5
1295
by: marko | last post by:
I would like to fill out a form containing let's say 3 fields and then when i go to the next record. Now the next record would be blank except the last field wich would have the value of that same field from the last record. How can i do that? Some People from the group answered my question,they told me to use VBA but i don't know how! :( Can enyone help me? There is a topic about my problem on this web page...
9
1384
by: NewInTheGame | last post by:
I'm a beginner in VB.Net. I'm actually taking a class & so far I understand everything, but I suck when it comes to arrays. I'm sure that this is simple (I'm ashamed of asking :oops: )... I have some textboxes. I'm trying to store the information in an array, but I'm lost as to how: I have textboxes for FirstName, LastName & PhoneNumber. My problem is that the number of arrays is unknown so our teacher wants us to declare it as...
3
2328
by: osp | last post by:
hi to every one.... i just started out with c++ and i think i am doing well.i use Robert Laffore to study. which book should i use for data structures ? please help. thank you with regards osp
4
9988
by: babyinc | last post by:
Please help me. I am totally beginner of C++ and my tutor give us these huge program to solve within 20 days. As a MSc student I am really gonna cry. Please anyone can help me. sumon1in1@yahoo.com Here is added assignment: http://eent3.lsbu.ac.uk/staff/dimitrsa/OOPN/Assignment/OOPN_assignment_2006-07.pdf • Your Application Example: You can either select to design one of the following recommended fractals: 1. Peano curve 2. Hilbert...
9
1994
by: FERHAT AÇICI | last post by:
hi all! who know arrays on visual basic please tell me.... thanks..
3
1279
by: jyck91 | last post by:
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> main() { float num; int i, temp, remainder, baseM, j; printf("Enter a number:"); scanf("%f",&num);
6
3335
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID, EmpName,DeptID,DateOfJoin, Sal, Addr) Finance (EmpID, Sal) Club (Clubname, EmpID, Fee, DateOfJoin) Leave (EmpID, Date) Department (DeptID, DeptName, NoOfEmployees)...
0
1448
by: santu07 | last post by:
I am trying to export data from Excel11.0 object to datatable using C#. I can't properly open workbooks. Can anyone please help me to fix this error. I got the above error when i try to open the Workbooks.Open(___,____, ). I am Beginner So kindly help me. Here is the code: String strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + strpath + ";" + "Extended Properties=Excel 8.0;"; ...
1
1534
by: G Verma | last post by:
I want to read a file with extension .db in PHP. i am using windows 7 and this file is a binary file. i am beginner in php. please help us. Thanks G
0
10037
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
11349
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
10921
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
11055
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
10541
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...
1
8099
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...
0
7250
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4776
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4337
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.