473,403 Members | 2,366 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,403 software developers and data experts.

Best book ?

Hi people ,

Im looking for a really good book for advanced C++ programming , which
has knowledge about external libraries such as BOOST / SDL , their
usage etc, Could any of you suggest such a book , would be really
helpful !

Thanks,
gaurav.
Mar 28 '08 #1
8 1355
On Mar 28, 4:25*am, Gaurav <dude.gau...@gmail.comwrote:
Hi people ,

Im looking for a really good book for advanced C++ programming , which
has knowledge about external libraries such as BOOST / SDL , their
usage etc
If you want to write SDL applications, download it and browse the
"getting started" docs on their site. Use one of their sample
programs (or get one from NeHe) as a template and build your own
application. To paraphrase Violet from "It's a Wonderful Life", don't
you ever get tired of just readin' about things?

Mar 28 '08 #2
Gaurav wrote:
Hi people ,

Im looking for a really good book for advanced C++ programming , which
has knowledge about external libraries such as BOOST / SDL , their
usage etc, Could any of you suggest such a book , would be really
helpful !
OCaml for Scientists covers data structures and OpenGL but in OCaml rather
than C++.

--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/products/?u
Mar 28 '08 #3
Jon Harrop wrote:
Gaurav wrote:
>Hi people ,

Im looking for a really good book for advanced C++ programming , which
has knowledge about external libraries such as BOOST / SDL , their
usage etc, Could any of you suggest such a book , would be really
helpful !

OCaml for Scientists covers data structures and OpenGL but in OCaml rather
than C++.
That's nice, but Gaurav asked for books on C++. Why don't you just find
an OCaml group and hang out there instead?

Mar 28 '08 #4
Gaurav wrote:
[...]
Anyway , am not going to get **useful** help here i guess . thanks for
ur comments anyway , maybe i should consider reading magazines rather
than posting here .
If you're quitting so easily after one reply you didn't like, how are
you going to learn everything from a single book? Learning requires
effort on your part. What is worse, *programming* requires actually
more effort than learning about it. If you can't endure frustrations
while you're learning, you better stick to flipping burgers, mate.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Mar 30 '08 #5
"Victor Bazarov" <v.********@comAcast.netwrites:
What is worse, *programming* requires actually
more effort than learning about it. If you can't endure frustrations
while you're learning, you better stick to flipping burgers, mate.
A valid point. But I wonder, is it really a question of enduring a frustrating
process? Or would it be more accurate to say that someone who has a calling
for programming simply enjoys a process that most others find frustrating?

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
Mar 30 '08 #6
It amazes me how people form opinions with insufficient information
(or rather insufficient intellect) ! If you look at the last line of
my previous post , "...maybe i should consider reading magazines
rather than posting here" , in no way does it mean i am quitting
learning C++. Read the last 2 words mate , and let me know if you need
more explanation. I dont think im the one who needs to be "flippin
burgers" !

On Mar 31, 1:36 am, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
Gaurav wrote:
[...]
Anyway , am not going to get **useful** help here i guess . thanks for
ur comments anyway , maybe i should consider reading magazines rather
than posting here .

If you're quitting so easily after one reply you didn't like, how are
you going to learn everything from a singlebook? Learning requires
effort on your part. What is worse, *programming* requires actually
more effort than learning about it. If you can't endure frustrations
while you're learning, you better stick to flipping burgers, mate.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Mar 30 '08 #7
Sherman Pendley wrote:
"Victor Bazarov" <v.********@comAcast.netwrites:
>What is worse, *programming* requires actually
more effort than learning about it. If you can't endure frustrations
while you're learning, you better stick to flipping burgers, mate.

A valid point. But I wonder, is it really a question of enduring a
frustrating process? Or would it be more accurate to say that someone
who has a calling for programming simply enjoys a process that most
others find frustrating?
In your case I think I've overemphasised the frustrations. They are,
unfortunately, a part of the process. I am not sure what people in
fact enjoy in programming. I enjoy the final result. Programming is
means to an end, not a purpose for me. So, naturally, when you walk,
you bound to trip or stab your toe now and then. Those that can't
handle the frustration of tripping, shouldn't be walking.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Mar 31 '08 #8
Gaurav wrote:
It amazes me how people form opinions with insufficient information
(or rather insufficient intellect) ! If you look at the last line of
my previous post , "...maybe i should consider reading magazines
rather than posting here" , in no way does it mean i am quitting
learning C++. Read the last 2 words mate , and let me know if you need
more explanation. I dont think im the one who needs to be "flippin
burgers" !
Your last two words were posting here; if you want to do that please
learn not to top post if you really want help.
>
On Mar 31, 1:36 am, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
>Gaurav wrote:
[...]
Anyway , am not going to get **useful** help here i guess . thanks for
ur comments anyway , maybe i should consider reading magazines rather
than posting here .

If you're quitting so easily after one reply you didn't like, how are
you going to learn everything from a singlebook? Learning requires
effort on your part. What is worse, *programming* requires actually
more effort than learning about it. If you can't endure frustrations
while you're learning, you better stick to flipping burgers, mate.
Apr 1 '08 #9

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

Similar topics

2
by: Geoff Berrow | last post by:
I'm a college lecturer and have been running an 'Introduction to PHP' course. It's been going quite well and my boss has suggested I might like to think of a slightly more advanced course. I want...
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
17
by: gamaron | last post by:
Summary --------- Is Fox Toolkit ( http://www.fox-toolkit.org/ ) the "best" C++ GUI library/toolkit? My key goals (at least those that come to mind right now): * Portability (Windows, Linux,...
4
by: James Thompson | last post by:
I'm sure this question has been asked a hundred times. I did a google search and found some older post and some mixed reviews. I am looking for an updated opinion on which book is the best for...
2
by: Robert S. Ramos | last post by:
I need help in selecting the best C# book for someone going from VB.NET to C#. I am in the process of looking for a new job and I have found an excellent company, problem is that I have only being...
8
by: Art | last post by:
Hi folks, I'm writing a traditional desktop app using VB.NET and am stumbling over what seems like a very basic question: My app does not need to be connected to a server or another computer....
26
by: puzzlecracker | last post by:
It'd be interesting to compare the learning practices of c++ practitioners. I'll start with mine The C++ Programming Language C++ Primer Effective C++ More Effective C++ Effective STL The...
1
by: maciek | last post by:
Hi, I was wondering if anyone could suggest me a book/article/tutorial on Exception Handling in multi tier Windows Apps. What are the best practices/ways to implement EH in multi tier...
14
by: testcpp | last post by:
Hi experts, What's considered the best book to learn javascript? I searched this newsgroup but the postings are over five years old, so is there a good book to learn. I've searched Amazon and...
5
by: blisspikle | last post by:
I figure that someone good at dotnet can look at this and give me a clue on how to easily organize this code? If there is a unique identifier like "Publisher" with a bunch of "Book" that are...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
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.