Click here to Skip to main content
15,902,002 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: traping Esc key in textbox? Pin
prasad_som17-Mar-07 5:06
prasad_som17-Mar-07 5:06 
AnswerRe: traping Esc key in textbox? Pin
ThatsAlok19-Mar-07 1:18
ThatsAlok19-Mar-07 1:18 
QuestionBinRes Compilation problem Pin
Kiran Pinjala16-Mar-07 23:27
Kiran Pinjala16-Mar-07 23:27 
AnswerRe: BinRes Compilation problem Pin
toxcct17-Mar-07 3:53
toxcct17-Mar-07 3:53 
Questionhow to call another program from a program during run time? Pin
Malini Nair16-Mar-07 22:05
Malini Nair16-Mar-07 22:05 
AnswerRe: how to call another program from a program during run time? [modified] Pin
prasad_som16-Mar-07 22:24
prasad_som16-Mar-07 22:24 
AnswerRe: how to call another program from a program during run time? Pin
David Crow19-Mar-07 2:15
David Crow19-Mar-07 2:15 
QuestionSimple inheritance but a single error. plz run this !! Pin
Zealous_Me16-Mar-07 21:18
Zealous_Me16-Mar-07 21:18 
# include "iostream.h"
# include "conio.h"

class baby
{
private:
int weight,age;
char name[20];
public :
int standard;
baby(int age, int weight, int standard):age(age),weight(weight),standard(standard)
{ }
baby(int age, int weight):age(age),weight(weight)
{ }
void get_name()
{
cout<<"\n \n Enter the name of the baby -> ";
cin>>name;
}
void show_data()
{
cout<<"\n \n The name of the baby is -> "<<name;
cout<<"\n="" \n="" the="" age="" and="" weight="" of="" baby="" is="" -=""> "<<age<<" &="" "<<weight<<"="" respectively";
="" }
};

class="" mybaby="" :="" baby
{
="" private:
="" int="" mybaby_age,mybaby_weight;
="" char="" mybaby_name;
="" public:
="" mybaby(int="" mybaby_age,="" mybaby_weight):mybaby_age(mybaby_age),mybaby_weight(mybaby_weight)
="" {="" }
=""
="" void="" get_mybabyname()
="" {
="" cout<<"\n="" \n="" the="" name="" of="" my="" baby="" -=""> ";
cin>>mybaby_name;
}
void show_mybabyname()
{
cout<<"\n \n The name of my baby is -> "<<mybaby_name;
cout<<"\n="" \n="" the="" standard="" of="" my="" baby="" is="" -=""> "<
AnswerRe: Simple inheritance but a single error. plz run this !! Pin
prasad_som16-Mar-07 22:21
prasad_som16-Mar-07 22:21 
AnswerRe: Simple inheritance but a single error. plz run this !! Pin
Cedric Moonen17-Mar-07 0:46
Cedric Moonen17-Mar-07 0:46 
GeneralRe: Simple inheritance but a single error. plz run this !! Pin
ThatsAlok19-Mar-07 1:19
ThatsAlok19-Mar-07 1:19 
GeneralRe: Simple inheritance but a single error. plz run this !! Pin
Cedric Moonen19-Mar-07 8:17
Cedric Moonen19-Mar-07 8:17 
AnswerRe: Simple inheritance but a single error. plz run this !! Pin
C Mahesh17-Mar-07 0:48
C Mahesh17-Mar-07 0:48 
GeneralRe: Simple inheritance but a single error. plz run this !! Pin
Zealous_Me17-Mar-07 8:05
Zealous_Me17-Mar-07 8:05 
Questiondisplaying same value in all rows Pin
sulabh_expert@rediffmail.com16-Mar-07 20:38
sulabh_expert@rediffmail.com16-Mar-07 20:38 
AnswerRe: displaying same value in all rows Pin
toxcct17-Mar-07 3:56
toxcct17-Mar-07 3:56 
Questionhow to control web application's session?help me! Pin
himum16-Mar-07 20:35
himum16-Mar-07 20:35 
Questionmoving textbox to nextcell in flexgrid while enter key pressed help me please? Pin
viral_umang@hotmail.com16-Mar-07 20:07
viral_umang@hotmail.com16-Mar-07 20:07 
QuestionPrint to file Pin
RockyJames16-Mar-07 19:36
RockyJames16-Mar-07 19:36 
AnswerRe: Print to file Pin
Hamid_RT16-Mar-07 20:24
Hamid_RT16-Mar-07 20:24 
QuestionDoubt in SystemTimeToFileTime Pin
ShaluMalu16-Mar-07 18:43
ShaluMalu16-Mar-07 18:43 
AnswerRe: Doubt in SystemTimeToFileTime Pin
Michael Dunn16-Mar-07 20:04
sitebuilderMichael Dunn16-Mar-07 20:04 
AnswerRe: Doubt in SystemTimeToFileTime Pin
Karismatic16-Mar-07 20:10
Karismatic16-Mar-07 20:10 
QuestionHow to... [Game Related] Pin
Anthony Mushrow16-Mar-07 17:42
professionalAnthony Mushrow16-Mar-07 17:42 
AnswerRe: How to... [Game Related] Pin
Christian Graus16-Mar-07 17:56
protectorChristian Graus16-Mar-07 17:56 

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.