Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Plz Advice: VC++ 5 years Experianced, India Pin
CPallini15-Apr-10 3:11
mveCPallini15-Apr-10 3:11 
AnswerRe: Plz Advice: VC++ 5 years Experianced, India Pin
Rajesh R Subramanian15-Apr-10 4:27
professionalRajesh R Subramanian15-Apr-10 4:27 
QuestionSave / Restore ChildFrame windows position within MDI application [modified] Pin
mesajflaviu14-Apr-10 22:34
mesajflaviu14-Apr-10 22:34 
AnswerRe: Save / Restore ChildFrame windows position within MDI application Pin
Niklas L15-Apr-10 0:55
Niklas L15-Apr-10 0:55 
QuestionHow to free LPTSTR varaibles Pin
am 200914-Apr-10 22:16
am 200914-Apr-10 22:16 
QuestionRe: How to free LPTSTR varaibles Pin
CPallini14-Apr-10 22:35
mveCPallini14-Apr-10 22:35 
AnswerRe: How to free LPTSTR varaibles Pin
eusto14-Apr-10 22:35
eusto14-Apr-10 22:35 
AnswerRe: How to free LPTSTR varaibles Pin
Chris Losinger15-Apr-10 1:32
professionalChris Losinger15-Apr-10 1:32 
Questionlist view drag drop event Pin
arun_pk14-Apr-10 22:15
arun_pk14-Apr-10 22:15 
AnswerRe: list view drag drop event Pin
Niklas L15-Apr-10 1:15
Niklas L15-Apr-10 1:15 
Questioncallback function Pin
Sakhalean14-Apr-10 21:20
Sakhalean14-Apr-10 21:20 
AnswerRe: callback function PinPopular
Code-o-mat14-Apr-10 21:39
Code-o-mat14-Apr-10 21:39 

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.