Runtime error: Addition of unsigned offset. Am I going out of bounds somewhere?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Rcpp

    Seamless R and C++ Integration

  • I was so happy when had to use C to write an optimized numerical routine that was just too slow in native R and Python, as well as when I worked on a project using OpenCV, which gave me the chance to use C++. However, most of the time, my clients want me to use Ror Python. Incidentally, if you're interested in R but don't know much about it, the Rcpp project is incredible!

  • build-your-own-x

    Master programming by recreating your favorite technologies from scratch.

  • I can recommend https://www.learncpp.com/ if you want to go down that path. You'll probably be able to rush through a lot since you already know how to compile, declare variables, loops, etc but you might want to check it out anyway - it's quite good and uses C++17 as the base. For what code to write I'm sure you can come up with your own projects, otherwise https://adventofcode.com/ is a lot of fun or pick something from https://github.com/codecrafters-io/build-your-own-x .

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)

  • I can recommend https://www.learncpp.com/ if you want to go down that path. You'll probably be able to rush through a lot since you already know how to compile, declare variables, loops, etc but you might want to check it out anyway - it's quite good and uses C++17 as the base. For what code to write I'm sure you can come up with your own projects, otherwise https://adventofcode.com/ is a lot of fun or pick something from https://github.com/codecrafters-io/build-your-own-x .

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts