Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Service control error Pin
Navin3-Mar-04 3:24
Navin3-Mar-04 3:24 
GeneralRe: Service control error Pin
Deian3-Mar-04 4:18
Deian3-Mar-04 4:18 
GeneralRe: Service control error Pin
Navin3-Mar-04 13:48
Navin3-Mar-04 13:48 
General(Service control errors Pin
Deian3-Mar-04 0:28
Deian3-Mar-04 0:28 
GeneralHelp: Writing large vector to file fast using Win32 API Pin
inter8ection3-Mar-04 0:23
inter8ection3-Mar-04 0:23 
GeneralRe: Help: Writing large vector to file fast using Win32 API Pin
Robert A. T. Káldy3-Mar-04 1:37
Robert A. T. Káldy3-Mar-04 1:37 
GeneralRe: Help: Writing large vector to file fast using Win32 API Pin
inter8ection3-Mar-04 2:27
inter8ection3-Mar-04 2:27 
GeneralRe: Help: Writing large vector to file fast using Win32 API Pin
James R. Twine3-Mar-04 5:40
James R. Twine3-Mar-04 5:40 
Well, since the contract/specification of STL's vector states that is has to use a contigious block of memory, you could write out the # of elements in one of the vectors and write out the entire block in one WriteFile(...) operation.

The address of the first element of the vector would be the start of the memory block allocated to it.

Peace!

-=- James (Sonork:100.21837)
[Tip for SUV winter driving survival: "Professional Driver on Closed Course" does not mean "your Dumb Ass on a Public Road"!]
[Get Delete FXP Files Now!]

GeneralProblem with CFileDialog & OPENFILENAME Pin
turska3-Mar-04 0:03
turska3-Mar-04 0:03 
GeneralRe: Problem with CFileDialog & OPENFILENAME Pin
_Magnus_3-Mar-04 2:15
_Magnus_3-Mar-04 2:15 
GeneralRe: Problem with CFileDialog & OPENFILENAME Pin
rutkis3-Mar-04 5:33
rutkis3-Mar-04 5:33 
GeneralHelp!! Pin
Pazzuzu2-Mar-04 23:51
Pazzuzu2-Mar-04 23:51 
GeneralRe: Help!! Pin
Prakash Nadar3-Mar-04 0:10
Prakash Nadar3-Mar-04 0:10 
GeneralRe: Help!! Pin
Pazzuzu3-Mar-04 1:17
Pazzuzu3-Mar-04 1:17 
GeneralRe: Help!! Pin
Prakash Nadar3-Mar-04 3:07
Prakash Nadar3-Mar-04 3:07 
GeneralRe: Help!! Pin
Pazzuzu3-Mar-04 3:14
Pazzuzu3-Mar-04 3:14 
GeneralRe: Help!! Pin
Prakash Nadar3-Mar-04 3:27
Prakash Nadar3-Mar-04 3:27 
GeneralRe: Help!! Pin
Pazzuzu3-Mar-04 3:37
Pazzuzu3-Mar-04 3:37 
GeneralCrystal report Pin
Shah Shehpori2-Mar-04 23:37
sussShah Shehpori2-Mar-04 23:37 
GeneralRe: Crystal report Pin
Steve S3-Mar-04 2:18
Steve S3-Mar-04 2:18 
QuestionUrgent: Flexgrid not running on XP ? Pin
amit sebiz2-Mar-04 23:27
amit sebiz2-Mar-04 23:27 
AnswerRe: Urgent: Flexgrid not running on XP ? Pin
Steve S3-Mar-04 2:14
Steve S3-Mar-04 2:14 
GeneralMMC Wizards Pin
Jeremy Pullicino2-Mar-04 22:53
Jeremy Pullicino2-Mar-04 22:53 
Questionhow to use IDocHostUIHandler::ShowUI function Pin
Abhi Lahare2-Mar-04 22:11
Abhi Lahare2-Mar-04 22:11 
AnswerRe: how to use IDocHostUIHandler::ShowUI function Pin
Ravi Bhavnani3-Mar-04 6:14
professionalRavi Bhavnani3-Mar-04 6:14 

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.