Thread: Console IM Client

  1. #1
    Registered User
    Join Date
    Aug 2008
    Posts
    10

    Console IM Client

    So, for a noob, who want to write a very basic program. Where you enter you username and password, then you are given a list of contacts, each with an id, you enter then id and then can just do basic text chat. NO gui, just in terminal.

    How hard would that be for a complete noob? And should I just forget the idea until I become more experienced.

    If yes to the program above, what would you recommend. Coz I seem to be a bit stuck. Anything I want to try is way above my current level however all the tutorials seem to be simple hello world programs.

    Thanks

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Split post off the thread. Please don't revive threads older than a few weeks.

    The hardest part would be the waiting on both the network and the user, since it means you'll have to use OS I/O facilities instead of the standard I/O, which you usually learn.

    Also, network programming in general is not quite trivial.

    If you've just started programming, I'd say it would take a month or two, depending on your dedication.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Socket Programming Problem!!!!
    By bobthebullet990 in forum Networking/Device Communication
    Replies: 2
    Last Post: 02-21-2008, 07:36 PM
  2. WSAAsyncSelect Socket Model. She's Not Hot.
    By Tonto in forum Networking/Device Communication
    Replies: 2
    Last Post: 03-24-2007, 08:34 AM
  3. Client works on a LAN but don't send all the data
    By Niara in forum Networking/Device Communication
    Replies: 9
    Last Post: 01-04-2007, 04:44 PM
  4. Full Screen Console
    By St0rmTroop3er in forum C++ Programming
    Replies: 1
    Last Post: 09-26-2005, 09:59 PM
  5. Just one Question?
    By Irish-Slasher in forum C++ Programming
    Replies: 6
    Last Post: 02-12-2002, 10:19 AM