提问者:小点点

C++中的动态对象与非动态对象[重复]


您希望何时使用动态分配的对象,如https://leetcode.com/problems/design-twitter/,

    PostTweet(userId.tweetId)/li> GetNewsFeed(userId)/li> follow(followerId.followeId)/li> unfollow(followerId.followeeId)/li>

[即指向新对象的指针]

或者a(statics?)对象,如https://leetcode.com/problems/flatten-nested-list-iterator/:

[ie标准对象初始化]


共1个答案

匿名用户

如果您事先不知道需要多少对象,或者对象实例需要在用户之间共享,则通常动态分配对象。另外,不要使用,而是使用

相关问题


MySQL Query : SELECT * FROM v9_ask_question WHERE 1=1 AND question regexp '(c++|中|动态|对象|非|动态|对象|重复)' ORDER BY qid DESC LIMIT 20
MySQL Error : Got error 'repetition-operator operand invalid' from regexp
MySQL Errno : 1139
Message : Got error 'repetition-operator operand invalid' from regexp
Need Help?