IGOS Nusantara dan C Plus Plus: Perbedaan revisi
Dari IGNwiki
(←Membuat halaman berisi ' == Pasang == Lakukan # yum -y install gcc-c++ == Contoh Program == Simpan di /home/igos/cpp/coba.cpp #include <iostream> int main() { std::cout << "Hello...') |
(Tidak ada perbedaan)
|
Revisi per 27 Agustus 2014 01.13
Pasang
Lakukan
# yum -y install gcc-c++
Contoh Program
Simpan di /home/igos/cpp/coba.cpp
#include <iostream> int main() { std::cout << "Hello World!" << std::endl; return 0; }