Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 4.05 KB

PreJunior.md

File metadata and controls

48 lines (23 loc) · 4.05 KB

👽 Pre-Junior

😇 Motivation and experience

  • Chad Fowler - Passionate Programmer

    The book is a classic in the motivation genre for beginners. Chad Fowler shares his experience on how to become a professional programmer and navigate the IT industry.

📊 Computer Science

📝 C++

  • Stephen Prata - C++ Primer Plus

    The book is an excellent starting point for people who are just beginning their journey in the world of C++. No prior knowledge is required to get started. The book also includes a list of exercises that can help you gain hands-on experience and a deeper understanding of the basics of C++.

  • Stanley Lippman - C++ Primer

    This book is a great complement to the previous one. It's recommended to use it in parallel with Prata's book. Finding a balance between these books is advised, as the information is presented differently. Mixing information from both books will help to better understand various topics and aspects of the language.

  • Andrew Koenig - Accelerated C++: Practical Programming by Example

    This book is an excellent choice for beginners. Each chapter provides a comprehensive description of different foundational aspects of the language. Upon completion of each chapter, the reader is offered a set of exercises to practice and reinforce their understanding. The book covers the most fundamental topics that can be applied in future studies of new language mechanisms. It is recommended to read this book after studying Prata's or Lippman's books or alongside them.

🔌 Hard skills

  • MSDN

    If you are just starting on your learning journey, it is recommended to begin practicing and doing exercises in the IDE Microsoft Visual Studio (Community Edition). It is currently one of the most user-friendly IDEs for beginners, both in terms of installation and usage, and it's completely free! This will allow you to focus on the language and not be burdened by the development environment. A helpful guidebook on MSDN explains the steps to install Visual Studio, create your first console project, and implement your first application.


Go back | To main page