Click here to Skip to main content
15,921,210 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNeed an appropriate suggestion for project(Beginner) Pin
hassanmurtaza12-May-03 11:18
hassanmurtaza12-May-03 11:18 
GeneralRe: Need an appropriate suggestion for project(Beginner) Pin
valikac12-May-03 12:42
valikac12-May-03 12:42 
GeneralRe: Need an appropriate suggestion for project(Beginner) Pin
djghazi12-May-03 20:15
djghazi12-May-03 20:15 
GeneralThanks a lot but................ Pin
hassanmurtaza13-May-03 9:11
hassanmurtaza13-May-03 9:11 
QuestionHow do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 10:55
IrishSonic12-May-03 10:55 
AnswerRe: How do I get telnet to work for testing my socket app?? Pin
markkuk12-May-03 11:03
markkuk12-May-03 11:03 
GeneralRe: How do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 11:15
IrishSonic12-May-03 11:15 
AnswerRe: How do I get telnet to work for testing my socket app?? Pin
Dean Goodman12-May-03 11:07
Dean Goodman12-May-03 11:07 
Try running it like this instead:

telnet 127.0.0.1 Port

Where Port = the port number your app is listening on. The way you are doing it tries to conenct to the telnet port (23) by default. Unless of course your app is listening to port 23...

--Dean
GeneralRe: How do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 11:24
IrishSonic12-May-03 11:24 
GeneralHave changed client app to send message to server( telnet ) Pin
IrishSonic12-May-03 11:30
IrishSonic12-May-03 11:30 
GeneralRe: Have changed client app to send message to server( telnet ) Pin
Dean Goodman12-May-03 11:47
Dean Goodman12-May-03 11:47 
GeneralShellExecute & IE Pin
Jon Sagara12-May-03 10:31
Jon Sagara12-May-03 10:31 
GeneralRe: ShellExecute & IE Pin
Toni7812-May-03 11:02
Toni7812-May-03 11:02 
GeneralRe: ShellExecute & IE Pin
Jon Sagara12-May-03 11:09
Jon Sagara12-May-03 11:09 
GeneralRe: ShellExecute & IE Pin
Toni7812-May-03 11:33
Toni7812-May-03 11:33 
GeneralRe: ShellExecute & IE Pin
Caddy12-May-03 13:31
Caddy12-May-03 13:31 
GeneralRe: ShellExecute & IE Pin
Jon Sagara12-May-03 13:37
Jon Sagara12-May-03 13:37 
GeneralConverting source code to UML Pin
Anonymous12-May-03 9:54
Anonymous12-May-03 9:54 
GeneralRe: Converting source code to UML Pin
Andrew Walker12-May-03 12:59
Andrew Walker12-May-03 12:59 
Questionhow to display icon with items in a list view? Pin
djghazi12-May-03 8:44
djghazi12-May-03 8:44 
AnswerRe: how to display icon with items in a list view? Pin
David Crow12-May-03 9:47
David Crow12-May-03 9:47 
GeneralRe: how to display icon with items in a list view? Pin
djghazi12-May-03 9:54
djghazi12-May-03 9:54 
GeneralRe: how to display icon with items in a list view? Pin
djghazi12-May-03 10:03
djghazi12-May-03 10:03 
GeneralRe: how to display icon with items in a list view? Pin
David Crow13-May-03 2:22
David Crow13-May-03 2:22 
GeneralProblem w/ preprocessor Pin
Dean Goodman12-May-03 8:06
Dean Goodman12-May-03 8:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.