Getting Started with Cpp - YashasKamath/IECSE-Summer-Bootcamp-2022 GitHub Wiki
Getting Started with C++
Resources
- https://www.educative.io/blog/c-is-a-good-first-language-to-learn
- https://www.hackerrank.com/domains/cpp
- https://www.geeksforgeeks.org/c-plus-plus/
- https://youtu.be/EvYmTCx9BFs - Pointers
- https://youtu.be/vLnPwxZdW4Y - C++ Crash Course
Getting Started with Java
Resources
- https://youtube.com/playlist?list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q - Java Complete Course
- https://www.hackerrank.com/domains/java - Java Basics
Checklist
After going through all the resources, make sure you're clear with the following topics:
- Datatypes and Operators
- Loops and their applications (for, while, do while)
- Conditionals (If else.....)
- Functions
- Arrays and Vectors (important)
- Strings
- Pointers and Iterators (important)
- Basic C++ inbuilt functions
Setup and Installation
- https://code.visualstudio.com/docs/cpp/config-mingw
- https://youtu.be/j8nAHeVKL08 - C++ Enviroment Setup and VSCode Installation
Bonus Task
Try solving the following questions if you're done with the basics