Click here to Skip to main content
15,922,407 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC Fonts Pin
20-May-02 23:18
suss20-May-02 23:18 
GeneralRe: MFC Fonts Pin
jack Mesic21-May-02 5:28
jack Mesic21-May-02 5:28 
Generaldroped file Pin
20-May-02 22:59
suss20-May-02 22:59 
GeneralRe: droped file Pin
Prem Kumar20-May-02 23:41
Prem Kumar20-May-02 23:41 
GeneralRe: droped file Pin
5-Jun-02 3:09
suss5-Jun-02 3:09 
Questionsending objects with socket? Pin
a_hic20-May-02 22:45
a_hic20-May-02 22:45 
AnswerRe: sending objects with socket? Pin
Nish Nishant20-May-02 22:59
sitebuilderNish Nishant20-May-02 22:59 
GeneralRe: sending objects with socket? Pin
a_hic21-May-02 0:12
a_hic21-May-02 0:12 
thanks,
If my struct is:
struct X{
int..;
char*..;
..
};
struct X Y;
and I woul send Y by send(),how i send it as raw bytes, i cast it: send(socket,(byte *)Y,sizeof(Y),0)?
and wen I received it I will recost it:
....
int i=recv(socket,buf,..)
struct X* pX;
pX=(struct X*)buf;
...?
GeneralRe: sending objects with socket? Pin
Nish Nishant21-May-02 0:51
sitebuilderNish Nishant21-May-02 0:51 
GeneralPut file in SQL Server using CRecordset Pin
HenrikO20-May-02 22:29
HenrikO20-May-02 22:29 
GeneralRe: Put file in SQL Server using CRecordset Pin
Mazdak21-May-02 0:13
Mazdak21-May-02 0:13 
GeneralRe: Put file in SQL Server using CRecordset Pin
HenrikO21-May-02 1:15
HenrikO21-May-02 1:15 
GeneralRe: Put file in SQL Server using CRecordset Pin
Richard Green21-May-02 1:28
Richard Green21-May-02 1:28 
GeneralRe: Put file in SQL Server using CRecordset Pin
HenrikO21-May-02 4:36
HenrikO21-May-02 4:36 
GeneralMs Flex Grid SetDataSource method Pin
20-May-02 21:54
suss20-May-02 21:54 
GeneralSTL's valarray compiling errors in a MFC apps Pin
Alexandru Savescu20-May-02 21:36
Alexandru Savescu20-May-02 21:36 
GeneralRe: STL's valarray compiling errors in a MFC apps Pin
Joaquín M López Muñoz20-May-02 22:28
Joaquín M López Muñoz20-May-02 22:28 
GeneralRe: STL's valarray compiling errors in a MFC apps Pin
Alexandru Savescu20-May-02 22:37
Alexandru Savescu20-May-02 22:37 
GeneralAccessing Ports in NT Pin
Manikandan20-May-02 21:18
Manikandan20-May-02 21:18 
GeneralRe: Accessing Ports in NT Pin
Mike Nordell21-May-02 5:08
Mike Nordell21-May-02 5:08 
GeneralNo scroll bars in list control Pin
paulb20-May-02 21:09
paulb20-May-02 21:09 
GeneralRe: No scroll bars in list control Pin
Alvaro Mendez21-May-02 4:53
Alvaro Mendez21-May-02 4:53 
Generalbeginner mapmode coords Pin
BlackRider20-May-02 21:11
BlackRider20-May-02 21:11 
GeneralRe: beginner mapmode coords Pin
Manikandan20-May-02 21:30
Manikandan20-May-02 21:30 
GeneralRe: beginner mapmode coords Pin
BlackRider20-May-02 22:35
BlackRider20-May-02 22:35 

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.