Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

advanced c or c++ book [closed]

what is the most advanced c or c++ book you ever read? i am asking this because i already read lots and lots of books on c and c++ on a lot of topics including (object oriented programming-data structures and algorithms-network programming-parallel programming (MPI-PThreads-OpenMP-Cilk-Cuda)-boost library....). So whats next. I still want to advance.. especially in c.

like image 990
scatman Avatar asked Feb 21 '10 18:02

scatman


People also ask

What is advanced level of C?

This course is intended to expose the intermediate level C Programmer to advanced concepts. Concepts include advanced pointer usage, dynamic memory allocation and deallocation, advanced input/output, exception handling and advanced techniques and pitfall avoidance.

Is the C programming language book outdated?

The book was central to the development and popularization of the C programming language and is still widely read and used today.

What is difference between C and advanced C?

Advanced C is actually Embedded C, which involves few extra operators called bitwise operators which do bitwise manupulation of operands like right/left shift, bitwise logical ANDing, ORing, XORing etc, that's all. Rest everything is same as C. It is extensively used in developing Embedded Systems & IoT programmingi.

Which book is best for learning C?

C: The Complete Reference By Herbert Schildt This is one of the best books for learning C for both beginner and advanced level programmers.


1 Answers

Scott Meyers:

  • Effective C++
  • More Effective C++
  • Effective STL
like image 87
erenon Avatar answered Oct 24 '22 21:10

erenon