Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAssignProcessToJobObject from a different process Pin
Chintoo7231-Jan-06 21:50
Chintoo7231-Jan-06 21:50 
Questionhow to get my IP Pin
islheg1-Jan-06 21:21
islheg1-Jan-06 21:21 
AnswerRe: how to get my IP Pin
mehrdadov1-Jan-06 22:11
mehrdadov1-Jan-06 22:11 
AnswerRe: how to get my IP Pin
ThatsAlok1-Jan-06 22:43
ThatsAlok1-Jan-06 22:43 
QuestionMSVC Your own toy os made EASY. Pin
kmcguire34131-Jan-06 21:17
kmcguire34131-Jan-06 21:17 
QuestionCD Write Pin
mehrdadov1-Jan-06 20:47
mehrdadov1-Jan-06 20:47 
AnswerRe: CD Write Pin
kakan2-Jan-06 1:07
professionalkakan2-Jan-06 1:07 
Questionplease help me (need help about class,pointers and etc) Pin
neodeaths1-Jan-06 20:44
neodeaths1-Jan-06 20:44 
i am trying to create a class which have a pointer which points to one or more other class

but i cant find anyway to do it pleaes show me an example please

i am using #include<iostream>
using namespace std;

wat i am trying to do:
i am trying to make a class that some how have a pointer which links to item class which is shown below

these are my 2 item class:

class graphic_card
{
int core_clock,memory_clock,memory_size,pixel_pipe_line;
char model[20],vpu[20];
float direct_X;
bool Twin_view,video_in,D_sub;

public:
};

class mother_board
{
int hyper_transport,pci,audio_channel;
char model[20],cpu_socket[30],memory_slot[20];
bool lan,dual_bios,intergrated_VGA;

public:
};
AnswerRe: please help me (need help about class,pointers and etc) Pin
ewighell1-Jan-06 23:00
ewighell1-Jan-06 23:00 
Question[Message Deleted] Pin
B.M.Sudhakar1-Jan-06 19:46
B.M.Sudhakar1-Jan-06 19:46 
AnswerRe: Problem with IHTMLElement2--Help Me Please Pin
ThatsAlok1-Jan-06 22:03
ThatsAlok1-Jan-06 22:03 
AnswerRe: Problem with IHTMLElement2--Help Me Please Pin
Sheng Jiang 蒋晟2-Jan-06 15:00
Sheng Jiang 蒋晟2-Jan-06 15:00 
Question(((((((How do I send a message!)))))) Pin
peshkunta1-Jan-06 18:55
peshkunta1-Jan-06 18:55 
AnswerRe: (((((((How do I send a message!)))))) Pin
vishalmore1-Jan-06 19:39
vishalmore1-Jan-06 19:39 
GeneralRe: (((((((How do I send a message!)))))) Pin
peshkunta1-Jan-06 22:53
peshkunta1-Jan-06 22:53 
Questionhow to open com port Pin
birajendu1-Jan-06 18:31
birajendu1-Jan-06 18:31 
AnswerRe: how to open com port Pin
includeh101-Jan-06 21:03
includeh101-Jan-06 21:03 
QuestionRe: how to open com port Pin
birajendu1-Jan-06 21:17
birajendu1-Jan-06 21:17 
QuestionThe best way to get the keystrokes in ASCII form Pin
INA_ctive1-Jan-06 15:22
INA_ctive1-Jan-06 15:22 
AnswerRe: The best way to get the keystrokes in ASCII form Pin
Owner drawn1-Jan-06 17:31
Owner drawn1-Jan-06 17:31 
AnswerRe: The best way to get the keystrokes in ASCII form Pin
vishalmore1-Jan-06 19:43
vishalmore1-Jan-06 19:43 
GeneralRe: The best way to get the keystrokes in ASCII form Pin
Owner drawn1-Jan-06 20:19
Owner drawn1-Jan-06 20:19 
GeneralRe: The best way to get the keystrokes in ASCII form Pin
INA_ctive2-Jan-06 5:27
INA_ctive2-Jan-06 5:27 
QuestionCopyTo method in Class String Pin
zpeng1-Jan-06 11:12
zpeng1-Jan-06 11:12 
Questioncommunication between and Bi directional communication between VC and C Pin
sheshidar1-Jan-06 10:21
sheshidar1-Jan-06 10: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.