Click here to Skip to main content
15,908,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralIs it possible to do Pin
suresh_sathya5-Aug-02 20:15
suresh_sathya5-Aug-02 20:15 
GeneralRe: Is it possible to do Pin
RChin5-Aug-02 21:01
RChin5-Aug-02 21:01 
GeneralADO problem Pin
unknown soldier5-Aug-02 18:23
unknown soldier5-Aug-02 18:23 
GeneralRe: ADO problem Pin
RChin5-Aug-02 21:12
RChin5-Aug-02 21:12 
Generalnew class ... Pin
AlinRO5-Aug-02 18:04
AlinRO5-Aug-02 18:04 
GeneralRe: new class ... Pin
Nish Nishant5-Aug-02 18:21
sitebuilderNish Nishant5-Aug-02 18:21 
GeneralNested CLists Pin
Dor5-Aug-02 17:41
Dor5-Aug-02 17:41 
GeneralRe: Nested CLists Pin
Christian Graus5-Aug-02 18:28
protectorChristian Graus5-Aug-02 18:28 
First the obligatory disclaimer - CList is garbage. Use std::list instead.

What you may have is something like this:

list<list<int>> mylist;

which looks like a list of lists of ints, but instead you have the two >> symbols next to each other, which the compiler interprets as a shift operator. If that is your probilem, just insert a space.


Christian

We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum )

Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002
GeneralRe: Nested CLists Pin
Chris Losinger5-Aug-02 18:30
professionalChris Losinger5-Aug-02 18:30 
QuestionHow to detect MS Terminal Service installs in the host oevr lan? Pin
xiao_heihei5-Aug-02 16:16
sussxiao_heihei5-Aug-02 16:16 
QuestionHow to set a file read only and hide attribute? Pin
Old Gun5-Aug-02 14:00
Old Gun5-Aug-02 14:00 
AnswerRe: How to set a file read only and hide attribute? Pin
Hydralisk5-Aug-02 15:02
Hydralisk5-Aug-02 15:02 
GeneralRe: How to set a file read only and hide attribute? Pin
Anonymous6-Aug-02 19:35
Anonymous6-Aug-02 19:35 
GeneralClick a Titlebar Pin
Steve L.5-Aug-02 13:54
Steve L.5-Aug-02 13:54 
GeneralRe: Click a Titlebar Pin
Shog95-Aug-02 14:43
sitebuilderShog95-Aug-02 14:43 
GeneralRe: Click a Titlebar Pin
Nish Nishant5-Aug-02 16:49
sitebuilderNish Nishant5-Aug-02 16:49 
GeneralRe: Click a Titlebar Pin
Shog95-Aug-02 17:37
sitebuilderShog95-Aug-02 17:37 
GeneralRe: Click a Titlebar Pin
Steve L.5-Aug-02 16:49
Steve L.5-Aug-02 16:49 
GeneralRe: Click a Titlebar Pin
Shog95-Aug-02 17:01
sitebuilderShog95-Aug-02 17:01 
GeneralRe: Click a Titlebar Pin
Steve L.5-Aug-02 17:04
Steve L.5-Aug-02 17:04 
GeneralRe: Click a Titlebar Pin
Shog95-Aug-02 17:36
sitebuilderShog95-Aug-02 17:36 
GeneralRe: Click a Titlebar Pin
Steve L.5-Aug-02 17:50
Steve L.5-Aug-02 17:50 
QuestionHow to start up an external .exe prog? Pin
Anonymous5-Aug-02 12:35
Anonymous5-Aug-02 12:35 
AnswerRe: How to start up an external .exe prog? Pin
Bill Wilson5-Aug-02 12:41
Bill Wilson5-Aug-02 12:41 
AnswerRe: How to start up an external .exe prog? Pin
Mr. Bill5-Aug-02 12:57
Mr. Bill5-Aug-02 12:57 

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.