Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Hello :)

  1. #1
    MisterSins's Avatar
    MisterSins is offline Learning Programmer
    Join Date
    Feb 2010
    Location
    Portugal
    Posts
    35
    Rep Power
    0

    Hello :)

    main ()
    {
    int age, year, year_of_birth, rate ;

    year = 2010 ;
    year_of_birth = 1992 ;
    age = year - year_of_birth ;

    printf("Hello Codecall, my name is Julio, I'm from Portugal, and I'm %d years old, I love software development and I'm learning C by myself with e-books, tutorials, etc... my english isn't very good, but that's the second reason I am here, I want to improve not only my programming skills but also my english, and of course make new friends. \nPlease rate my apresentation with a value between 1 and 10", age) ;

    scanf("%d", &rate) ;
    if(rate>=5)
    printf("Hehe thanks!") ;
    else
    {
    if(rate<5)
    printf("Oh come on! It wasn't that bad!") ;
    }
    }

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Nov 2009
    Location
    I seem to be lost...
    Posts
    1,566
    Blog Entries
    1
    Rep Power
    22

    Re: Hello :)

    Welcome to CodeCall.

    Nice intro.
    Knowledge: Intermediate C#, Beginner AS3, HTML, CSS, Binary, Hex, Octal.
    Science is only an educated theory, which we cannot disprove.

  4. #3
    TriggerHappy is offline Learning Programmer
    Join Date
    Feb 2010
    Posts
    30
    Rep Power
    0

    Re: Hello :)

    Welcome, I just joined today too.

  5. #4
    MisterSins's Avatar
    MisterSins is offline Learning Programmer
    Join Date
    Feb 2010
    Location
    Portugal
    Posts
    35
    Rep Power
    0

    Re: Hello :)

    Thanks Trigger and thegamemaker

  6. #5
    exicute's Avatar
    exicute is offline Programming Expert
    Join Date
    Jan 2010
    Location
    Ohio
    Posts
    398
    Rep Power
    10

    Re: Hello :)

    Welcome to CodeCall, I see we have another C coder. ;D

    My Tutorials|Build A Computer|Cat 5E|

  7. #6
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: Hello :)

    Welcome to codecall Mistersins, luckily my C is good enough to read your post (i'm a php guy)

  8. #7
    so1i's Avatar
    so1i is offline Programming Professional
    Join Date
    Sep 2009
    Location
    Aberystwyth, United Kingdom
    Posts
    309
    Rep Power
    0

    Re: Hello :)

    Welcome mate. Loved the intro =)

  9. #8
    MisterSins's Avatar
    MisterSins is offline Learning Programmer
    Join Date
    Feb 2010
    Location
    Portugal
    Posts
    35
    Rep Power
    0

    Re: Hello :)

    Thank you all

    What a great community!

  10. #9
    Bartimäus's Avatar
    Bartimäus is offline Programming Expert
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    490
    Rep Power
    11

    Re: Hello :)

    Welcome to CodeCall

  11. #10
    MisterSins's Avatar
    MisterSins is offline Learning Programmer
    Join Date
    Feb 2010
    Location
    Portugal
    Posts
    35
    Rep Power
    0

    Re: Hello :)

    Thank you

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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