Berlangganan

About Me


1.5 KOMPILASI

1.5 KOMPILASI

Untuk mengubah source code menjadi sebuah program, kita gunakan compiler. Setelah source code tercompile, terbentuklah sebuah file objek dengan ekstension “ .obj “. File “ .obj “ ini belum merupakan sebuah program executable. Untuk membentuk program executable linker harus dijalankan. Jika program executable sudah diperoleh,  walaupun di komputer anda tidak terinstall compiler C++ namun program masih tetap dapat dijalankan.
  Saat ini banyak compiler C++ yang berada di pasaran, contohnyaa   Borland C++, Turbo C++, Microsoft C++, C++ Builder, Visual C++ sampai pada compiler gratis seperti g++ di Unix.



Related Posts :

  • contoh 20 # include  <iostream.h> void main () {   int m = 166;     if(m == … Read More...
  • contoh 19 // contoh penggunaan if # include <iostream.h> void main() {     int usia; &… Read More...
  • contoh 18 # include <iostream.h> # include <conio.h> void main () {  int nilai;  clrsc… Read More...
  • contoh 17 // program untuk mempertukarkan nilai A dengan nilai B # include <iostream.h> void main () {… Read More...
  • contoh 21 # include <iostream.h> void main () {   int usia;   cout << "berapa usia and… Read More...

0 Response to "1.5 KOMPILASI"

Post a Comment