Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このようなコードでセグメンテーション違反が発生する理由に興味がありました
square->type=start.type
それらは同じ型の構造体であり、square はポインターであり、start はそうではありません。start.type の値は、square が指している type セクションにコピーされると思いました。
誰かがセグメンテーション違反の背後にある理由を説明できますか?