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

C / C++ / MFC

 
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 
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 
Since you will probably be doing this in an array (I assume this is for DirectX vertices?) if st is an array of d's instead of single ones, just call it this way:

d st[100];
// fill in each st somewhere
// p is allocated in a Vertex buffer
memcpy(p, &st, sizeof(d) * 100);


If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

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 
GeneralRe: Save me! @_@! Pin
toxcct20-Sep-06 6:46
toxcct20-Sep-06 6:46 
AnswerRe: Save me! @_@! Pin
led mike20-Sep-06 6:27
led mike20-Sep-06 6:27 
GeneralRe: Save me! @_@! Pin
WinXYhappy20-Sep-06 7:25
WinXYhappy20-Sep-06 7:25 
GeneralRe: Save me! @_@! Pin
Zac Howland20-Sep-06 7:39
Zac Howland20-Sep-06 7:39 
GeneralRe: Save me! @_@! Pin
WinXYhappy20-Sep-06 8:02
WinXYhappy20-Sep-06 8:02 

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.