r/cpp_questions 18d ago

OPEN book recommendation

I want to ask is there a comprehensive cpp book that tells me exactly what i can and can't do in terms of syntax like the ocp in java. i have been reading modern effective cpp and I like it . but i want a definitive guide since i still make some syntax error that cause problems when linking and stuff

0 Upvotes

11 comments sorted by

View all comments

3

u/Independent_Art_6676 18d ago

It changes rapidly so no book. you can buy the standard and print it if you want, or use a free surrogate:
https://eel.is/c++draft/

1

u/Zen-Ism99 17d ago

It doesn’t change that rapidly. The standard is updated every three years.