From 16f90b6f13d74011f3e0c71dd8f7c3cfdf9087cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20T=C3=B3th?= Date: Tue, 8 Dec 2015 16:56:22 +0200 Subject: [PATCH] Removal of tutorialspoint.com C++ interview questions The tutorialspoint.com link of the C++ interview questions is pretty outdated and mostly not even relevant for actual interviews. Also, it has 2-3 mistakes in the answers. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 51088bf..6fecc93 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,6 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li ### C++ -* [C++ Interview Questions that have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of C++](http://www.tutorialspoint.com/cplusplus/cpp_interview_questions.htm) * [6 Essential C++ Interview Questions from top 3% developers company](http://www.toptal.com/c-plus-plus/interview-questions) * [200 C++ interview questions and answers](http://www.careerride.com/C++-Interview-questions-Answer.aspx) * [C++ Interview Questions from GeekInterview](http://www.geekinterview.com/Interview-Questions/Languages/C-Plus-Plus)