Click here to Skip to main content
15,901,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUSB comunication by visual C++ Pin
ghaff15-Sep-03 21:00
ghaff15-Sep-03 21:00 
GeneralRe: USB comunication by visual C++ Pin
Anonymous15-Sep-03 21:29
Anonymous15-Sep-03 21:29 
GeneralRe: USB comunication by visual C++ Pin
peterchen15-Sep-03 23:01
peterchen15-Sep-03 23:01 
Generalreverse_iterator Pin
Hosam Aly Mahmoud15-Sep-03 20:44
Hosam Aly Mahmoud15-Sep-03 20:44 
GeneralRe: reverse_iterator Pin
Taka Muraoka15-Sep-03 21:07
Taka Muraoka15-Sep-03 21:07 
GeneralRe: reverse_iterator Pin
jhwurmbach15-Sep-03 21:35
jhwurmbach15-Sep-03 21:35 
GeneralRe: reverse_iterator Pin
Taka Muraoka15-Sep-03 21:38
Taka Muraoka15-Sep-03 21:38 
GeneralRe: reverse_iterator Pin
Hosam Aly Mahmoud15-Sep-03 23:04
Hosam Aly Mahmoud15-Sep-03 23:04 
Thanks for your reply. But why can't I add to the iterator? According to MSDN[^], the reverse iterator contains operator+. What I don't know is what this operator takes as input.

Anyway, I changed my code to this and it compiled:
for ( RectList::reverse_iterator ri = myList.rbegin(), ri2 = myList.rbegin();
		ri2 != myList.rend(); ++ri )
	*ri = *(++ri2);
Thank you for your help.

Hosam Aly Mahmoud


GeneralRe: reverse_iterator Pin
jhwurmbach15-Sep-03 21:43
jhwurmbach15-Sep-03 21:43 
GeneralRe: reverse_iterator Pin
Hosam Aly Mahmoud15-Sep-03 23:07
Hosam Aly Mahmoud15-Sep-03 23:07 
QuestionControl on a ScrollView that doesn't scroll. How to achieve this? Pin
steven1115-Sep-03 19:24
steven1115-Sep-03 19:24 
GeneralMulti dimensional array using pointer notation Pin
Anonymous15-Sep-03 19:06
Anonymous15-Sep-03 19:06 
Generaldiagonal controls Pin
r i s h a b h s15-Sep-03 18:51
r i s h a b h s15-Sep-03 18:51 
GeneralRe: diagonal controls Pin
Hosam Aly Mahmoud15-Sep-03 20:48
Hosam Aly Mahmoud15-Sep-03 20:48 
GeneralRe: diagonal controls Pin
Joey Bloggs16-Sep-03 1:49
Joey Bloggs16-Sep-03 1:49 
GeneralRe: diagonal controls Pin
r i s h a b h s16-Sep-03 18:41
r i s h a b h s16-Sep-03 18:41 
Generalmemory leak problem in dialog based app Pin
r i s h a b h s15-Sep-03 18:44
r i s h a b h s15-Sep-03 18:44 
GeneralRe: memory leak problem in dialog based app Pin
Bernhard15-Sep-03 19:29
Bernhard15-Sep-03 19:29 
GeneralRe: memory leak problem in dialog based app Pin
r i s h a b h s15-Sep-03 22:01
r i s h a b h s15-Sep-03 22:01 
GeneralRe: memory leak problem in dialog based app Pin
jhwurmbach15-Sep-03 23:01
jhwurmbach15-Sep-03 23:01 
GeneralRe: memory leak problem in dialog based app Pin
r i s h a b h s15-Sep-03 23:23
r i s h a b h s15-Sep-03 23:23 
GeneralRe: memory leak problem in dialog based app Pin
Jagadeesh VN16-Sep-03 1:30
Jagadeesh VN16-Sep-03 1:30 
GeneralRe: memory leak problem in dialog based app Pin
David Crow16-Sep-03 5:03
David Crow16-Sep-03 5:03 
GeneralRe: memory leak problem in dialog based app Pin
r i s h a b h s16-Sep-03 18:39
r i s h a b h s16-Sep-03 18:39 
GeneralRe: memory leak problem in dialog based app Pin
David Crow17-Sep-03 2:29
David Crow17-Sep-03 2:29 

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.