Click here to Skip to main content
15,925,399 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DeflateRect Pin
ThatsAlok2-Jun-05 1:10
ThatsAlok2-Jun-05 1:10 
GeneralRe: DeflateRect Pin
Stlan2-Jun-05 1:13
Stlan2-Jun-05 1:13 
GeneralRe: DeflateRect Pin
ThatsAlok2-Jun-05 1:23
ThatsAlok2-Jun-05 1:23 
GeneralRe: DeflateRect Pin
ThatsAlok2-Jun-05 1:07
ThatsAlok2-Jun-05 1:07 
GeneralVC6 and Virtual PC Pin
Davy Mitchell2-Jun-05 0:22
Davy Mitchell2-Jun-05 0:22 
GeneralRe: VC6 and Virtual PC Pin
Rutger Ellen2-Jun-05 1:07
Rutger Ellen2-Jun-05 1:07 
GeneralImport C++ function in C Programs Pin
phijophlip2-Jun-05 0:09
phijophlip2-Jun-05 0:09 
Generalseekg Pin
mcsherry1-Jun-05 23:19
mcsherry1-Jun-05 23:19 
I'm currently processing a very large binary file in which I need to move backwards and forwards through the file to check for start and end markers, once I've found a matching start and end marker I then go back to the end of the start marker and read in all of the data upto (and including) the end marker.

However I've found that when I use:
seekg ( -1, ios::cur )

it appears to stay on the current element, so I have to do
seekg ( -2, ios::cur ).

Is this correct behaviour? (btw I'm using -1 and -2 only as example values).

many thanks,
Andy
GeneralRe: seekg Pin
Cedric Moonen1-Jun-05 23:30
Cedric Moonen1-Jun-05 23:30 
GeneralRe: seekg Pin
mcsherry1-Jun-05 23:50
mcsherry1-Jun-05 23:50 
GeneralI Can't IE Key press... But. I want Active X control's Key press Pin
seredius1-Jun-05 23:16
seredius1-Jun-05 23:16 
GeneralRe: I Can't IE Key press... But. I want Active X control's Key press Pin
Weiye Chen1-Jun-05 23:43
Weiye Chen1-Jun-05 23:43 
GeneralRe: I Can't IE Key press... But. I want Active X control's Key press Pin
xcavin2-Jun-05 1:57
xcavin2-Jun-05 1:57 
GeneralBackground Color Pin
leifmikael1-Jun-05 23:15
leifmikael1-Jun-05 23:15 
GeneralRe: Background Color Pin
ThatsAlok1-Jun-05 23:23
ThatsAlok1-Jun-05 23:23 
GeneralRe: Background Color Pin
leifmikael2-Jun-05 0:40
leifmikael2-Jun-05 0:40 
GeneralRe: Background Color Pin
ThatsAlok2-Jun-05 1:11
ThatsAlok2-Jun-05 1:11 
GeneralTo display image file in dialog application Pin
Member 15060711-Jun-05 22:54
Member 15060711-Jun-05 22:54 
GeneralRe: To display image file in dialog application Pin
ThatsAlok1-Jun-05 23:10
ThatsAlok1-Jun-05 23:10 
GeneralSlider in Browser Control Pin
Ali_quaidian1-Jun-05 22:16
Ali_quaidian1-Jun-05 22:16 
QuestionAnyone who did GSM signalling decoding ?? Pin
SAMZC1-Jun-05 21:36
SAMZC1-Jun-05 21:36 
GeneralC++ Noob Pin
Psych0hans1-Jun-05 21:03
Psych0hans1-Jun-05 21:03 
GeneralRe: C++ Noob Pin
toxcct1-Jun-05 21:09
toxcct1-Jun-05 21:09 
GeneralRe: C++ Noob Pin
Psych0hans1-Jun-05 21:17
Psych0hans1-Jun-05 21:17 
GeneralRe: C++ Noob Pin
toxcct1-Jun-05 21:20
toxcct1-Jun-05 21:20 

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.