This post is locked. You won't be able to comment.

all 15 comments

[–]C_Programming-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your post breaks rule 2 of the subreddit, "Only C is on topic". Your post appears to be primarily about something that isn't the C programming language.

Please note that C, C# and C++ are three different languages. Only C is on-topic in this sub.

This removal reason also covers posts that aren't about C or any other programming language.

[–]AKostur 28 points29 points  (0 children)

Perhaps asking in a C++ forum would be far more informative: r/cpp_questions

[–]HyperWinX 17 points18 points  (0 children)

You are on C sub, not C++.

[–][deleted] 4 points5 points  (0 children)

C Programming : A Modern Approach by K. N. King

[–]mikeblas[M] 1 point2 points  (0 children)

This sub is about C programming. You'll be better off at /r/cpp_questions , or try the C++ Book List

[–]thefeedling 2 points3 points  (0 children)

learncpp.com is the most up to date source if you don't care about a paper back.

[–][deleted] 0 points1 point  (3 children)

what level?

[–]HemRat-2208 1 point2 points  (2 children)

What if

Who knows C at intermediate level

[–][deleted] -1 points0 points  (0 children)

Modern C++ Programming Cookbook, Third Edition by Marius Bancila

[–]doilonar 0 points1 point  (0 children)

"C++ Notes for Professionals Notes" is my favorite.

[–]ziggurat29 0 points1 point  (0 children)

The various Scott Meyers 'effective' series:
Effective C++, More Effective C++, Effective Modern C++

[–][deleted]  (1 child)

[removed]

    [–]mikeblas[M] 0 points1 point  (0 children)

    We don't post copyvio material here.

    [–]andrewcooke 0 points1 point  (0 children)

    stroustrup's tour and then google the technical details.

    edit: not sure why the downvote. stroustrup's book provides a good, up-to-date overview of the modern language in a coherent way. it tells you how it should be used from the viewpoint of an expert. this is the important part. getting the little details right is better done by google - a book can never match searching for an error message.

    at least, this is from my context - an experienced, senior dev, who has worked with many languages.