hello world

Discussion in 'The Guru's Pub' started by Nev'Yin, Jan 27, 2005.

  1. Nev'Yin

    Nev'Yin Active Member

    Messages:
    58
    Likes Received:
    0
    GPU:
    ti4200
    I just want to say hello to everyone here. I have been lurking for a while and figured that my latest question would be a good chance to step out of the shadows (or at least wave from them) and say;

    Hello World
     
  2. #include<stdio.h>

    main()
    {
    printf("Hello World");
    }
     
  3. techniques1200s

    techniques1200s Ancient Guru

    Messages:
    2,070
    Likes Received:
    1
    GPU:
    AMD R9 270
    hello, welcome(well...uh, in member form) to guru3d:cheers:
     
  4. zhackore

    zhackore Ancient Guru

    Messages:
    2,602
    Likes Received:
    2
    GPU:
    Asus GTX 570
    #include <stdio.h>

    void main(void)
    {
    char *message[] = {"Hello ", "World"};
    int i;
    for(i = 0; i < 2; ++i)
    printf("%s", message);
    printf("\n");
    }
     

  5. TheGriffin

    TheGriffin Ancient Guru

    Messages:
    4,986
    Likes Received:
    15
    GPU:
    Intel HD Graphics 3000
    M3 W31C0M3S j00 70 GUrU3d! :D
     
  6. Beavis

    Beavis Ancient Guru

    Messages:
    2,029
    Likes Received:
    1
    GPU:
    Quadro K620
    Welcome Nev'Yin.

    By the way, what's


    that all about?
     
  7. techniques1200s

    techniques1200s Ancient Guru

    Messages:
    2,070
    Likes Received:
    1
    GPU:
    AMD R9 270
    was wondering that myself...
     
  8. Nev'Yin

    Nev'Yin Active Member

    Messages:
    58
    Likes Received:
    0
    GPU:
    ti4200
    go here and understand
     
  9. computeerrgghh

    computeerrgghh Master Guru

    Messages:
    458
    Likes Received:
    0
    GPU:
    9800 Pro \ 64 mb 9600 mobility
    is usually the first program people write when they are learning a programming language...there is some story behind it but i forget what its supposed to be
     
  10. Royicus

    Royicus Ancient Guru

    Messages:
    4,146
    Likes Received:
    1
    yea, that stuff was some C coding. It is the standard first program that you ever write.

    public class Hello{

    System.out.println("Hello World!! Java sucks because of the JRE");

    }

    oh yes, and hello!! Welcome to the world of posting at guru3d!!
     

  11. Morketh

    Morketh Ancient Guru

    Messages:
    2,886
    Likes Received:
    2
    GPU:
    MSI GTX 580 3GB
    Whats up man, welcome to guru! (in english, not coding..)
     
  12. moomin

    moomin Master Guru

    Messages:
    505
    Likes Received:
    0
    GPU:
    EVGA GTX560
    think I'll join in in this programming-welcoming malarky

    <%@ language="vbscript" %>
    <html><body>
    <%
    Response.write "Welcome you can check-out anytime but can never leave"
    %>
    </body></html>




    ..... that website was usefull :D
     
  13. Icebird

    Icebird Ancient Guru

    Messages:
    11,442
    Likes Received:
    12
    GPU:
    ...
    #include <iostream.h>
    main ()
    {
    cout << "Hey and welcome. Enjoy the forums.";
    }

    *gotta go with the flow*
     
  14. moomin

    moomin Master Guru

    Messages:
    505
    Likes Received:
    0
    GPU:
    EVGA GTX560
    ....when you can't beat em......
     
  15. EnemyOmen

    EnemyOmen Ancient Guru

    Messages:
    3,330
    Likes Received:
    1
    GPU:
    XFX AMD HD6870
    kick em when their down!


    Welcome to the Forums!
     

  16. Nev'Yin

    Nev'Yin Active Member

    Messages:
    58
    Likes Received:
    0
    GPU:
    ti4200
    I guess I shouldn't be supprised that I get both code and song lyrics in replies on this forum. eh?

    I'm male from canada (t.o.) mid 20's. I have a few certifications A+,MCSA 2003, and I am studying for a few more (CCNA, Exchange 2003) so I'm looking forward to all of the potential experience I can get here. I'm also very creative when it comes to case design so it will be positive to feedback with some of the minds here at guru3d.

    I'm also glad to see that there are a few paintballers here.

    ..makes me wonder if prophecy came true?
     
    Last edited: Jan 28, 2005

Share This Page