Click here to Skip to main content
15,917,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVideo Capture without ICaptureBuilder Pin
nripun1-Dec-06 1:52
nripun1-Dec-06 1:52 
QuestionHow to call Original value... Pin
Shah Satish1-Dec-06 1:46
Shah Satish1-Dec-06 1:46 
GeneralRe: How to call Original value... Pin
prasad_som1-Dec-06 1:50
prasad_som1-Dec-06 1:50 
GeneralRe: How to call Original value... Pin
Shah Satish1-Dec-06 2:10
Shah Satish1-Dec-06 2:10 
QuestionRe: How to call Original value... Pin
David Crow1-Dec-06 3:15
David Crow1-Dec-06 3:15 
AnswerRe: How to call Original value... Pin
Shah Satish1-Dec-06 3:42
Shah Satish1-Dec-06 3:42 
GeneralRe: How to call Original value... Pin
Cedric Moonen1-Dec-06 4:04
Cedric Moonen1-Dec-06 4:04 
QuestionSockets Programming Question Pin
risingtechie1-Dec-06 1:25
risingtechie1-Dec-06 1:25 
Hi guys. I just have a quick question about the declaration of the socket function bind and the sockaddr_in structure. Both declarations are given below.
int bind (SOCKET s, const struct sockaddr * saddr, int namelen);

struct sockaddr_in
{
    short sin_family;
    u_short sin_port;
    struct in_addr sin_addr;
    char sin_zero[8];
}

My question is: What purpose does the 'struct' keyword serve WITHIN these declarations. (the part in bold above) I've never seen this use of the 'struct' keyword before. Thanks in advance.
AnswerRe: Sockets Programming Question Pin
spielehelfer1-Dec-06 2:09
spielehelfer1-Dec-06 2:09 
AnswerRe: Sockets Programming Question Pin
risingtechie1-Dec-06 2:18
risingtechie1-Dec-06 2:18 
AnswerRe: Sockets Programming Question Pin
TheDelChop1-Dec-06 2:20
TheDelChop1-Dec-06 2:20 
GeneralLet me rephrase my question Pin
risingtechie1-Dec-06 2:40
risingtechie1-Dec-06 2:40 
GeneralRe: Let me rephrase my question Pin
Mike Dimmick1-Dec-06 4:42
Mike Dimmick1-Dec-06 4:42 
GeneralRe: Let me rephrase my question Pin
risingtechie1-Dec-06 5:50
risingtechie1-Dec-06 5:50 
AnswerRe: Sockets Programming Question Pin
Roger Stoltz1-Dec-06 2:42
Roger Stoltz1-Dec-06 2:42 
GeneralRe: Sockets Programming Question Pin
risingtechie1-Dec-06 2:48
risingtechie1-Dec-06 2:48 
QuestionHow to create icons from a font? Pin
Manfred Staiger1-Dec-06 1:20
Manfred Staiger1-Dec-06 1:20 
AnswerRe: How to create icons from a font? Pin
peterchen1-Dec-06 3:53
peterchen1-Dec-06 3:53 
GeneralRe: How to create icons from a font? Pin
Manfred Staiger1-Dec-06 4:03
Manfred Staiger1-Dec-06 4:03 
QuestionIs wchar_t only for unicode? Pin
Atul231-Dec-06 1:18
Atul231-Dec-06 1:18 
AnswerRe: Is wchar_t only for unicode? Pin
Christian Graus1-Dec-06 1:26
protectorChristian Graus1-Dec-06 1:26 
AnswerRe: Is wchar_t only for unicode? Pin
James R. Twine1-Dec-06 4:03
James R. Twine1-Dec-06 4:03 
QuestionProblem in returning value from the dll exported function Pin
DattaK1-Dec-06 1:12
DattaK1-Dec-06 1:12 
AnswerRe: Problem in returning value from the dll exported function Pin
Cedric Moonen1-Dec-06 1:56
Cedric Moonen1-Dec-06 1:56 
GeneralRe: Problem in returning value from the dll exported function Pin
DattaK1-Dec-06 2:10
DattaK1-Dec-06 2:10 

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.