C++....!!!!!
4 posters
Page 1 of 1
C++....!!!!!
Alo just share aja
Silahkan di compile sendiri.....dengan lcc juga oke....or C.
gearboxxx
- Code:
#include <stdio.h>
#include <stdlib.h>
char *binString(int value);
void main()
{
char value[8];
int v;
printf("Masukkan sebuah Nilai,0 to 32000:");
gets(value);
v=atoi(value);
printf("Nilai desimalnya adalah %i\n",v);
printf("Nilai hexadesimalnya adalah %4X\n",v);
printf("Nilai Binarynya adalah %s\n",binString(v));
}
char *binString(int value)
{
static char bin [17];
int index;
for(index=0;index<16;index++)
{
if(value & 0x8000)
bin[index]='1';
else
bin[index]='0';
value=value<<1;
}
bin[16]=0x00;
return(bin);
}
Silahkan di compile sendiri.....dengan lcc juga oke....or C.
gearboxxx
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
mw tny dunk ??
oiii ... siapa aja ... plis jwb yak ... hhe ...
klo factorial ntu trmasuk k bruteforce gag yak ??
klo factorial ntu trmasuk k bruteforce gag yak ??
Shidiq- Posts : 1
Join date : 2009-10-17
Re: C++....!!!!!
Shidiq wrote:oiii ... siapa aja ... plis jwb yak ... hhe ...
klo factorial ntu trmasuk k bruteforce gag yak ??
lah emg yang kemarin w kasih salah diq ???
Re: C++....!!!!!
sinax89 wrote:
lah emg yang kemarin w kasih salah diq ???
yang dikasi tau gak salah, yang ngase tau nya kali yang salah
vailo- Posts : 137
Join date : 2009-10-18
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Mon Mar 20, 2017 9:17 pm by fitch65221023
» Tag Heuer Gets A Taste
Mon Mar 20, 2017 9:11 pm by fitch65221023
» U.s. Remains World's Top Platinum Watch Market
Wed Dec 28, 2016 8:54 pm by fitch65221023
» The U.S. platinum watch market saw some other notable trends
Wed Dec 28, 2016 8:50 pm by fitch65221023
» Do You Love Luxury Panerai Watches?
Wed Dec 28, 2016 8:46 pm by fitch65221023
» Aqua Master Watches for this Christmas Season
Wed Dec 28, 2016 8:40 pm by fitch65221023
» A Guide To Womens Watches: Styles And Types
Thu Nov 10, 2016 9:25 pm by fitch65221023
» Aqua Master Diamond Watches For Women
Thu Nov 10, 2016 9:09 pm by fitch65221023
» A Luxury Watch To Celebrate Achievements
Mon Sep 12, 2016 10:03 pm by fitch65221023