Click here to Skip to main content
15,891,529 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: is this trick working? Pin
AndyChisholm25-Apr-24 2:29
AndyChisholm25-Apr-24 2:29 
GeneralRe: is this trick working? Pin
Mike Hankey25-Apr-24 4:12
mveMike Hankey25-Apr-24 4:12 
GeneralRe: is this trick working? Pin
AndyChisholm25-Apr-24 5:28
AndyChisholm25-Apr-24 5:28 
GeneralRe: is this trick working? Pin
RainHat25-Apr-24 4:47
RainHat25-Apr-24 4:47 
GeneralRe: is this trick working? Pin
BernardIE531725-Apr-24 5:03
BernardIE531725-Apr-24 5:03 
GeneralK&R for C++? Pin
Salvatore Terress24-Apr-24 16:27
Salvatore Terress24-Apr-24 16:27 
GeneralRe: K&R for C++? Pin
Greg Utas24-Apr-24 16:53
professionalGreg Utas24-Apr-24 16:53 
GeneralRe: K&R for C++? Pin
k505424-Apr-24 17:53
mvek505424-Apr-24 17:53 
The direct comparison to K&R would be C++ Programming Language by Bjarne Stroustrup This is a 1300+ page book, so it's not something you can get through in an couple of days, which gives you some idea of the difference in size between C++ and C. The book is also more a reference, whereas K&R is almost tutorial in approach.

Alternatively, there's Accelerated C++ by Koenig and Moo That dives straight into the C++ programming with STL. I found it very aproachable and easy to read. My only concern with this book is that it is a bit dated, having been published in 2000, with no newer editions having been published, so additions from C++11...C++23 are not covered (shame!)

I know you don't want YouTube suggestions, but I think C++ Weekly with Jason Turner is worth a look. It's not a course, but he does cover some of the ins and outs of C++. Most videos are less than 20 minutes long, and can provide some insights as to why, for example, you might want to avoid using std::endl.
"A little song, a little dance, a little seltzer down your pants"
Chuckles the clown

GeneralRe: K&R for C++? Pin
honey the codewitch25-Apr-24 4:53
mvahoney the codewitch25-Apr-24 4:53 
GeneralRe: K&R for C++? Pin
Richard MacCutchan25-Apr-24 5:03
mveRichard MacCutchan25-Apr-24 5:03 
GeneralRe: K&R for C++? Pin
k505425-Apr-24 5:06
mvek505425-Apr-24 5:06 
GeneralRe: K&R for C++? Pin
honey the codewitch25-Apr-24 5:21
mvahoney the codewitch25-Apr-24 5:21 
GeneralRe: K&R for C++? Pin
jschell26-Apr-24 12:43
jschell26-Apr-24 12:43 
GeneralRe: K&R for C++? Pin
Amarnath S24-Apr-24 18:00
professionalAmarnath S24-Apr-24 18:00 
GeneralRe: K&R for C++? Pin
Richard MacCutchan25-Apr-24 1:26
mveRichard MacCutchan25-Apr-24 1:26 
GeneralRe: K&R for C++? Pin
Jeremy Falcon25-Apr-24 4:19
professionalJeremy Falcon25-Apr-24 4:19 
GeneralRe: K&R for C++? Pin
Richard MacCutchan25-Apr-24 4:44
mveRichard MacCutchan25-Apr-24 4:44 
GeneralRe: K&R for C++? Pin
Jeremy Falcon25-Apr-24 5:09
professionalJeremy Falcon25-Apr-24 5:09 
GeneralRe: K&R for C++? Pin
Maximilien25-Apr-24 2:41
Maximilien25-Apr-24 2:41 
GeneralRe: K&R for C++? Pin
Mircea Neacsu25-Apr-24 2:53
Mircea Neacsu25-Apr-24 2:53 
GeneralRe: K&R for C++? Pin
Jeremy Falcon25-Apr-24 4:16
professionalJeremy Falcon25-Apr-24 4:16 
JokeRe: K&R for C++? Pin
jeron125-Apr-24 4:34
jeron125-Apr-24 4:34 
GeneralRe: K&R for C++? Pin
Jeremy Falcon25-Apr-24 5:08
professionalJeremy Falcon25-Apr-24 5:08 
GeneralRe: K&R for C++? Pin
Richard MacCutchan25-Apr-24 4:46
mveRichard MacCutchan25-Apr-24 4:46 
GeneralRe: K&R for C++? Pin
0x01AA25-Apr-24 8:27
mve0x01AA25-Apr-24 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.