Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
http://idgs.in/249387
  1. #16
    dexdim's Avatar
    Join Date
    Feb 2008
    Location
    $sudo rm -rf /
    Posts
    12,373
    Points
    -65.84
    Thanks: 290 / 301 / 244

    Default

    wah brarti gw noobz...

    gw kira VB itu kek Delphi ato macamnya

    @saladin tQ banget...

    Tapi kok spread yah
    Last edited by dexdim; 13-11-09 at 12:42.
    Manjaro KDE

  2. Hot Ad
  3. #17
    Saladin's Avatar
    Join Date
    Oct 2006
    Location
    Liverpool!Tidak terima barter cendol!
    Posts
    2,646
    Points
    0.65
    Thanks: 25 / 42 / 35

    Default

    berarti udah pernah..hahaha ya sudahlah nevermind
    I LOVE LIVERPOOL

    Quote Originally Posted by Someone with red heart
    There's only two kinds of men in this world
    Liverpool family and the others
    LIRIK YNWA

  4. #18
    -[nVc]-Kairxa's Avatar
    Join Date
    Feb 2008
    Location
    Negai no kara basho ni
    Posts
    2,215
    Points
    2,080.81
    Thanks: 101 / 91 / 48

    Default

    VB != Visual Studio yang ada C++ itu kan Visual Studio

    VB lebih simple, tapi kalo belajarnya dari sana, keknya agak sulit kalo mau pindah ke java dan atasnya
    Gw merasa Civilization V adalah game yang bodoh.

  5. #19
    reshine's Avatar
    Join Date
    Jan 2008
    Posts
    2,392
    Points
    2,144.55
    Thanks: 26 / 787 / 361

    Default

    musti jelas dulu

    Low level programming language :
    Assembly ( gue kenal beberapa orang yang jago nih bahasa .. tapi mampus gue gk bisa2 belajar nih bahasa wkwkwk )

    Mid level programming language :
    C
    C++

    High Level Programming language :
    Basic ( perkembangannya jadi ada BASICA,GWBASIC, Turbo Basic, Visual Basic varian dll )
    Pascal ( Perkembangannya jadi ada Pascal, Turbo Pascal, Borland Delphi, dll )
    Cobol ( biasa dipake di bank nih )
    Fotrtan
    lalu yang baru2 yah ada kayak java ( ini dibuat dengan C , linux juga dari C ) ...

    semakin tinggi level programming language akan semakin mudah dipelajari sebenarnya, karena semakin mendekati bahasa manusia dan memiliki logic programming , procedure dan function collection yg banyak dan lebih mudah .. cuman tergantun dari seberapa kuat logic programming kita ...
    misalkan untuk bikin HELLO WORD :
    Assembly di Linux :

    section .text
    global _start ;must be declared for linker (ld)

    _start: ;tell linker entry point

    mov edx,len ;message length
    mov ecx,msg ;message to write
    mov ebx,1 ;file descriptor (stdout)
    mov eax,4 ;system call number (sys_write)
    int 0x80 ;call kernel

    mov eax,1 ;system call number (sys_exit)
    int 0x80 ;call kernel

    section .data

    msg db 'Hello, world!',0xa ;our dear string
    len equ $ - msg ;length of our dear string


    C++ :
    #include <iostream.h>

    main()
    {
    cout << "Hello World!" << endl;
    return 0;
    }

    Delphi :

    Program Hello_World;

    {$APPTYPE CONSOLE}

    Begin
    WriteLn('Hello World');
    End.





    note :
    ada beberapa bahasa yg mati , kayak A , B , dll ...
    BOT SICA, ANGGIL :
    statistik : http://bot.dota.web.id
    pendaftaran : http://bunglon.net/viewforum.php?f=239

  6. #20
    -[nVc]-Kairxa's Avatar
    Join Date
    Feb 2008
    Location
    Negai no kara basho ni
    Posts
    2,215
    Points
    2,080.81
    Thanks: 101 / 91 / 48

    Default

    Ruby!

    program hello world yang sangat terkenal

    Code:
    puts 'Hello World'
    HORE! no more #include <iostream.h>!
    Gw merasa Civilization V adalah game yang bodoh.

  7. #21

    Join Date
    May 2008
    Location
    /proc/sys/kernel/randomize_va_space
    Posts
    875
    Points
    1,326.90
    Thanks: 0 / 13 / 8

    Default

    Quote Originally Posted by [Z]ephyr View Post
    VB 200x lebi gampang dari C++, 3000x lebi gampang dari java, JSP dan SERVLET, dan 20000x lebi gampang dari console di Linux..
    whoww..

  8. #22

    Join Date
    Jun 2008
    Location
    Gabrielizm.co.cc
    Posts
    1,290
    Points
    567.70
    Thanks: 134 / 67 / 52

    Default

    ^masta spawn

    dih kok biru.

  9. #23

    Join Date
    May 2008
    Location
    /proc/sys/kernel/randomize_va_space
    Posts
    875
    Points
    1,326.90
    Thanks: 0 / 13 / 8

    Default

    ^
    udah lama kok biru, byk proyekan, jrg bgt mampir sni

  10. #24
    Saladin's Avatar
    Join Date
    Oct 2006
    Location
    Liverpool!Tidak terima barter cendol!
    Posts
    2,646
    Points
    0.65
    Thanks: 25 / 42 / 35

    Default

    Quote Originally Posted by bl00d13z View Post
    ^
    udah lama kok biru, byk proyekan, jrg bgt mampir sni
    wogh mastahnya spawn
    maap2 kalo ada yg salah infonya ya
    I LOVE LIVERPOOL

    Quote Originally Posted by Someone with red heart
    There's only two kinds of men in this world
    Liverpool family and the others
    LIRIK YNWA

  11. #25
    dexdim's Avatar
    Join Date
    Feb 2008
    Location
    $sudo rm -rf /
    Posts
    12,373
    Points
    -65.84
    Thanks: 290 / 301 / 244

    Default

    Quote Originally Posted by bl00d13z View Post
    ^
    udah lama kok biru, byk proyekan, jrg bgt mampir sni
    masta bantu saya donk
    Manjaro KDE

  12. #26
    AldyBennet's Avatar
    Join Date
    Mar 2009
    Location
    カリマンタン
    Posts
    3,015
    Points
    469.10
    Thanks: 52 / 81 / 58

    Default

    Otodidak aja

  13. #27
    dexdim's Avatar
    Join Date
    Feb 2008
    Location
    $sudo rm -rf /
    Posts
    12,373
    Points
    -65.84
    Thanks: 290 / 301 / 244

    Default

    ie
    Manjaro KDE

  14. #28
    AldyBennet's Avatar
    Join Date
    Mar 2009
    Location
    カリマンタン
    Posts
    3,015
    Points
    469.10
    Thanks: 52 / 81 / 58

    Default

    yare yare...

  15. #29
    -[nVc]-Kairxa's Avatar
    Join Date
    Feb 2008
    Location
    Negai no kara basho ni
    Posts
    2,215
    Points
    2,080.81
    Thanks: 101 / 91 / 48

    Default

    Quote Originally Posted by bl00d13z View Post
    whoww..
    ssst, diem2 aja
    Gw merasa Civilization V adalah game yang bodoh.

  16. #30
    -LichKing-'s Avatar
    Join Date
    Oct 2006
    Location
    Pondok Gede, Bekasi.
    Posts
    2,334
    Points
    2,709.50
    Thanks: 18 / 51 / 37

    Default

    Quote Originally Posted by -[nVc]-Kairxa View Post
    Ruby!

    program hello world yang sangat terkenal

    Code:
    puts 'Hello World'
    HORE! no more #include <iostream.h>!
    Kalo #include <iostreamh.h> itu kalo ga sala yang ada cout<< itu ya? Yang sejenis ama printf cuman gak di print di layar?
    Jadi momod ga usa ngemis cendol.

Page 2 of 3 FirstFirst 123 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
  •