Click here to Skip to main content
15,914,066 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTrig and Calculus Functions in C++ Pin
Trurl_24-Nov-03 7:04
Trurl_24-Nov-03 7:04 
GeneralRe: Trig and Calculus Functions in C++ Pin
John M. Drescher24-Nov-03 7:08
John M. Drescher24-Nov-03 7:08 
GeneralRe: Trig and Calculus Functions in C++ Pin
John R. Shaw24-Nov-03 17:45
John R. Shaw24-Nov-03 17:45 
GeneralRe: Trig and Calculus Functions in C++ Pin
Trurl_25-Nov-03 6:42
Trurl_25-Nov-03 6:42 
GeneralRe: Trig and Calculus Functions in C++ Pin
John R. Shaw25-Nov-03 8:37
John R. Shaw25-Nov-03 8:37 
Questionhow to open a listening port using MFC Pin
Dhakad24-Nov-03 6:51
Dhakad24-Nov-03 6:51 
AnswerRe: how to open a listening port using MFC Pin
Ernesto D.24-Nov-03 9:32
Ernesto D.24-Nov-03 9:32 
AnswerRe: how to open a listening port using MFC Pin
BaldwinMartin24-Nov-03 14:52
BaldwinMartin24-Nov-03 14:52 
m_hSocket = socket(AF_DLI, SOCK_STREAM, 0);
return (m_hSocket != INVALID_SOCKET);


#define AF_UNSPEC 0 /* unspecified */
#define AF_UNIX 1 /* local to host (pipes, portals) */
#define AF_INET 2 /* internetwork: UDP, TCP, etc. */
#define AF_IMPLINK 3 /* arpanet imp addresses */
#define AF_PUP 4 /* pup protocols: e.g. BSP */
#define AF_CHAOS 5 /* mit CHAOS protocols */
#define AF_IPX 6 /* IPX and SPX */
#define AF_NS 6 /* XEROX NS protocols */
#define AF_ISO 7 /* ISO protocols */
#define AF_OSI AF_ISO /* OSI is ISO */
#define AF_ECMA 8 /* european computer manufacturers */
#define AF_DATAKIT 9 /* datakit protocols */
#define AF_CCITT 10 /* CCITT protocols, X.25 etc */
#define AF_SNA 11 /* IBM SNA */
#define AF_DECnet 12 /* DECnet */
#define AF_DLI 13 /* Direct data link interface */
#define AF_LAT 14 /* LAT */
#define AF_HYLINK 15 /* NSC Hyperchannel */
#define AF_APPLETALK 16 /* AppleTalk */
#define AF_NETBIOS 17 /* NetBios-style addresses */
#define AF_VOICEVIEW 18 /* VoiceView */
#define AF_FIREFOX 19 /* FireFox */
#define AF_UNKNOWN1 20 /* Somebody is using this! */
#define AF_BAN 21 /* Banyan */

Best Wishes,
ez_way
GeneralRe: how to open a listening port using MFC Pin
Dhakad24-Nov-03 20:52
Dhakad24-Nov-03 20:52 
GeneralRe: how to open a listening port using MFC Pin
BaldwinMartin24-Nov-03 21:00
BaldwinMartin24-Nov-03 21:00 
Generalvc++ 2003 IDE is driving me crazy Pin
DiWa24-Nov-03 6:47
DiWa24-Nov-03 6:47 
GeneralRe: vc++ 2003 IDE is driving me crazy Pin
Joe Woodbury24-Nov-03 8:14
professionalJoe Woodbury24-Nov-03 8:14 
GeneralRe: vc++ 2003 IDE is driving me crazy Pin
DiWa24-Nov-03 10:42
DiWa24-Nov-03 10:42 
GeneralRe: vc++ 2003 IDE is driving me crazy Pin
Ernesto D.24-Nov-03 9:00
Ernesto D.24-Nov-03 9:00 
GeneralRe: vc++ 2003 IDE is driving me crazy Pin
DiWa24-Nov-03 10:49
DiWa24-Nov-03 10:49 
GeneralRe: vc++ 2003 IDE is driving me crazy Pin
John R. Shaw24-Nov-03 17:52
John R. Shaw24-Nov-03 17:52 
GeneralWord Document Automation in MFC Pin
Andre123424-Nov-03 6:02
Andre123424-Nov-03 6:02 
Generalusing serverxmlhttp from a service or existing process Pin
noahsarf24-Nov-03 5:52
noahsarf24-Nov-03 5:52 
GeneralReturning a 2 dimensional array from function Pin
IrishSonic24-Nov-03 5:24
IrishSonic24-Nov-03 5:24 
GeneralRe: Returning a 2 dimensional array from function Pin
jason9924-Nov-03 5:27
jason9924-Nov-03 5:27 
GeneralRe: Returning a 2 dimensional array from function Pin
David Crow24-Nov-03 5:30
David Crow24-Nov-03 5:30 
GeneralQuestion about CImageList.ExtractIcon(),thanks! Pin
Anonymous24-Nov-03 5:06
Anonymous24-Nov-03 5:06 
GeneralRe: Question about CImageList.ExtractIcon(),thanks! Pin
Roger Allen24-Nov-03 5:39
Roger Allen24-Nov-03 5:39 
GeneralRe: Question about CImageList.ExtractIcon(),thanks! Pin
YanBin24-Nov-03 6:04
YanBin24-Nov-03 6:04 
GeneralRe: Question about CImageList.ExtractIcon(),thanks! Pin
Roger Allen24-Nov-03 6:43
Roger Allen24-Nov-03 6:43 

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.