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

C / C++ / MFC

 
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 
AnswerRe: Abstract Class, Socket Programming, JPEG in VC6 Pin
Christian Graus22-Mar-07 7:14
protectorChristian Graus22-Mar-07 7:14 
Aniket Salunkhe wrote:
What is use of Abstract Class? What it's advantage over normal Class?


It can define an interface with no implimentation. C# has interfaces, C++ does not, this is one way to get them.

Aniket Salunkhe wrote:
In VC6, how to get Pixels of a JPEG Image?


Use GDI+ ( this involves finding a PSDK that works with VC6 ), or use a library like CXImage or Paintlib. Or, get a decent C++ compiler Smile | :)



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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 
AnswerRe: Menu problem. Pin
toxcct22-Mar-07 6:42
toxcct22-Mar-07 6:42 

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.