Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 47
http://idgs.in/32108
  1. #31

    Join Date
    Oct 2007
    Posts
    2
    Points
    2.20
    Thanks: 0 / 0 / 0

    Default

    Quote Originally Posted by produkgagal2 View Post
    emg mau di bikin pake bhs apa c/c++/vb/java?

    yg jelas dong!! terus bikinnya di pilih salah satunya(pake for,do,do..while) atau di buat dalam 3 versi tadi?

    buat nya pakai bhsa c... pki for...^
    thx...

  2. Hot Ad
  3. #32
    dark_messenger's Avatar
    Join Date
    Oct 2006
    Location
    Another Dimension
    Posts
    4,279
    Points
    5,847.84
    Thanks: 10 / 6 / 6

    Default

    Quote Originally Posted by Daniel_Forte View Post
    buat nya pakai bhsa c... pki for...^
    thx...
    itu uda diatas cm tinggal robah logicnya aja...
    masa harus di dikte semua?
    "Ye of detestible name and virtue.. false apostle; thou art bayed back to the abyss!"
    "Hark, lightning that rides within the ashen depths; descend down as a storm upon my foes!"
    "If ye shall accept the benedictions of beauty, then yea; let these chains of aster surround thee!"
    "No mercy for the damned; thus, thou has no escape from the grasp of catastrophe"


    ID BattleNet Indogamers PRO/Public/Evolution/Free : dark_messenger

  4. #33
    Trademaks's Avatar
    Join Date
    Oct 2006
    Location
    Indonesia
    Posts
    1,946
    Points
    3,106.70
    Thanks: 3 / 3 / 3

    Default

    Quote Originally Posted by trogdor View Post
    Masa JSP kurang diminati sih? Coba lihat ini ada beberapa site yang pake JSP (yang aku apal aja yah =P):
    http://www.cnn.com/
    http://www.cnbc.com/
    http://www.hi5.com/
    http://www.apple.com/
    http://www.motorola.com/

    Site provider GSM three di Indonesia (http://www.three.co.id/) juga pake JSP dengan Platform BEA WebLogic.

    Dan kalo ga salah, om dono bulan lalu abis dikirimin 2 server Solaris.



    Bukannya mendingan kuasain konsep object orientednya dulu yah?
    Karena di Java "Everything is an object." (CMIIW, saya bukan Java freak.) =)
    brb siapkan WinHTTrack , sedot websitenya..

    dan pelajari source code ..

  5. #34
    Lysander's Avatar
    Join Date
    Feb 2007
    Posts
    343
    Points
    733.25
    Thanks: 1 / 7 / 7

    Default

    Quote Originally Posted by dark_messenger View Post

    1) Persegi Panjang

    Code:
    void main()
    {
    	// declaration
    	int input = 0;
    	int defX = 0;
    	int defY = 0;
    
    	// input & validasi
    	while (input < 3) {
    		scanf("%d", &input);
    		clrscr();
    	}
    
    	// bujur sangkar
    	for(i = 0; i < input; i++) {
    		gotoxy(defX + i, defY);
    		printf("*");
    		gotoxy(defX + i, defY + input);
    		printf("*");
    		gotoxy(defX, defY + i);
    		printf("*");
    		gotoxy(defX + input, defY + i);
    		printf("*");
    	}
    }
    bukan persegi panjang kali... bujur sangkar

    2) Nama Hari

    Code:
    void main()
    {
    	// declaration
    	char hari[] = {"Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"};
    	int input = 0
    
    	// input & validasi
    	while (input < 1) {
    		scanf("%d", &input);
    		clrscr();
    	}
    
    	// show
    	for (i = 1; i < input; i++) {
    		printf("%s ", hari[i%7]);
    	}
    }
    yg ke dua gua lupa stringnya gimana pokoknya kira2 begitu dhe... logicnya...

    di test dulu aja kl ada yg error ksh tau gua...
    gua ga bs testing wnet neh...
    itu yang ke dua kalo gak salah pake switch() dech kalo gak salah.
    yang pake case2 gitu.

  6. #35
    dark_messenger's Avatar
    Join Date
    Oct 2006
    Location
    Another Dimension
    Posts
    4,279
    Points
    5,847.84
    Thanks: 10 / 6 / 6

    Default

    Quote Originally Posted by Lysander View Post
    itu yang ke dua kalo gak salah pake switch() dech kalo gak salah.
    yang pake case2 gitu.
    boleh aja kl u bisa dari logic nya tinggal di rubah dikit ...
    "Ye of detestible name and virtue.. false apostle; thou art bayed back to the abyss!"
    "Hark, lightning that rides within the ashen depths; descend down as a storm upon my foes!"
    "If ye shall accept the benedictions of beauty, then yea; let these chains of aster surround thee!"
    "No mercy for the damned; thus, thou has no escape from the grasp of catastrophe"


    ID BattleNet Indogamers PRO/Public/Evolution/Free : dark_messenger

  7. #36

    Join Date
    Nov 2007
    Location
    Bandung aje
    Posts
    8
    Points
    9.80
    Thanks: 0 / 0 / 0

    Default

    Bos...dulu gw perna blajar programming dikit...masi cupu,hehe dulu gw sempet blajar clipper,basic ma visual basic en foxpro...cuman gr2 sibuk jd terpaksa ditinggal...hehehe

    Nah sekarang gw jd tertarik belajar lg,,,mendingan blajar ape yeh???yg umum dpake skrg gt...hahaha

  8. #37
    dark_messenger's Avatar
    Join Date
    Oct 2006
    Location
    Another Dimension
    Posts
    4,279
    Points
    5,847.84
    Thanks: 10 / 6 / 6

    Default

    Quote Originally Posted by Ebi Furai View Post
    Bos...dulu gw perna blajar programming dikit...masi cupu,hehe dulu gw sempet blajar clipper,basic ma visual basic en foxpro...cuman gr2 sibuk jd terpaksa ditinggal...hehehe

    Nah sekarang gw jd tertarik belajar lg,,,mendingan blajar ape yeh???yg umum dpake skrg gt...hahaha
    coba c# ato java aja...
    kalo mo web coba php yg gampang2 mah
    "Ye of detestible name and virtue.. false apostle; thou art bayed back to the abyss!"
    "Hark, lightning that rides within the ashen depths; descend down as a storm upon my foes!"
    "If ye shall accept the benedictions of beauty, then yea; let these chains of aster surround thee!"
    "No mercy for the damned; thus, thou has no escape from the grasp of catastrophe"


    ID BattleNet Indogamers PRO/Public/Evolution/Free : dark_messenger

  9. #38

    Join Date
    Apr 2007
    Posts
    40
    Points
    63.10
    Thanks: 0 / 0 / 0

    Default

    gile kk jago bgt.... bisa codingannya banyak banget.....

  10. #39

    Join Date
    Apr 2007
    Posts
    40
    Points
    63.10
    Thanks: 0 / 0 / 0

    Default

    eh apa ni ada binus2an??

  11. #40
    hurtz's Avatar
    Join Date
    Oct 2006
    Posts
    86
    Points
    113.40
    Thanks: 0 / 0 / 0

    Default

    alo kk mau tanya ttg VB + SQL Server dunk..
    Pernah gunain SQLDMO ga ?
    aku lagi buat program buat backup and restore database using SQLDMO itu
    tapi masih belum berhasil , ada contoh or referensi ?

    -Tq-

  12. #41
    Halassar's Avatar
    Join Date
    Jan 2008
    Location
    In Every Girl's Heart
    Posts
    197
    Points
    219.20
    Thanks: 0 / 0 / 0

    Default

    kk nanya buku referensi yang gampang dimengerti donk...
    buat java objeck oriented,
    C++ pemula banget <cuma bisa buat hello world ampe sekarang>,
    sama VB.net yang paling mula sekale...

    gw cuma ngerti program super dikit... hiQQ <cita-cita ingin jadi programmer terkenal>

    tolong kasih buku referensi yang super bisa dimengerti yah...maklum IQ dibawah standart -_-"

  13. #42
    H-Boy's Avatar
    Join Date
    Oct 2006
    Posts
    229
    Points
    115.90
    Thanks: 0 / 17 / 5

  14. #43
    rulez's Avatar
    Join Date
    Feb 2008
    Location
    Bandung
    Posts
    2,011
    Points
    2,416.90
    Thanks: 1 / 0 / 0

    Default

    emm..

    um dark klo properties dari picture box di buat transparan ke pricture box lagi gmn caranya? properties apa yg di ubah?

    transparan nya dari picture box ke picture box lagi, bukan picture box transparan ke form.

    btw C# language nie..

    thx.

  15. #44
    dark_messenger's Avatar
    Join Date
    Oct 2006
    Location
    Another Dimension
    Posts
    4,279
    Points
    5,847.84
    Thanks: 10 / 6 / 6

    Default

    tuh url ada semua dari si hom*boy...
    bisa tanya dia jg soal coding2an...

    Quote Originally Posted by rulez View Post
    emm..

    um dark klo properties dari picture box di buat transparan ke pricture box lagi gmn caranya? properties apa yg di ubah?

    transparan nya dari picture box ke picture box lagi, bukan picture box transparan ke form.

    btw C# language nie..

    thx.
    u pake FW apaan?
    kl dulu gua pake c# uda fw buatan orang... soalnya properties nya beda2...
    jarang pake dot net fw nya... kecuali komponent2 biasa...

    coba cari frame ato apa gt yg berbau2 frame trus pilih no/transparant
    "Ye of detestible name and virtue.. false apostle; thou art bayed back to the abyss!"
    "Hark, lightning that rides within the ashen depths; descend down as a storm upon my foes!"
    "If ye shall accept the benedictions of beauty, then yea; let these chains of aster surround thee!"
    "No mercy for the damned; thus, thou has no escape from the grasp of catastrophe"


    ID BattleNet Indogamers PRO/Public/Evolution/Free : dark_messenger

  16. #45
    rulez's Avatar
    Join Date
    Feb 2008
    Location
    Bandung
    Posts
    2,011
    Points
    2,416.90
    Thanks: 1 / 0 / 0

    Default

    FW 2.0 aja..

    dah wa coba lah klo properties yg biasa dibuat transparan.. itu berlaku transparan ke form
    klo ke control macem panel, textbox itu ga bisa..
    hrs pk coding ktnya..

    ada pencerahan ? ^^

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •