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

C / C++ / MFC

 
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 
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 
Aniket Salunkhe wrote:
What is use of Abstract Class? What it's advantage over normal Class?

Good Grief... are you kidding?  JFGI[^]

An abstract class, or abstract base class (ABC), is one that is designed only as a parent class and from which child classes may be derived, and which is not itself suitable for instantiation. Abstract classes are often used to represent abstract concepts or entities. The incomplete features of the abstract class are then shared by a group of sibling sub-classes which add different variations of the missing pieces. In C++, an abstract class is defined as a class having at least one pure virtual method, i.e., an abstract method, which may or may not possess an implementation.


led mike

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 
AnswerRe: Menu problem. Pin
toxcct22-Mar-07 6:42
toxcct22-Mar-07 6:42 
GeneralRe: Menu problem. Pin
david bagaturia22-Mar-07 19:26
david bagaturia22-Mar-07 19:26 
QuestionEdit Report at RunTime [modified] Pin
CDRAIN22-Mar-07 5:53
CDRAIN22-Mar-07 5:53 

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.