|
-
January 17th, 2015, 01:13 PM
#1
Chat Program
I would like to write a program Chat Room similar to yahoo chat rooms or cheetah chat room Nothing quite as big maybe 5 chat rooms with avatar's.
Any tutorials and beginner code programs ?
Anything will help me get started thank's
John
-
January 17th, 2015, 02:43 PM
#2
Re: Chat Program
Do you have any knowledge on Windows UI programming? MFC? Sockets?
Victor Nijegorodov
-
January 17th, 2015, 05:06 PM
#3
Re: Chat Program
I have only used code when I constructed a webpage with Front page. But I am eager to learn....
-
January 18th, 2015, 01:59 AM
#4
Re: Chat Program
 Originally Posted by quad65
I have only used code when I constructed a webpage with Front page. But I am eager to learn....
“Learn, learn and once again, learn!” said the mighty V.I.Lenin 
Well, afaik, seriously, there's not a tutorial named "Writing a Chat Program for FrontPage Coders". However, try to start from here: http://msdn.microsoft.com/library/
And why not Microsoft Virtual Academy?
Last edited by ovidiucucu; January 18th, 2015 at 02:12 AM.
-
January 18th, 2015, 06:57 AM
#5
Re: Chat Program
All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!
C++23 Compiler: Microsoft VS2022 (17.6.5)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|