Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

First Programming Language

Name: Anonymous 2007-08-24 9:46 ID:kYsaf3XS

I've dabbled in programming before but I want to get back into it. I was thinking Python, Ruby or Perl, but I can't decide which to start programming in. And then when I start learning a language, what kind of programs should I make? That's always been my big problem, not having any ideas to program.

Name: Anonymous 2013-05-14 19:26

>>35
        .file   "foo.c"
        .section        .rodata
.LC0:
        .string "destroy"
        .text
        .globl  main
        .type   main, @function
main:
.LFB10:
        .cfi_startproc
        pushq   %rbp
        .cfi_def_cfa_offset 16
        .cfi_offset 6, -16
        movq    %rsp, %rbp
        .cfi_def_cfa_register 6
        subq    $32, %rsp
        movl    %edi, -20(%rbp)
        movq    %rsi, -32(%rbp)
        leaq    -32(%rbp), %rdx
        leaq    -20(%rbp), %rax
        movq    %rdx, %rsi
        movq    %rax, %rdi
        call    gtk_init
        movl    $0, %edi
        call    gtk_window_new
        movq    %rax, -8(%rbp)
        movq    -8(%rbp), %rax
        movl    $0, %r9d
        movl    $0, %r8d
        movl    $0, %ecx
        movl    $gtk_main_quit, %edx
        movl    $.LC0, %esi
        movq    %rax, %rdi
        call    g_signal_connect_data
        movq    -8(%rbp), %rax
        movq    %rax, %rdi
        call    gtk_widget_show
        call    gtk_main
        movl    $0, %eax
        leave
        .cfi_def_cfa 7, 8
        ret
        .cfi_endproc
.LFE10:
        .size   main, .-main
        .ident  "EXPERT PROGRAMMER"
        .section        .note.GNU-stack,"",@progbits

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List