Click here to Skip to main content
15,909,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Memory Problem? Pin
Nibu babu thomas15-Nov-07 0:48
Nibu babu thomas15-Nov-07 0:48 
AnswerRe: Memory Problem? Pin
Mark Salsbery15-Nov-07 7:30
Mark Salsbery15-Nov-07 7:30 
QuestionPerformance Profiler For Visual C ++ 6.0 Pin
quantimizer14-Nov-07 23:43
quantimizer14-Nov-07 23:43 
GeneralRe: Performance Profiler For Visual C ++ 6.0 Pin
Matthew Faithfull15-Nov-07 0:28
Matthew Faithfull15-Nov-07 0:28 
AnswerRe: Performance Profiler For Visual C ++ 6.0 Pin
Blake Miller16-Nov-07 4:36
Blake Miller16-Nov-07 4:36 
Questionhow to send message to a window to inform that it has focus Pin
calvfoo14-Nov-07 23:37
calvfoo14-Nov-07 23:37 
AnswerRe: how to send message to a window to inform that it has focus Pin
Malli_S15-Nov-07 0:23
Malli_S15-Nov-07 0:23 
QuestionURGENT need help with c programming struct pointer Pin
neodeaths14-Nov-07 23:34
neodeaths14-Nov-07 23:34 
hi i am doing c programming
i am trying to do struct pointer but i cant seems to get it to work:

struct person<br />
{<br />
int a;<br />
}<br />
<br />
int main()<br />
{<br />
struct person* start;<br />
<br />
start = malloc(sizeof(struct person)); // i had to do this or it wont be able to pass to the function<br />
func(start);<br />
<br />
<br />
//////////from here i tryed to printf the values of start to check weather it is the same as wat i defined in the function but it always stays the same as it was originally defined any body can please tell em WHY???<br />
return 0;<br />
}<br />
<br />
void func(struct person* inc)<br />
{<br />
struct person* newnode;<br />
newnode = malloc(sizeof(struct person)); // this is where i create a new instance of person<br />
inc = newnode;<br />
}<br />

AnswerRe: URGENT need help with c programming struct pointer Pin
CPallini14-Nov-07 23:43
mveCPallini14-Nov-07 23:43 
GeneralRe: URGENT need help with c programming struct pointer Pin
neodeaths14-Nov-07 23:47
neodeaths14-Nov-07 23:47 
GeneralRe: URGENT need help with c programming struct pointer Pin
CPallini15-Nov-07 0:11
mveCPallini15-Nov-07 0:11 
AnswerRe: URGENT need help with c programming struct pointer Pin
David Crow15-Nov-07 8:53
David Crow15-Nov-07 8:53 
Questionsetting the text color for checkbox caption Pin
subramanyeswari14-Nov-07 23:29
subramanyeswari14-Nov-07 23:29 
JokeRe: setting the text color for checkbox caption Pin
Nelek15-Nov-07 0:23
protectorNelek15-Nov-07 0:23 
GeneralRe: setting the text color for checkbox caption [modified] Pin
subramanyeswari15-Nov-07 19:44
subramanyeswari15-Nov-07 19:44 
GeneralRe: setting the text color for checkbox caption Pin
Nelek15-Nov-07 20:55
protectorNelek15-Nov-07 20:55 
QuestionRe: setting the text color for checkbox caption Pin
Hamid_RT15-Nov-07 3:08
Hamid_RT15-Nov-07 3:08 
QuestionHow to create new folder in VC++ MFC? Pin
vandana714-Nov-07 23:09
vandana714-Nov-07 23:09 
AnswerRe: How to create new folder in VC++ MFC? Pin
Iain Clarke, Warrior Programmer14-Nov-07 23:25
Iain Clarke, Warrior Programmer14-Nov-07 23:25 
AnswerRe: How to create new folder in VC++ MFC? Pin
sw@thi14-Nov-07 23:26
sw@thi14-Nov-07 23:26 
AnswerRe: How to create new folder in VC++ MFC? Pin
Hamid_RT15-Nov-07 3:07
Hamid_RT15-Nov-07 3:07 
Questioncapture window below another window Pin
calvfoo14-Nov-07 23:03
calvfoo14-Nov-07 23:03 
GeneralRe: capture window below another window Pin
calvfoo14-Nov-07 23:17
calvfoo14-Nov-07 23:17 
QuestionFont Pin
Try14-Nov-07 22:06
Try14-Nov-07 22:06 
Questioncan someone help:-) Pin
cindy_try14-Nov-07 21:31
cindy_try14-Nov-07 21: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.