Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerA little different !!! Pin
M_Nuaimi27-Apr-06 14:30
M_Nuaimi27-Apr-06 14:30 
GeneralRe: A little different !!! Pin
Ryan Binns27-Apr-06 19:25
Ryan Binns27-Apr-06 19:25 
QuestionAbout MDI step debug in vs2003 Pin
zhoucheng26-Apr-06 15:04
zhoucheng26-Apr-06 15:04 
AnswerRe: About MDI step debug in vs2003 Pin
Ryan Binns26-Apr-06 16:16
Ryan Binns26-Apr-06 16:16 
GeneralRe: About MDI step debug in vs2003 Pin
zhoucheng26-Apr-06 20:20
zhoucheng26-Apr-06 20:20 
QuestionNeed a class to display normal text and hyperlinks Pin
Defenestration26-Apr-06 13:30
Defenestration26-Apr-06 13:30 
AnswerRe: Need a class to display normal text and hyperlinks Pin
Nibu babu thomas26-Apr-06 17:16
Nibu babu thomas26-Apr-06 17:16 
QuestionHaving some problems, and it may be a pointer issure Pin
kuroiryu26-Apr-06 13:04
kuroiryu26-Apr-06 13:04 
bool screen::addCube(cube* newCube)

screens[i].addCube(&cubeSet[i]);


Is there anything wrong with the way i have all the function.
I the screen obj has builds a linked list of displayable obj, well just my cubes really.
But later when draw gets called the some of the values of the cube from cubeSet are incorrect or null and the program halts.

The program starts with declarations,
cube cubeSet[4];
screen screens[4];

please help,
thanks
AnswerRe: Having some problems, and it may be a pointer issure Pin
ankita patel26-Apr-06 13:39
ankita patel26-Apr-06 13:39 
GeneralRe: Having some problems, and it may be a pointer issure Pin
kuroiryu26-Apr-06 14:16
kuroiryu26-Apr-06 14:16 
GeneralRe: Having some problems, and it may be a pointer issure Pin
ankita patel26-Apr-06 14:20
ankita patel26-Apr-06 14:20 
AnswerRe: Having some problems, and it may be a pointer issure Pin
Nibu babu thomas26-Apr-06 18:46
Nibu babu thomas26-Apr-06 18:46 
GeneralRe: Having some problems, and it may be a pointer issure Pin
kuroiryu27-Apr-06 5:20
kuroiryu27-Apr-06 5:20 
QuestionHiding cursor Pin
Kleser26-Apr-06 12:13
Kleser26-Apr-06 12:13 
AnswerRe: Hiding cursor Pin
Michael Dunn26-Apr-06 13:13
sitebuilderMichael Dunn26-Apr-06 13:13 
AnswerRe: Hiding cursor Pin
Naveen26-Apr-06 17:16
Naveen26-Apr-06 17:16 
QuestionMeasure width of a single character Pin
richiebaby26-Apr-06 12:08
richiebaby26-Apr-06 12:08 
AnswerRe: Measure width of a single character Pin
Trollslayer26-Apr-06 12:34
mentorTrollslayer26-Apr-06 12:34 
GeneralRe: Measure width of a single character Pin
richiebaby26-Apr-06 23:52
richiebaby26-Apr-06 23:52 
AnswerRe: Measure width of a single character Pin
Blake Miller26-Apr-06 13:03
Blake Miller26-Apr-06 13:03 
QuestionGet current cursor type Pin
khb26-Apr-06 9:21
khb26-Apr-06 9:21 
AnswerRe: Get current cursor type Pin
Ryan Binns26-Apr-06 14:02
Ryan Binns26-Apr-06 14:02 
GeneralRe: Get current cursor type Pin
khb26-Apr-06 21:16
khb26-Apr-06 21:16 
GeneralRe: Get current cursor type Pin
Ryan Binns26-Apr-06 23:50
Ryan Binns26-Apr-06 23:50 
GeneralRe: Get current cursor type Pin
balaji16727-May-14 1:39
balaji16727-May-14 1:39 

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.