Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #1503

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Programming Languages/C++/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,26 @@ Writing to Files File Streams input and output operations in C++.</td>
</tr>
</table>

### Books
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://drive.google.com/file/d/163kA7b6tT4cpZuXixD0EH5VUjWLQlFqT/view?usp=sharing">C++ Books for Begineers</td>
<td>Any Absolute begineer can go with this book</td>
</tr>
<tr>
<td><a href="https://drive.google.com/file/d/1yVgbn0KVI5J_hUnfRU2tniZKEO3NJRGc/view?usp=sharing">DSA BY LOVE BABBAR</td>
<td>DSA book from scratch to advanced </td>
</tr>
<tr>
<td><a href="https://drive.google.com/file/d/163kA7b6tT4cpZuXixD0EH5VUjWLQlFqT/view?usp=sharing">DSA SUPREME </td>
<td>concepts with theory and code</td>
</tr>
</table>

### Interview Preparation
> Here are some resources which can help you to prepare for C++ interview rounds

Expand Down
Loading