Oct 11 / Mario

Campaña abraza a un programador

Get flash player to play to this file

Pásalo ;) .

[visto en digg]

Favoritos y Redes Sociales:
  • del.icio.us
  • Google
  • MisterWong
  • Technorati
  • BarraPunto
  • Meneame
  • Facebook
  • TwitThis

No hay entradas relacionadas.

2 Comments

leave a comment
  1. getinvolved / Oct 14 2008

    Una pequeña ayuda para tus amigos… xD

    struct hugs
    {
    char name[15];
    char surname[15];
    int donation;
    }

    main()
    {
    struct hugs new_hug;

    scanf(”%s %s %d”, &new_hug.name,
    &new_hug.surname,
    &new_hug.donation);
    }

  2. getinvolved / Oct 14 2008

    Me había quedado mucho mejor indentado :P

Leave a Comment