Closed Thread
Results 1 to 8 of 8

Thread: code a program in C to grab emails

  1. #1
    shadowhound is offline Learning Programmer
    Join Date
    Aug 2008
    Posts
    30
    Rep Power
    0

    code a program in C to grab emails

    Okay i need to Code a program in C to grab emails from diffrent websites so say like i use a google search engine type of thing

    if i type a word and click start it searches all the pages for emails so its an email extractor but i don't know how to code one i just want the emails and no links i have *super email spider* but i don't really like it

    so could someone help me getting started how can i make boxes and buttons in a exe application

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Phoenixz is offline Programming Professional
    Join Date
    Dec 2008
    Posts
    256
    Blog Entries
    1
    Rep Power
    13

    Re: code a program in C to grab emails

    Do you already know about sockets?

  4. #3
    shadowhound is offline Learning Programmer
    Join Date
    Aug 2008
    Posts
    30
    Rep Power
    0

    Re: code a program in C to grab emails

    nope u recon i should learn sockets ? also in VB its easyer

    also im gonna learn Java as well i like the concept of the whole game making like Wurm online or Runescape i can understand java a little

    so im gonna be learning C, Java

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: code a program in C to grab emails

    I would recommend C++ instead of C.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    shadowhound is offline Learning Programmer
    Join Date
    Aug 2008
    Posts
    30
    Rep Power
    0

    Re: code a program in C to grab emails

    C++ ? hmmm explain how it could benfitt me please just so i have a clear picture

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: code a program in C to grab emails

    C is procedural. C++ supports 99% of C syntax (ie, 99% of C programs are also valid C++), and supports procedural, object-oriented, and generic programming styles. Also, if you ask me, C++ syntax is much cleaner and less "hackish".
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    jwxie518's Avatar
    jwxie518 is offline Speaks fluent binary
    Join Date
    Jan 2009
    Location
    New York City
    Posts
    1,175
    Blog Entries
    1
    Rep Power
    19

    Re: code a program in C to grab emails

    Quote Originally Posted by shadowhound View Post
    C++ ? hmmm explain how it could benfitt me please just so i have a clear picture
    if i were you, i will first look at google and see how powerful c ++ is nowaday
    google search and ect...

  9. #8
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: code a program in C to grab emails

    Plus C++ supports classes, which are much easier to work with than raw data.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Grab links
    By martin2311 in forum Visual Basic Programming
    Replies: 25
    Last Post: 02-28-2011, 11:58 PM
  2. Replies: 2
    Last Post: 01-18-2011, 02:13 PM
  3. how to make a bar code reader program in VB 2008 please send me the code
    By tontonskie in forum Visual Basic Programming
    Replies: 1
    Last Post: 11-15-2010, 12:58 AM
  4. Grab data from website
    By Davide in forum C# Programming
    Replies: 5
    Last Post: 01-25-2010, 12:17 AM
  5. Grab Text within IE
    By xxarmoxx in forum Visual Basic Programming
    Replies: 1
    Last Post: 04-06-2007, 06:42 AM

Tags for this Thread

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