Click here to Skip to main content
15,895,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDetermining if an drang'n'drop event is active Pin
tibiz6-May-08 5:20
tibiz6-May-08 5:20 
QuestionCopy files with out using SHFileOperation Pin
itsh116-May-08 5:11
itsh116-May-08 5:11 
AnswerRe: Copy files with out using SHFileOperation Pin
Rajkumar R6-May-08 5:29
Rajkumar R6-May-08 5:29 
GeneralRe: Copy files with out using SHFileOperation Pin
itsh116-May-08 5:47
itsh116-May-08 5:47 
GeneralRe: Copy files with out using SHFileOperation Pin
David Crow6-May-08 6:01
David Crow6-May-08 6:01 
QuestionRe: Copy files with out using SHFileOperation Pin
David Crow6-May-08 6:00
David Crow6-May-08 6:00 
QuestionSetFilePointer Pin
john56326-May-08 3:16
john56326-May-08 3:16 
AnswerRe: SetFilePointer Pin
CPallini6-May-08 3:23
mveCPallini6-May-08 3:23 
From MSDN [^]:

It is not an error to set a file pointer to a position beyond the end of the file. The size of the file does not increase until you call the SetEndOfFile, WriteFile, or WriteFileEx function. A write operation increases the size of the file to the file pointer position plus the size of the buffer written, which results in the intervening bytes uninitialized.

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


QuestionCList::RemoveAt Pin
piul6-May-08 2:09
piul6-May-08 2:09 
AnswerRe: CList::RemoveAt Pin
Nelek6-May-08 2:17
protectorNelek6-May-08 2:17 
AnswerRe: CList::RemoveAt Pin
toxcct6-May-08 2:18
toxcct6-May-08 2:18 
AnswerRe: CList::RemoveAt Pin
Rajesh R Subramanian6-May-08 2:19
professionalRajesh R Subramanian6-May-08 2:19 
GeneralOT Pin
CPallini6-May-08 2:25
mveCPallini6-May-08 2:25 
JokeRe: OT Pin
Nelek6-May-08 2:27
protectorNelek6-May-08 2:27 
GeneralRe: OT Pin
CPallini6-May-08 2:31
mveCPallini6-May-08 2:31 
GeneralRe: OT Pin
Rajesh R Subramanian6-May-08 2:32
professionalRajesh R Subramanian6-May-08 2:32 
GeneralRe: OT Pin
CPallini6-May-08 2:38
mveCPallini6-May-08 2:38 
GeneralRe: OT Pin
Rajesh R Subramanian6-May-08 2:47
professionalRajesh R Subramanian6-May-08 2:47 
GeneralRe: OT Pin
CPallini6-May-08 3:00
mveCPallini6-May-08 3:00 
AnswerRe: CList::RemoveAt Pin
CPallini6-May-08 2:22
mveCPallini6-May-08 2:22 
GeneralRe: CList::RemoveAt Pin
piul6-May-08 2:29
piul6-May-08 2:29 
GeneralRe: CList::RemoveAt Pin
Rajesh R Subramanian6-May-08 2:30
professionalRajesh R Subramanian6-May-08 2:30 
GeneralRe: CList::RemoveAt Pin
CPallini6-May-08 2:35
mveCPallini6-May-08 2:35 
JokeURGENT HLP PLZZ Pin
Rajesh R Subramanian6-May-08 2:40
professionalRajesh R Subramanian6-May-08 2:40 
GeneralRe: URGENT HLP PLZZ Pin
CPallini6-May-08 2:53
mveCPallini6-May-08 2:53 

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.