IGOS Nusantara dan C Plus Plus
Dari IGNwiki
Revisi per 27 Agustus 2014 01.13 oleh Ns (bicara | kontrib) (←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...')
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; }