Click here to Skip to main content
15,891,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in DropList Combobox. Pin
Rajesh R Subramanian15-Jun-08 21:06
professionalRajesh R Subramanian15-Jun-08 21:06 
GeneralRe: Problem in DropList Combobox. Pin
Hamid_RT15-Jun-08 21:12
Hamid_RT15-Jun-08 21:12 
AnswerRe: Problem in DropList Combobox. Pin
Hamid_RT15-Jun-08 21:07
Hamid_RT15-Jun-08 21:07 
AnswerRe: Problem in DropList Combobox. Pin
sheshidar15-Jun-08 21:14
sheshidar15-Jun-08 21:14 
QuestionError in Accessing capCreateCaptureWindow API in Visual Studio 2005 Pin
am 200915-Jun-08 19:17
am 200915-Jun-08 19:17 
QuestionAbout a simple Stash problem in Think in C++ Pin
quboo15-Jun-08 19:02
quboo15-Jun-08 19:02 
QuestionRe: About a simple Stash problem in Think in C++ Pin
David Crow16-Jun-08 3:13
David Crow16-Jun-08 3:13 
QuestionHow to Create non heap array of objects (class takin 2 args with no Default cotr) Pin
vibindia15-Jun-08 18:36
vibindia15-Jun-08 18:36 
Suppose there is a class ClassTest with one argument constructor (no default constructor).

ClassTest
{
Public:
ClassTest(int i); //no default Cotr
}

A non heap array of objects of above class can be created as below

int ID1, ID2, ID3;
ClassTest ArrayClassTest [] = { ID1, ID2, ID3};

How to create an array of object of class ClassTest. If its Ctor takes two args

ClassTest
{
Public:
ClassTest(int i,int j); //no default Cotr
}

VIBIN

"Fool's run away,where angle's fear to tread"

AnswerRe: How to Create non heap array of objects (class takin 2 args with no Default cotr) Pin
Nibu babu thomas15-Jun-08 18:45
Nibu babu thomas15-Jun-08 18:45 
Questionuse Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
followait15-Jun-08 17:32
followait15-Jun-08 17:32 
AnswerRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
bob1697215-Jun-08 18:05
bob1697215-Jun-08 18:05 
AnswerRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
JudyL_MD16-Jun-08 2:18
JudyL_MD16-Jun-08 2:18 
GeneralRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
followait16-Jun-08 3:27
followait16-Jun-08 3:27 
GeneralRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
bob1697216-Jun-08 3:36
bob1697216-Jun-08 3:36 
Questionstring formated, as CString.Format() do Pin
CodingLover15-Jun-08 16:54
CodingLover15-Jun-08 16:54 
AnswerRe: string formated, as CString.Format() do Pin
Nibu babu thomas15-Jun-08 17:33
Nibu babu thomas15-Jun-08 17:33 
GeneralRe: string formated, as CString.Format() do Pin
CodingLover15-Jun-08 17:37
CodingLover15-Jun-08 17:37 
GeneralRe: string formated, as CString.Format() do Pin
Nibu babu thomas15-Jun-08 17:49
Nibu babu thomas15-Jun-08 17:49 
GeneralRe: string formated, as CString.Format() do Pin
bob1697215-Jun-08 18:12
bob1697215-Jun-08 18:12 
GeneralRe: string formated, as CString.Format() do Pin
Nibu babu thomas15-Jun-08 18:33
Nibu babu thomas15-Jun-08 18:33 
GeneralRe: string formated, as CString.Format() do Pin
bob1697216-Jun-08 6:12
bob1697216-Jun-08 6:12 
QuestionRe: string formated, as CString.Format() do Pin
CodingLover15-Jun-08 18:12
CodingLover15-Jun-08 18:12 
AnswerRe: string formated, as CString.Format() do Pin
Nibu babu thomas15-Jun-08 18:29
Nibu babu thomas15-Jun-08 18:29 
NewsRe: string formated, as CString.Format() do Pin
CodingLover15-Jun-08 18:36
CodingLover15-Jun-08 18:36 
GeneralRe: string formated, as CString.Format() do Pin
Dan15-Jun-08 21:20
Dan15-Jun-08 21:20 

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.