Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-24-2013, 11:18 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Programming › C / C++ v
« Previous 1 ... 11 12 13 14 15 Next »

Black Calculator Version 1.0

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
Black Calculator Version 1.0
11-26-2010, 07:46 PM
Post: #1
./blacknotes Offline
./Admiral of Devilzc0der
Posts: 2,071
Joined: Jul 2010
Reputation: 101
Black Calculator Version 1.0
Assalamualaikum Wr. Wb
Salam devilzc0der mantap

Disini ane numpang majang codingan newbie ;prustasi
Abis belajar c dah 1 minggu baru bisa bt calculator yg standart + - * sama / dead

ini juga ane terimakasi sama om ian182 yg udh share ebook basic c di thread ini mantap

ok ini langsung aja dari ane source codenya
Code:
// Open source bebas di modidikasi :)
// Asalkan mencantumkan Pencipta Awal atau Nama Team "devilzc0de"
// Visit me http://devilzc0de.org and http://securityvist.org
// Thank's to    : All member devilzc0de and All Member Activist Security
#include<stdio.h>
main ()
{
    printf ("[*] Name App        : Black Calculator Version 1.0\n");
    printf ("[*] My Team        : Devilzc0de-Team\n");
    printf ("[*] Website        : http://devilzc0de.org\n\n\n");
    float black , notes ;
    char ganteng ;
    printf ("[*] First Number : ");
    scanf ("%f",&black);
    printf ("[*] Enter Mark : ");
    getchar () ;
    scanf ("%c",&ganteng);
    printf ("[*] Second Number : ");
    scanf ("%f",&notes);
     if ( ganteng == '+')
        printf ("\n[*] Hasilnya = %5.3f\n\n\n\n\n",black+notes);
    else if ( ganteng == '-')
        printf ("\n[*] Hasilnya = %5.3f\n\n\n\n\n",black-notes);
else if ( ganteng == '*')
        printf ("\n[*] Hasilnya = %5.3f\n\n\n\n\n",black*notes);
else if ( ganteng == '/')
        printf ("\n[*] Hasilnya = %5.3f\n\n\n\n\n",black/notes);
    else
        printf ("\n[*] Anda Jelek Saya Ganteng !\n\n\n\n\n");
}

maaf ya om belum lengkap calculatornya ;prustasi
insya allah kedepan saya bisa lebih baik lagi hmm

ini juga mau belajar bt rumus2 matematika dasar hmm

salam devilzc0der
Wassalamualaikum Wr. Wb

NB : Open source bebas di modidikasi mantap
Visit this user's website Find all posts by this user
Quote this message in a reply
 Reputed by :  grey(+1)
11-26-2010, 11:48 PM
Post: #2
aciz a.k.a n1nj4 Offline
./Devilz Officer
Posts: 190
Joined: Oct 2010
Reputation: 47
RE: Black Calculator Version 1.0
mantap
Visit this user's website Find all posts by this user
Quote this message in a reply
11-27-2010, 12:35 PM
Post: #3
Robzstaizer Offline
./Devilz 1st Cadet
Posts: 3
Joined: Nov 2010
Reputation: 0
RE: Black Calculator Version 1.0
Nice share gan.... THX...,,, Izin copas gan,,, boleh yah.... hhee ^_^
Find all posts by this user
Quote this message in a reply
11-27-2010, 12:46 PM
Post: #4
vhyVizz Offline
Moderator
**
Moderators
Posts: 2,862
Joined: Apr 2010
Reputation: 39
RE: Black Calculator Version 1.0
wow mantap
Find all posts by this user
Quote this message in a reply
11-29-2010, 12:53 AM
Post: #5
./blacknotes Offline
./Admiral of Devilzc0der
Posts: 2,071
Joined: Jul 2010
Reputation: 101
RE: Black Calculator Version 1.0
(11-26-2010 11:48 PM)aciz a.k.a n1nj4 Wrote:  mantap

masih newbie om dead
mewek mewek mewek
(11-27-2010 12:35 PM)Robzstaizer Wrote:  Nice share gan.... THX...,,, Izin copas gan,,, boleh yah.... hhee ^_^

monggo om smiley_beer
(11-27-2010 12:46 PM)vhyVizz Wrote:  wow mantap

ribet apanya yg mantap



All masuk juga disini Planet source Code
hmm hmm hmm
Visit this user's website Find all posts by this user
Quote this message in a reply
11-29-2010, 07:46 PM
Post: #6
vhyVizz Offline
Moderator
**
Moderators
Posts: 2,862
Joined: Apr 2010
Reputation: 39
RE: Black Calculator Version 1.0
(11-29-2010 12:53 AM)./blacknotes Wrote:  
(11-27-2010 12:46 PM)vhyVizz Wrote:  wow mantap

ribet apanya yg mantap

apa aja boleh :P hmm
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-24-2013, 11:18 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE