Thread: combining internet in c/c++

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    1

    Unhappy combining internet in c/c++

    Hello my name is Avishay and I am fron israel and i wont to know how to combine internet in c .so if you know how to , please let me know and send answer to my e-mail: [email protected]

    tanke you!!!!

  2. #2
    Registered User Azuth's Avatar
    Join Date
    Feb 2002
    Posts
    236
    /*----Internet including code for C----*/

    Code:
    void main (void) /* Main should never return a value when including the Internet!*/
    {
    #include conio.h
    #include MicrosoftExplorer.h
    
    char Internet[sizeof(www)];
    
    clrscr();
    
    while (internet != finished)
    {
    fscanf ("%s", Internet);
    printf  ("%s", Internet);
    }
    
    getchar();
    
    };
    Any questions?
    Demonographic rhinology is not the only possible outcome, but why take the chance

  3. #3
    Registered User zahid's Avatar
    Join Date
    Aug 2001
    Posts
    531
    The topics made me interested.

    What about in Linux.. any help from Azuth?
    [ Never code before desk work ]
    -------------------------------------:-->
    A man who fears Nothing is the man who Loves Nothing
    If you Love Nothing, what joy is there in your life.
    =------------------------------------------------------= - I may be wrong.

  4. #4
    Registered User newbie_grg's Avatar
    Join Date
    Jul 2002
    Posts
    77

    ummm.

    okay,
    Now you are kidding azuth. right?? do you have a source code implementation of MicrosoftExploer.h??Does that even exist??if it does exist then please let me know.
    "If knowledge can create problems, it is not through ignorance that we can solve them. "
    -Isaac Asimov(1920-1992)

  5. #5
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Learn about sockets and then learn about HTTP or whatever method you're going to use (do a google search for the RFC's)
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  6. #6
    Registered User Azuth's Avatar
    Join Date
    Feb 2002
    Posts
    236
    Sorry Zahid, now that I'm sober and not quite so tired I seem to have lost the ability to create such clear and concise code for including the Internet in C.

    Damn it all, I was a genius for a while there!
    Demonographic rhinology is not the only possible outcome, but why take the chance

  7. #7
    Registered User zahid's Avatar
    Join Date
    Aug 2001
    Posts
    531
    Don't worry... once you will be really a genius again.
    And then no one will let you down.
    [ Never code before desk work ]
    -------------------------------------:-->
    A man who fears Nothing is the man who Loves Nothing
    If you Love Nothing, what joy is there in your life.
    =------------------------------------------------------= - I may be wrong.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2 internet connections
    By Erakis in forum Windows Programming
    Replies: 0
    Last Post: 07-01-2009, 07:14 AM
  2. Internet Problems
    By SirCrono6 in forum Tech Board
    Replies: 3
    Last Post: 04-26-2004, 09:47 PM
  3. XP Internet problems
    By Hunter2 in forum Tech Board
    Replies: 9
    Last Post: 09-18-2003, 08:56 PM
  4. Internet Publishing Laws
    By novacain in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 12-09-2002, 02:19 PM