Click here to Skip to main content
15,906,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Combo Box Pin
David Crow6-Feb-04 5:45
David Crow6-Feb-04 5:45 
GeneralRe: Combo Box Pin
C++NewBe6-Feb-04 5:52
C++NewBe6-Feb-04 5:52 
GeneralRe: Combo Box Pin
David Crow6-Feb-04 6:01
David Crow6-Feb-04 6:01 
GeneralRe: Combo Box Pin
C++NewBe6-Feb-04 7:12
C++NewBe6-Feb-04 7:12 
QuestionHow to create dynamicaly DataGrid Pin
bilas6-Feb-04 5:11
bilas6-Feb-04 5:11 
Questionhow to distiguish an object send via socket Pin
Anonymous6-Feb-04 4:26
Anonymous6-Feb-04 4:26 
AnswerRe: how to distiguish an object send via socket Pin
Alexander M.,6-Feb-04 6:14
Alexander M.,6-Feb-04 6:14 
Questionhow to distiguish an object ,, when send by socket Pin
Anonymous6-Feb-04 4:12
Anonymous6-Feb-04 4:12 
hi,

i have created an array
UCHAR * m_array;
m_array = new UNCHAR [size]

i saved data in it ,, that PCM data (pulse code modulation)

now i want to send this (array) throught socket.

but i want to place some TAG before this that helps me on server side that i m recivng an array

CString str = " <<array>>";
E.G ..
? = str + m_array( i.e object of array )
in which(?) i store it.
m_array is not a string data;

how can i addup this type of tag that helps me on server side to distiguish this that it is an array object ,, not ohter data...

if its successfull to add up a tag
then using

CSocket->send ( ...... , .. , ...);

it can be send
Plz reply me about adding a tag

thanx
AnswerRe: how to distiguish an object ,, when send by socket Pin
valikac6-Feb-04 9:05
valikac6-Feb-04 9:05 
GeneralChanging External Dependencies Pin
Franz Klein6-Feb-04 4:08
Franz Klein6-Feb-04 4:08 
QuestionSending keys in MFC? Pin
Dev5786-Feb-04 3:49
Dev5786-Feb-04 3:49 
AnswerRe: Sending keys in MFC? Pin
David Crow6-Feb-04 4:16
David Crow6-Feb-04 4:16 
GeneralThanks Pin
Dev5786-Feb-04 5:05
Dev5786-Feb-04 5:05 
GeneralCBT Hook and WriteFile problems Pin
jtmille333333333336-Feb-04 3:48
jtmille333333333336-Feb-04 3:48 
GeneralRe: CBT Hook and WriteFile problems Pin
David Crow6-Feb-04 4:36
David Crow6-Feb-04 4:36 
GeneralRe: CBT Hook and WriteFile problems Pin
jtmille333333333339-Feb-04 10:30
jtmille333333333339-Feb-04 10:30 
QuestionCD audio data in memory to WMA? Pin
zhaopzhi6-Feb-04 3:36
zhaopzhi6-Feb-04 3:36 
GeneralOpenGL help (URGENT) Pin
ArFuk6-Feb-04 3:32
ArFuk6-Feb-04 3:32 
GeneralRe: OpenGL help (URGENT) Pin
Alexander M.,6-Feb-04 4:20
Alexander M.,6-Feb-04 4:20 
GeneralRe: OpenGL help (URGENT) Pin
ArFuk6-Feb-04 4:34
ArFuk6-Feb-04 4:34 
GeneralRe: OpenGL help (URGENT) Pin
ZoogieZork6-Feb-04 4:54
ZoogieZork6-Feb-04 4:54 
GeneralRe: OpenGL help (URGENT) Pin
ArFuk6-Feb-04 5:03
ArFuk6-Feb-04 5:03 
GeneralRe: OpenGL help (URGENT) Pin
AORD7-Feb-04 16:57
AORD7-Feb-04 16:57 
GeneralCoding time comparisons across languages Pin
jspano6-Feb-04 3:28
jspano6-Feb-04 3:28 
GeneralRe: Coding time comparisons across languages Pin
Maximilien6-Feb-04 3:46
Maximilien6-Feb-04 3:46 

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.