main.cpp
Server-Architecture-Firmware/main.cpp
#include <iostream>
using namespace std;
int main() {
int x = 5;
cout << "Hello, C++!" << "X = " << x << endl;
return 0;
}
相关文章
Armstrong.cpp
Armstrong.cpp — cpp source code from the Server-Architecture-Firmware learning materials (Server-Architecture-Firmware/Armstrong.cpp).
阅读文章 →MaxOfTwo.cpp
MaxOfTwo.cpp — cpp source code from the Server-Architecture-Firmware learning materials (Server-Architecture-Firmware/MaxOfTwo.cpp).
阅读文章 →RTTI.cpp
RTTI.cpp — cpp source code from the Server-Architecture-Firmware learning materials (Server-Architecture-Firmware/RTTI.cpp).
阅读文章 →console_input.cpp
console_input.cpp — cpp source code from the Server-Architecture-Firmware learning materials (Server-Architecture-Firmware/console_input.cpp).
阅读文章 →function.cpp
function.cpp — cpp source code from the Server-Architecture-Firmware learning materials (Server-Architecture-Firmware/function.cpp).
阅读文章 →manyifelse.cpp
manyifelse.cpp — cpp source code from the Server-Architecture-Firmware learning materials (Server-Architecture-Firmware/manyifelse.cpp).
阅读文章 →