Thread: LAN Messenger in C++

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    3

    LAN Messenger in C++

    Hey everyone,
    I am a newbie to C++ and I need to submit a project proposal in my class next week. I intend making a LAN Messenger using C++. Can anyone plz advise me which books and/or tutorials, I should refer to for this (so far I've found out that I need to know socket programming). I also plan to use Windows Forms in Visual C++ for the GUI.

    Any help will truly be appreciated.
    Thnks
    BaZ

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    There can be a lot of libraries for sockets in C++. I suggest to use the Visual C++ ones, since you are going to use it. Download Visual Studios, as well, if you have not got them already.

  3. #3
    Registered User
    Join Date
    Jan 2010
    Posts
    3
    Can u tell me which ones are they... Also it'd be better if I could refer to some books regarding socket programming. even online tutorials would be good.

    Baz

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. connecting to a computer inside a LAN
    By hardi in forum Networking/Device Communication
    Replies: 6
    Last Post: 10-25-2006, 04:43 PM
  2. LAN IP masks?
    By whackaxe in forum Networking/Device Communication
    Replies: 7
    Last Post: 07-12-2004, 04:30 AM
  3. Messenger
    By Padawan in forum C++ Programming
    Replies: 3
    Last Post: 01-05-2004, 11:12 PM
  4. LAN parties
    By Liger86 in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 06-04-2003, 01:06 PM
  5. Messenger Port number
    By sebastiraj in forum C Programming
    Replies: 0
    Last Post: 02-15-2002, 03:33 AM