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

C / C++ / MFC

 
QuestionHow to tile multiple windows in a single view Pin
Vaclav_11-Sep-10 8:59
Vaclav_11-Sep-10 8:59 
AnswerRe: How to tile multiple windows in a single view Pin
ShanghaiDan11-Sep-10 9:57
ShanghaiDan11-Sep-10 9:57 
AnswerRe: How to tile multiple windows in a single view Pin
«_Superman_»12-Sep-10 18:50
professional«_Superman_»12-Sep-10 18:50 
GeneralRe: How to tile multiple windows in a single view - SOLVED Pin
Vaclav_13-Sep-10 2:39
Vaclav_13-Sep-10 2:39 
QuestionReference to a pointer question Pin
VentsyV10-Sep-10 11:43
VentsyV10-Sep-10 11:43 
AnswerRe: Reference to a pointer question Pin
MicroVirus10-Sep-10 12:53
MicroVirus10-Sep-10 12:53 
AnswerRe: Reference to a pointer question Pin
Niklas L10-Sep-10 21:04
Niklas L10-Sep-10 21:04 
AnswerRe: Reference to a pointer question Pin
Paul Michalik11-Sep-10 23:17
Paul Michalik11-Sep-10 23:17 
It is completely unclear what your intentions are. The statement
myObjPtr& pTest = GetObjPtr();

only makes sense if myObjPtr is a type, but in your example it is an object. Also myObjTtr does not appear at all, so I don't know what it should represent. Last but not least, 'a reference to a pointer' is a separate type in the weird c++ world, for example
Object *& tReferenceToPointer

reads from right to left as tReferenceToPointer is a reference to a pointer to Object.
So please clarify what you mean. The 'memory access violation' comes from an attempt to access something via unitialized pointer to it.
AnswerRe: Reference to a pointer question [modified] Pin
Aescleal12-Sep-10 11:01
Aescleal12-Sep-10 11:01 
QuestionWindow IME language Pin
fusion_nuke@hotmail.com10-Sep-10 7:48
fusion_nuke@hotmail.com10-Sep-10 7:48 
GeneralRe: Window IME language Pin
David Crow10-Sep-10 8:15
David Crow10-Sep-10 8:15 
GeneralRe: Window IME language Pin
Nemanja Trifunovic10-Sep-10 8:48
Nemanja Trifunovic10-Sep-10 8:48 
GeneralRe: Window IME language Pin
David Crow10-Sep-10 9:30
David Crow10-Sep-10 9:30 
GeneralRe: Window IME language Pin
fusion_nuke@hotmail.com10-Sep-10 18:00
fusion_nuke@hotmail.com10-Sep-10 18:00 
AnswerRe: Window IME language Pin
Nemanja Trifunovic10-Sep-10 8:57
Nemanja Trifunovic10-Sep-10 8:57 
QuestionCList with Pointers Pin
VentsyV10-Sep-10 7:05
VentsyV10-Sep-10 7:05 
QuestionRe: CList with Pointers Pin
CPallini10-Sep-10 7:51
mveCPallini10-Sep-10 7:51 
AnswerRe: CList with Pointers Pin
VentsyV10-Sep-10 8:01
VentsyV10-Sep-10 8:01 
QuestionRe: CList with Pointers Pin
David Crow10-Sep-10 8:10
David Crow10-Sep-10 8:10 
AnswerRe: CList with Pointers Pin
VentsyV10-Sep-10 8:33
VentsyV10-Sep-10 8:33 
AnswerRe: CList with Pointers Pin
VentsyV10-Sep-10 9:18
VentsyV10-Sep-10 9:18 
QuestionPrint a FormView Pin
Shivanand Gupta10-Sep-10 2:25
Shivanand Gupta10-Sep-10 2:25 
AnswerRe: Print a FormView Pin
Richard MacCutchan10-Sep-10 5:21
mveRichard MacCutchan10-Sep-10 5:21 
AnswerRe: Print a FormView Pin
bob1697210-Sep-10 8:30
bob1697210-Sep-10 8:30 
GeneralRe: Print a FormView Pin
Shivanand Gupta11-Sep-10 8:31
Shivanand Gupta11-Sep-10 8:31 

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.