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

C/C++言語の難かしい点(ポインター) #60

Open
Chronoss0518 opened this issue Oct 19, 2024 · 0 comments
Open

C/C++言語の難かしい点(ポインター) #60

Chronoss0518 opened this issue Oct 19, 2024 · 0 comments
Labels
_All_Library This Tag in All Library documentation Improvements or additions to documentation Feature 将来的に実装したい物 pending this issue is pending

Comments

@Chronoss0518
Copy link
Owner

概要

  • ユーザーから入力された値を保持するとき、入力以降も利用する場合はポインターなどを保持するようにしている
  • 上記の関係上freeやdeleteをされるとその対象を確認できなくなってしまう。
  • スマートポインターの利用で回避可能だが、フリースタンディング環境にしようとすると難しくなる

将来的に

  • 引数で受け取ったポインターは将来的にダブルポインタ(**)で保持するようにする
@Chronoss0518 Chronoss0518 added documentation Improvements or additions to documentation pending this issue is pending Feature 将来的に実装したい物 _All_Library This Tag in All Library labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
_All_Library This Tag in All Library documentation Improvements or additions to documentation Feature 将来的に実装したい物 pending this issue is pending
Projects
None yet
Development

No branches or pull requests

1 participant