Click here to Skip to main content
15,915,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBinary Tree Help-how to display a tree hierarchy Pin
Member 382253215-Apr-10 14:35
Member 382253215-Apr-10 14:35 
AnswerRe: Binary Tree Help-how to display a tree hierarchy Pin
Gwenio15-Apr-10 15:23
Gwenio15-Apr-10 15:23 
GeneralRe: Binary Tree Help-how to display a tree hierarchy Pin
Member 382253215-Apr-10 15:52
Member 382253215-Apr-10 15:52 
QuestionWinHelp for Mobile Windows CE 6.0 Pin
Software200715-Apr-10 8:55
Software200715-Apr-10 8:55 
AnswerRe: WinHelp for Mobile Windows CE 6.0 Pin
Eugen Podsypalnikov15-Apr-10 20:17
Eugen Podsypalnikov15-Apr-10 20:17 
QuestionHow to combine Menu and toolbar to one line? Pin
Software200715-Apr-10 6:05
Software200715-Apr-10 6:05 
AnswerRe: How to combine Menu and toolbar to one line? Pin
Iain Clarke, Warrior Programmer15-Apr-10 6:16
Iain Clarke, Warrior Programmer15-Apr-10 6:16 
AnswerRe: How to combine Menu and toolbar to one line? Pin
«_Superman_»15-Apr-10 7:08
professional«_Superman_»15-Apr-10 7:08 
QuestionAccess violation for CWinThread Pin
sksksksksksksks15-Apr-10 0:12
sksksksksksksks15-Apr-10 0:12 
AnswerRe: Access violation for CWinThread Pin
CPallini15-Apr-10 0:24
mveCPallini15-Apr-10 0:24 
AnswerRe: Access violation for CWinThread Pin
Cedric Moonen15-Apr-10 1:06
Cedric Moonen15-Apr-10 1:06 
AnswerRe: Access violation for CWinThread Pin
Rajesh R Subramanian15-Apr-10 4:24
professionalRajesh R Subramanian15-Apr-10 4:24 
GeneralRe: Access violation for CWinThread Pin
CPallini15-Apr-10 7:35
mveCPallini15-Apr-10 7:35 
GeneralRe: Access violation for CWinThread Pin
Moak15-Apr-10 8:21
Moak15-Apr-10 8:21 
GeneralRe: Access violation for CWinThread Pin
CPallini15-Apr-10 8:53
mveCPallini15-Apr-10 8:53 
GeneralRe: Access violation for CWinThread Pin
Iain Clarke, Warrior Programmer15-Apr-10 10:39
Iain Clarke, Warrior Programmer15-Apr-10 10:39 
QuestionHow to Pass a Argument as CArray to a Function. Pin
janaswamy uday14-Apr-10 23:39
janaswamy uday14-Apr-10 23:39 
QuestionRe: How to Pass a Argument as CArray to a Function. Pin
CPallini15-Apr-10 0:04
mveCPallini15-Apr-10 0:04 
AnswerRe: How to Pass a Argument as CArray to a Function. Pin
janaswamy uday15-Apr-10 0:11
janaswamy uday15-Apr-10 0:11 
GeneralRe: How to Pass a Argument as CArray to a Function. Pin
CPallini15-Apr-10 0:18
mveCPallini15-Apr-10 0:18 
Please don't be silly in your dumb attempt to be rude.

'What you asked' is really not clear, if your question is obscure how can we help you?
Moreover 'gimme code' is not welcomed here.

BTW I repeat, if you need to change the CArray object passed as function argument, then pass it as reference, e.g.

void foo(CArray<int> & a)
{
//whatever...
}


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

[My articles]

QuestionPlz Advice: VC++ 5 years Experianced, India Pin
krishna_CP14-Apr-10 23:11
krishna_CP14-Apr-10 23:11 
JokeRe: Plz Advice: VC++ 5 years Experianced, India Pin
CPallini14-Apr-10 23:21
mveCPallini14-Apr-10 23:21 
GeneralRe: Plz Advice: VC++ 5 years Experianced, India Pin
krishna_CP14-Apr-10 23:30
krishna_CP14-Apr-10 23:30 
GeneralRe: Plz Advice: VC++ 5 years Experianced, India PinPopular
Emilio Garavaglia14-Apr-10 23:31
Emilio Garavaglia14-Apr-10 23:31 
JokeRe: Plz Advice: VC++ 5 years Experianced, India Pin
David Crow15-Apr-10 3:02
David Crow15-Apr-10 3:02 

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.