Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC serialization Pin
Keshav V. Kamat23-Apr-07 2:10
Keshav V. Kamat23-Apr-07 2:10 
GeneralRe: MFC serialization Pin
cp987623-Apr-07 2:49
cp987623-Apr-07 2:49 
QuestionRe: MFC serialization Pin
David Crow23-Apr-07 5:10
David Crow23-Apr-07 5:10 
AnswerRe: MFC serialization Pin
Mark Salsbery23-Apr-07 6:12
Mark Salsbery23-Apr-07 6:12 
Questionabout new operator in Visual C++ Pin
mt_samiei23-Apr-07 0:55
mt_samiei23-Apr-07 0:55 
AnswerRe: about new operator in Visual C++ Pin
CPallini23-Apr-07 1:20
mveCPallini23-Apr-07 1:20 
AnswerRe: about new operator in Visual C++ Pin
Cedric Moonen23-Apr-07 1:26
Cedric Moonen23-Apr-07 1:26 
AnswerRe: about new operator in Visual C++ Pin
CPallini23-Apr-07 1:34
mveCPallini23-Apr-07 1:34 
For instance:

int ** p;
int n=3;
int m=4;

p = new int *[n];

p[0]= new int [5];
p[1] = new int [m];
p[2] = new int [10];

p[0][1]=13;


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.

AnswerRe: about new operator in Visual C++ Pin
toxcct23-Apr-07 4:50
toxcct23-Apr-07 4:50 
AnswerRe: about new operator in Visual C++ Pin
Nemanja Trifunovic23-Apr-07 6:03
Nemanja Trifunovic23-Apr-07 6:03 
Questionvisual C++ currencies convertor Pin
cmvr23-Apr-07 0:47
cmvr23-Apr-07 0:47 
AnswerRe: visual C++ currencies convertor Pin
CPallini23-Apr-07 2:03
mveCPallini23-Apr-07 2:03 
QuestionCompiler Error C2628 Pin
Programm3r23-Apr-07 0:43
Programm3r23-Apr-07 0:43 
AnswerRe: Compiler Error C2628 Pin
prasad_som23-Apr-07 1:15
prasad_som23-Apr-07 1:15 
QuestionRe: Compiler Error C2628 Pin
Programm3r23-Apr-07 1:40
Programm3r23-Apr-07 1:40 
AnswerRe: Compiler Error C2628 Pin
prasad_som23-Apr-07 19:32
prasad_som23-Apr-07 19:32 
QuestionRepainting problem On Minimize and Close button Pin
ksrameshkanth23-Apr-07 0:23
ksrameshkanth23-Apr-07 0:23 
AnswerRe: Repainting problem On Minimize and Close button Pin
kcynic13-Jul-07 13:00
kcynic13-Jul-07 13:00 
Questionhow to compare two images/pixels? Pin
bigphish23-Apr-07 0:11
bigphish23-Apr-07 0:11 
AnswerRe: how to compare two images/pixels? Pin
prasad_som23-Apr-07 0:16
prasad_som23-Apr-07 0:16 
AnswerRe: how to compare two images/pixels? Pin
Hamid_RT25-Apr-07 7:39
Hamid_RT25-Apr-07 7:39 
QuestionC++ time (VS 6) Pin
Stevo Z22-Apr-07 23:48
Stevo Z22-Apr-07 23:48 
QuestionA need codes for DFP and Newton optimizations methods Pin
nico11dec22-Apr-07 22:35
nico11dec22-Apr-07 22:35 
QuestionMenu Font problem [modified] Pin
Neeraj Sinha22-Apr-07 22:10
Neeraj Sinha22-Apr-07 22:10 
AnswerRe: Menu Font problem Pin
Sarath C23-Apr-07 0:21
Sarath C23-Apr-07 0:21 

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.