Sinau Coding
Contoh Source Code Program Komputer Java dan C/C++
(Move to ...)
Home
The Mukidi's Code
▼
Contoh Program C++: STL List dan String
›
#include "iostream.h" #include "list" // list class library #include "string" // string class library using...
Contoh Program C++: Standard Template Library
›
STL singkatan dari Standard Template Library. Compiler C++ telah menyediakan library khusus untuk menampung beberapa template yang memang se...
Contoh Program C++: Template
›
Dilihat dari aspek manfaatnya, pembuatan template hampir sama dengan function overloading. Cukup dipanggil satu yang sama, namun bisa menang...
1 comment:
Contoh Program Java: Membaca Isi File Teks
›
import java.io.*; public class baca_file { public static void main(String arg[]) { String file = "c://program1.txt"; //lokasi ...
Contoh Program C++: OOP Rekening Bank
›
#include "iostream.h" #include "string.h" #include "stdlib.h" struct deposit { double nominal; struct deposi...
14 comments:
‹
›
Home
View web version