gpt4 book ai didi

java - 将 Java 转换为 C++

转载 作者:太空宇宙 更新时间:2023-11-04 12:22:43 28 4
gpt4 key购买 nike

我是 C++ 的新手,所以我在将其转换为 C++ 时遇到了问题。有没有我可以看到 C++ arraylist 外观的示例。我知道 java 有几个可以制作的类,但在 C++ 中如何制作它们是否都在一个 .cpp 文件下。

public class Main {
public static void main(String[] args) {

Inventory netFlix = new Inventory();

netFlix.add( "Prince of Persia", 140);
netFlix.add( "Clash of Titans", 223);
netFlix.add( "Avatar", 353);
netFlix.add( "Inception", 460);
netFlix.add( "Resident Evil", 105);
netFlix.add( "Devil", 624);
netFlix.add( "Memento", 117);
netFlix.add( "D2: The Mighty Ducks", 508);
netFlix.add( "The Lord of the Rings",910);
netFlix.add( "The Uninvited", 120);

最佳答案

vector 可能是您的 friend 。看这里:http://www.cplusplus.com/reference/stl/vector/vector/

关于java - 将 Java 转换为 C++,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4093183/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com