jesusriles / Financial

1 stars 0 forks source link

Many functions shouldn't allow to modify their references arguments #10

Closed jesusriles closed 1 year ago

jesusriles commented 1 year ago

Many functions shouldn't allow to modify their references arguments. Check how this works and modify the functions.

jesusriles commented 1 year ago

Basically I must add const to the functions or to the arguments, but first I need to understand how this works.

jesusriles commented 1 year ago

Check "const memeber functions".