Click here to Skip to main content
15,908,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
prasad_som22-Mar-07 18:40
prasad_som22-Mar-07 18:40 
QuestionCompile a project in Unicode Pin
DanYELL22-Mar-07 7:46
DanYELL22-Mar-07 7:46 
AnswerRe: Compile a project in Unicode Pin
Christian Graus22-Mar-07 8:00
protectorChristian Graus22-Mar-07 8:00 
GeneralRe: Compile a project in Unicode Pin
DanYELL22-Mar-07 9:50
DanYELL22-Mar-07 9:50 
GeneralRe: Compile a project in Unicode Pin
John R. Shaw22-Mar-07 22:39
John R. Shaw22-Mar-07 22:39 
Questiondifference between CSocket class and window socket Pin
neha.agarwal2722-Mar-07 7:21
neha.agarwal2722-Mar-07 7:21 
AnswerRe: difference between CSocket class and window socket Pin
David Crow22-Mar-07 7:22
David Crow22-Mar-07 7:22 
QuestionAbstract Class, Socket Programming, JPEG in VC6 Pin
Andy Rama22-Mar-07 7:10
Andy Rama22-Mar-07 7:10 
Hi to all,
1) What is use of Abstract Class? What it's advantage over normal Class?

2) As I know,
=>Steps in TCP Server are,
(1).Create TCP Socket (using SOCK_STREAM), (2).Bind to a Port, (3).Listen, (4).Accept a connection (from Client), (5).Send & Receive Data
=>Steps in TCP Client are,
(1).Create TCP Socket (using SOCK_STREAM), (2).Connect to a Socket(TCP Server), (3).Send & Receive Data
=>Steps in UDP Client are,
(1).Create UDP Socket (using SOCK_DGRAM), (3).Send Data to a UDP Socket; Receive Data from a UDP Socket

Am I right?
What are the step to be done in UDP Server?
When I searched it in Google, I found that UDP Socket can use 'Connect()' ! But how it is possible if UDP is Connectonless?

3) In VC6, how to get Pixels of a JPEG Image? How to show image using it's pixels on the Dialog?

AnswerRe: Abstract Class, Socket Programming, JPEG in VC6 Pin
Christian Graus22-Mar-07 7:14
protectorChristian Graus22-Mar-07 7:14 
AnswerRe: Abstract Class, Socket Programming, JPEG in VC6 Pin
Mark Salsbery22-Mar-07 7:23
Mark Salsbery22-Mar-07 7:23 
AnswerRe: Abstract Class, Socket Programming, JPEG in VC6 Pin
led mike22-Mar-07 8:18
led mike22-Mar-07 8:18 
JokeRe: Abstract Class, Socket Programming, JPEG in VC6 Pin
Mark Salsbery22-Mar-07 9:19
Mark Salsbery22-Mar-07 9:19 
AnswerRe: Abstract Class, Socket Programming, JPEG in VC6 Pin
DLChambers23-Mar-07 16:27
DLChambers23-Mar-07 16:27 
QuestionIf Unix is on the server and client is windows Pin
prithaa22-Mar-07 6:52
prithaa22-Mar-07 6:52 
AnswerRe: If Unix is on the server and client is windows Pin
David Crow22-Mar-07 6:58
David Crow22-Mar-07 6:58 
JokeRe: If Unix is on the server and client is windows Pin
toxcct22-Mar-07 7:17
toxcct22-Mar-07 7:17 
GeneralRe: If Unix is on the server and client is windows Pin
prithaa22-Mar-07 8:19
prithaa22-Mar-07 8:19 
GeneralRe: If Unix is on the server and client is windows Pin
toxcct22-Mar-07 8:22
toxcct22-Mar-07 8:22 
GeneralRe: If Unix is on the server and client is windows Pin
prithaa22-Mar-07 8:44
prithaa22-Mar-07 8:44 
QuestionRe: If Unix is on the server and client is windows Pin
David Crow22-Mar-07 8:45
David Crow22-Mar-07 8:45 
GeneralRe: If Unix is on the server and client is windows Pin
David Crow22-Mar-07 8:44
David Crow22-Mar-07 8:44 
GeneralRe: If Unix is on the server and client is windows Pin
prithaa22-Mar-07 9:18
prithaa22-Mar-07 9:18 
GeneralRe: If Unix is on the server and client is windows Pin
David Crow22-Mar-07 9:29
David Crow22-Mar-07 9:29 
GeneralRe: If Unix is on the server and client is windows Pin
prithaa22-Mar-07 23:32
prithaa22-Mar-07 23:32 
QuestionMenu problem. Pin
david bagaturia22-Mar-07 6:21
david bagaturia22-Mar-07 6:21 

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.