Koleksi Kode Sumber (14) : MINIX (2) – Perintah basename
[sourcecode language=”cpp”] /* basename – print the last part of a path: Author: Blaine Garfolo */ [/sourcecode] [sourcecode language=”cpp”] #define NULL 0 main(argc,argv) int argc; […]
[sourcecode language=”cpp”] /* basename – print the last part of a path: Author: Blaine Garfolo */ [/sourcecode] [sourcecode language=”cpp”] #define NULL 0 main(argc,argv) int argc; […]
[sourcecode languange=”cpp”] /* ar – archiver Author: Michiel Huisjes */ /* * Usage: ar [adprtvx] archive [file] … * v: verbose * […]
[sourcecode language=”cpp”] #include<stdio.h> int main(void) { char st[100]; printf("Masukkan sebaris kalimat apa saja : "); gets(st); /*TIDAK DIREKOMENDASIKAN */ printf("%s \n",st); return 0; } [/sourcecode]
[sourcecode language=”cpp”] #include<stdio.h> int main(void) { int n; scanf("%d",&n); printf("%d \n",n); return 0; } [/sourcecode]
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: : : : TITLE: Calculate Latitude and Longitude from Rate Center V&H in C : : : : This function calculates the latitude […]
Menghitung jarak absolut dan relatif antara titik-titik berbeda Adaptasi oleh : Reza Ervani /* this program finds the absolute and relative distance between the different […]
[Koleksi Kode Sumber C] (8) : Menghitung luas dan keliling sebuah lingkaran /* P-2.2 */ /* Calculate the area and circumference of a circle […]
[sourcecode languange=”cpp”] /* * Test me with: * gcc -o combo2 combo2.c $(pkg-config –cflags –libs gtk+-2.0) && ./combo2 */ [/sourcecode]
[sourcecode language=”cpp”] /* * Compile with: * gcc -o helloworld helloworld.c `pkg-config –cflags –libs gtk+-2.0` * */ [/sourcecode]
Menghitung Waktu Sholat dengan C Menghitung Waktu Sholat dengan C adalah bagian Dari Koleksi Kode Sumber C /************************************************************************ * $Id: prayer.c 2186 2009-03-09 14:19:57Z thamer […]
Copyright © 2024 | WordPress Theme by MH Themes