c++代码是错误的

C++ code is wrong

本文关键字:错误 代码 c++      更新时间:2023-10-16

我用PHP写了几个星期的代码,但现在我想学习c++。

这是我的代码:

$variable = 16;
std::cout << variable;

这是怎么回事?

    使用谷歌
  1. 在c++中,你必须定义一个变量的类型。
  2. 查找c++教程,有很多。
  3. 使用谷歌