Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiongetting .net runtime from c/c++ Pin
g00fyman20-Apr-06 18:14
g00fyman20-Apr-06 18:14 
QuestionHow can I get the selected text in edit view? Pin
Jacky Tsee20-Apr-06 17:48
Jacky Tsee20-Apr-06 17:48 
AnswerRe: How can I get the selected text in edit view? Pin
_AnsHUMAN_ 20-Apr-06 18:04
_AnsHUMAN_ 20-Apr-06 18:04 
AnswerRe: How can I get the selected text in edit view? Pin
Naveen20-Apr-06 18:56
Naveen20-Apr-06 18:56 
AnswerRe: How can I get the selected text in edit view? Pin
ablaye20-Apr-06 19:11
ablaye20-Apr-06 19:11 
AnswerRe: How can I get the selected text in edit view? Pin
John R. Shaw20-Apr-06 22:02
John R. Shaw20-Apr-06 22:02 
Question【CPropertyPageEx in Vista】 Pin
chenxiujie20-Apr-06 17:42
chenxiujie20-Apr-06 17:42 
QuestionNetwork Transfer Question Pin
RedDragon2k20-Apr-06 17:30
RedDragon2k20-Apr-06 17:30 
Heyho everyone,

I'm currently working on a Network Application with a Client and 3 Servers who split up work. A lot of Data has to be transfered especially to one of those servers. I worked out a Data Packet Layout and I wanted to ask you if you think that this is a good idea. Because I'm not sure. It's an XML-based Packet Communication and looks like this:

<DataPacket>
    <Header>
        <Some Tag>Blablabla</Some Tag>
        <Another Tag>Hello World</Another Tag>
        <Checksum>The Checksum</Checksum>
    </Header>
    <Data>
        <Type>Some Type</Type>
        <Length>Length</Length>
        <Checksum>The Checksum</Checksum>
        <Data> Our real Data ! </Data>
    </Data>
</DataPacket>


So this is the layout. But I'm not really happy with it because I think this is getting a huge bunch of Data.
How would you do this ? Or do you have any improvements ? Or shall I maybe don't do this with XML and just as a binary packet ?

Thank you,
Benedikt
QuestionProject Creation Favor(If someone has extra time) Pin
Expert Coming20-Apr-06 13:33
Expert Coming20-Apr-06 13:33 
Questionincrease stack size in VC++ 2002 Pin
sleze20-Apr-06 10:59
sleze20-Apr-06 10:59 
AnswerRe: increase stack size in VC++ 2002 Pin
Chris Losinger20-Apr-06 11:46
professionalChris Losinger20-Apr-06 11:46 
GeneralRe: increase stack size in VC++ 2002 Pin
sleze20-Apr-06 12:11
sleze20-Apr-06 12:11 
GeneralRe: increase stack size in VC++ 2002 Pin
Jörgen Sigvardsson20-Apr-06 12:30
Jörgen Sigvardsson20-Apr-06 12:30 
GeneralRe: increase stack size in VC++ 2002 Pin
Waldermort21-Apr-06 0:20
Waldermort21-Apr-06 0:20 
GeneralRe: increase stack size in VC++ 2002 Pin
cmk20-Apr-06 17:36
cmk20-Apr-06 17:36 
AnswerRe: increase stack size in VC++ 2002 Pin
Stephen Hewitt20-Apr-06 14:34
Stephen Hewitt20-Apr-06 14:34 
GeneralRe: increase stack size in VC++ 2002 Pin
sleze20-Apr-06 15:37
sleze20-Apr-06 15:37 
GeneralRe: increase stack size in VC++ 2002 Pin
Stephen Hewitt20-Apr-06 16:10
Stephen Hewitt20-Apr-06 16:10 
GeneralRe: increase stack size in VC++ 2002 Pin
sleze21-Apr-06 5:41
sleze21-Apr-06 5:41 
GeneralRe: increase stack size in VC++ 2002 Pin
Stephen Hewitt21-Apr-06 20:37
Stephen Hewitt21-Apr-06 20:37 
GeneralRe: increase stack size in VC++ 2002 Pin
Nick_Kisialiou22-Apr-06 1:08
Nick_Kisialiou22-Apr-06 1:08 
GeneralRe: increase stack size in VC++ 2002 Pin
Stephen Hewitt22-Apr-06 2:54
Stephen Hewitt22-Apr-06 2:54 
Questiondsdfg Pin
VinayVarma20-Apr-06 10:06
VinayVarma20-Apr-06 10:06 
AnswerRe: dsdfg Pin
ThatsAlok20-Apr-06 22:35
ThatsAlok20-Apr-06 22:35 
QuestionA task for me Pin
Waheed Akbar20-Apr-06 9:15
Waheed Akbar20-Apr-06 9:15 

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.