Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
does someone know good literature for C/C++?
language: german/english
thanks
This is the classic treatsie ...
Smashing The Stack For Fun And Profitl
This one has an entire chapter on the subject.
This book from Jon Erickson:
Wikipedia has a great intro with pointers on what to read next.
The Shellcoder's Handbook: Discovering and Exploiting Security Holes
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a comprehensive pthread tutorial. I considered buying Programming with posix threads but this book seems is bit dated. Other online tutorials like this are very basic. Can someone please suggest a good and complete pthread tutorial.
Lawrence Livermore National Laboratory has an excellent tutorial at:
https://computing.llnl.gov/tutorials/pthreads/
The LLNL one is good but I also found http://randu.org/tutorials/threads/ which is for C but clearly written and very useful.
This should helpers:
http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have been interesting implementing Reflection in C++, I have a slapped together Reflection, but I am interested in seeing how others have it done. Does anyone know any tutorials, articles or sample code on how to do this?
http://lcgapp.cern.ch/project/architecture/ReflectionPaper.pdf
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to practice solving Object oriented design problems in C++.
Is there any online material with sample real world problems and solutions using design patterns ?
I searched but i couldn't get online material. Pls help me.
https://stackoverflow.com/questions/tagged/design
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking for a way to make distributed computing over a network (lan). Is there any good framework or a library for this purpose in C/C++.
Take a look at MPI.
Yes. Have you looked at MPI via e.g. Open MPI ?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Any good website?
Check this.
Beginners Tutorial
http://msdn.microsoft.com/en-us/library/ms235636(VS.80).aspx
This has a pretty good walkthrough. Good luck.
www.codeproject.com has good example.