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

C / C++ / MFC

 
GeneralHook dll for Multiple applications Pin
Rajeshk1238-Apr-04 3:29
Rajeshk1238-Apr-04 3:29 
GeneralRe: Hook dll for Multiple applications Pin
Anonymous8-Apr-04 4:33
Anonymous8-Apr-04 4:33 
GeneralRe: Hook dll for Multiple applications Pin
gUrM33T8-Apr-04 15:12
gUrM33T8-Apr-04 15:12 
Generaltcp header Pin
packetlos8-Apr-04 3:17
packetlos8-Apr-04 3:17 
GeneralRe: tcp header Pin
Antony M Kancidrowski8-Apr-04 5:17
Antony M Kancidrowski8-Apr-04 5:17 
GeneralRe: tcp header Pin
Roger Wright8-Apr-04 5:38
professionalRoger Wright8-Apr-04 5:38 
GeneralRe: tcp header Pin
packetlos8-Apr-04 6:55
packetlos8-Apr-04 6:55 
GeneralRe: tcp header Pin
Roger Wright11-Apr-04 5:35
professionalRoger Wright11-Apr-04 5:35 
packetlos wrote:
i think i have bitten off a bit more than I can chew

I think you're right, but I don't know any better way to learn and grow than to take on and accomplish a task that is beyond one's current capabilities.Big Grin | :-D

As for data types, there really isn't anything in C++ that I know of that handles 6-bit fields efficiently, but I rather like 32-bit words, manipulated with logical bitwise operators for what are essentially flag fields. This approach lets you define in advance several constants that you can simply OR into the word, and allows you to isolate parts of interest with an AND. I'd make the whole Offset:Reserved:Flags:Window section a single word, That should also eliminate any need for worrying about memory alignment in your struct.



Some people think of it as a six-pack; I consider it more of a support group.
GeneralRe: tcp header Pin
packetlos14-Apr-04 8:39
packetlos14-Apr-04 8:39 
GeneralPass Server Exception to Client proxy Pin
Anonymous8-Apr-04 2:50
Anonymous8-Apr-04 2:50 
GeneralSDI application Help.. Pin
Renjith Ramachandran8-Apr-04 2:21
Renjith Ramachandran8-Apr-04 2:21 
GeneralRe: SDI application Help.. Pin
Ravi Bhavnani8-Apr-04 3:51
professionalRavi Bhavnani8-Apr-04 3:51 
GeneralRe: SDI application Help.. Pin
Renjith Ramachandran8-Apr-04 3:54
Renjith Ramachandran8-Apr-04 3:54 
GeneralRe: SDI application Help.. Pin
Prakash Nadar8-Apr-04 4:47
Prakash Nadar8-Apr-04 4:47 
GeneralRe: SDI application Help.. Pin
Renjith Ramachandran8-Apr-04 4:57
Renjith Ramachandran8-Apr-04 4:57 
GeneralProblem in messages scheduling using timers Pin
nandha8-Apr-04 2:08
nandha8-Apr-04 2:08 
GeneralRe: Problem in messages scheduling using timers Pin
toxcct8-Apr-04 2:14
toxcct8-Apr-04 2:14 
GeneralRe: Problem in messages scheduling using timers Pin
David Crow8-Apr-04 2:16
David Crow8-Apr-04 2:16 
GeneralRe: Problem in messages scheduling using timers Pin
Prakash Nadar8-Apr-04 6:36
Prakash Nadar8-Apr-04 6:36 
GeneralFor SSL tunneling wt is Connect command syntax for connecting to HTTP Proxy server Pin
Anonymous8-Apr-04 1:31
Anonymous8-Apr-04 1:31 
GeneralRe: For SSL tunneling wt is Connect command syntax for connecting to HTTP Proxy server Pin
valikac8-Apr-04 9:02
valikac8-Apr-04 9:02 
QuestionHow to save CDC content to a Bitmap file Pin
JHAKAS8-Apr-04 1:14
JHAKAS8-Apr-04 1:14 
GeneralDesktop Context Menu Pin
/P/8-Apr-04 1:09
suss/P/8-Apr-04 1:09 
GeneralRe: Desktop Context Menu Pin
avenger_sb258-Apr-04 12:25
avenger_sb258-Apr-04 12:25 
GeneralRe: Desktop Context Menu Pin
8-Apr-04 15:26
suss8-Apr-04 15:26 

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.