Click here to Skip to main content
15,914,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: One More ?? Pin
Lord Kixdemp21-Sep-07 10:01
Lord Kixdemp21-Sep-07 10:01 
GeneralRe: One More ?? Pin
Mark Salsbery21-Sep-07 10:12
Mark Salsbery21-Sep-07 10:12 
GeneralRe: One More ?? Pin
Lord Kixdemp21-Sep-07 13:27
Lord Kixdemp21-Sep-07 13:27 
Questionkrunode Pin
youbo20-Sep-07 16:05
youbo20-Sep-07 16:05 
AnswerRe: krunode Pin
Lord Kixdemp20-Sep-07 16:10
Lord Kixdemp20-Sep-07 16:10 
QuestionRe: krunode Pin
David Crow20-Sep-07 17:22
David Crow20-Sep-07 17:22 
AnswerRe: krunode Pin
nbugalia20-Sep-07 19:22
nbugalia20-Sep-07 19:22 
AnswerRe: krunode Pin
John R. Shaw20-Sep-07 20:43
John R. Shaw20-Sep-07 20:43 
This is C code and the typedef tells you that you can declare a variable of type “struct node” by simply typing “stud” instead of “struct node”. The “creat” function allocates, and initializes a new “stud”, which will need to be freed latter. Why an “int” is passed to it I have no idea, because it has nothing to do with the “node”, unless “creat” is doing more than just creating a new node.

Oh, by the way, the name of the function should be “create” or something similar, because “creat” is an East Indian herb.


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

QuestionHow to link to app.config? Pin
Chester Lou20-Sep-07 15:13
Chester Lou20-Sep-07 15:13 
AnswerRe: How to link to app.config? Pin
DevMentor.org20-Sep-07 18:01
DevMentor.org20-Sep-07 18:01 
GeneralRe: How to link to app.config? Pin
Chester Lou20-Sep-07 20:07
Chester Lou20-Sep-07 20:07 
GeneralRe: How to link to app.config? Pin
DevMentor.org20-Sep-07 20:25
DevMentor.org20-Sep-07 20:25 
QuestionPop-Up in the status bar above a NOTIFYICONDATA icon with MFC Pin
HiEverybody20-Sep-07 10:01
HiEverybody20-Sep-07 10:01 
AnswerRe: Pop-Up in the status bar above a NOTIFYICONDATA icon with MFC Pin
Mark Salsbery20-Sep-07 11:29
Mark Salsbery20-Sep-07 11:29 
AnswerRe: Pop-Up in the status bar above a NOTIFYICONDATA icon with MFC Pin
ThatsAlok20-Sep-07 23:16
ThatsAlok20-Sep-07 23:16 
QuestionCDaoRecordset from a stored procedure? [modified] Pin
littleGreenDude20-Sep-07 9:18
littleGreenDude20-Sep-07 9:18 
QuestionRTF to HTML converter Pin
Ali Rafiee20-Sep-07 9:14
Ali Rafiee20-Sep-07 9:14 
Questionhow to include another sort into this program Pin
snoop8220-Sep-07 8:24
snoop8220-Sep-07 8:24 
QuestionRe: how to include another sort into this program Pin
David Crow20-Sep-07 8:29
David Crow20-Sep-07 8:29 
AnswerRe: how to include another sort into this program Pin
snoop8220-Sep-07 8:32
snoop8220-Sep-07 8:32 
QuestionRe: how to include another sort into this program Pin
Maximilien20-Sep-07 8:35
Maximilien20-Sep-07 8:35 
AnswerRe: how to include another sort into this program Pin
snoop8220-Sep-07 8:37
snoop8220-Sep-07 8:37 
GeneralRe: how to include another sort into this program Pin
David Crow20-Sep-07 8:46
David Crow20-Sep-07 8:46 
GeneralRe: how to include another sort into this program Pin
snoop8220-Sep-07 8:54
snoop8220-Sep-07 8:54 
QuestionRe: how to include another sort into this program Pin
David Crow20-Sep-07 8:58
David Crow20-Sep-07 8:58 

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.