Click here to Skip to main content
15,915,078 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: file write access Pin
David Crow20-Sep-06 9:58
David Crow20-Sep-06 9:58 
AnswerRe: file write access Pin
CTAPYLLIKA20-Sep-06 19:02
CTAPYLLIKA20-Sep-06 19:02 
QuestionSHBrowseForFolder problem Pin
Mohammad A Gdeisat20-Sep-06 9:11
Mohammad A Gdeisat20-Sep-06 9:11 
QuestionRe: SHBrowseForFolder problem Pin
David Crow20-Sep-06 10:01
David Crow20-Sep-06 10:01 
AnswerRe: SHBrowseForFolder problem Pin
Mohammad A Gdeisat20-Sep-06 10:44
Mohammad A Gdeisat20-Sep-06 10:44 
QuestionRe: SHBrowseForFolder problem Pin
David Crow20-Sep-06 10:59
David Crow20-Sep-06 10:59 
AnswerRe: SHBrowseForFolder problem Pin
Mohammad A Gdeisat20-Sep-06 11:44
Mohammad A Gdeisat20-Sep-06 11:44 
Questionpointer question Pin
shaderx20-Sep-06 8:47
shaderx20-Sep-06 8:47 
so i got a pointer
void *p;

and a structure

struct d{
blah....blah..
};

d st;

and i use it with

memcpy(p,&st,sizeof(d));

so my trouble is:
after using memcpy i need to advance the pointer with sizeof(d), so i can copy another one.

tryed p+=sizeof(d) but got :
error C2036: 'void *' : unknown size

help pls .

AnswerRe: pointer question Pin
Chipperm20-Sep-06 8:55
Chipperm20-Sep-06 8:55 
GeneralRe: pointer question Pin
shaderx20-Sep-06 9:03
shaderx20-Sep-06 9:03 
AnswerRe: pointer question Pin
toxcct20-Sep-06 9:09
toxcct20-Sep-06 9:09 
GeneralRe: pointer question Pin
shaderx20-Sep-06 9:13
shaderx20-Sep-06 9:13 
AnswerRe: pointer question Pin
Zac Howland20-Sep-06 9:33
Zac Howland20-Sep-06 9:33 
GeneralRe: pointer question Pin
Stephen Hewitt20-Sep-06 13:57
Stephen Hewitt20-Sep-06 13:57 
GeneralRe: pointer question Pin
Zac Howland20-Sep-06 15:11
Zac Howland20-Sep-06 15:11 
AnswerRe: pointer question Pin
Stephen Hewitt20-Sep-06 14:01
Stephen Hewitt20-Sep-06 14:01 
QuestionBuild Dependencies Problem Pin
Brooks Harris20-Sep-06 8:29
Brooks Harris20-Sep-06 8:29 
AnswerRe: Build Dependencies Problem Pin
Brooks Harris20-Sep-06 11:20
Brooks Harris20-Sep-06 11:20 
QuestionFunction GetAsyncKeyState() can't be used in system service,why? Pin
nopainnogain20-Sep-06 7:59
nopainnogain20-Sep-06 7:59 
QuestionRe: Function GetAsyncKeyState() can't be used in system service,why? Pin
David Crow20-Sep-06 8:30
David Crow20-Sep-06 8:30 
AnswerRe: Function GetAsyncKeyState() can't be used in system service,why? Pin
nopainnogain20-Sep-06 8:50
nopainnogain20-Sep-06 8:50 
AnswerRe: Function GetAsyncKeyState() can't be used in system service,why? Pin
nopainnogain20-Sep-06 17:55
nopainnogain20-Sep-06 17:55 
QuestionSave me! @_@! Pin
WinXYhappy20-Sep-06 6:20
WinXYhappy20-Sep-06 6:20 
AnswerRe: Save me! @_@! Pin
toxcct20-Sep-06 6:24
toxcct20-Sep-06 6:24 
GeneralRe: Save me! @_@! Pin
WinXYhappy20-Sep-06 6:37
WinXYhappy20-Sep-06 6:37 

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.