Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GetTextExtent() on asian edition Pin
Naveen26-Jul-06 20:52
Naveen26-Jul-06 20:52 
QuestionTab Controls Pin
Programm3r26-Jul-06 19:52
Programm3r26-Jul-06 19:52 
JokeRe: Tab Controls Pin
Programm3r26-Jul-06 19:58
Programm3r26-Jul-06 19:58 
QuestionCoCreateInstanceEx() Pin
Anu_Bala26-Jul-06 18:59
Anu_Bala26-Jul-06 18:59 
AnswerRe: CoCreateInstanceEx() Pin
_AnsHUMAN_ 26-Jul-06 19:10
_AnsHUMAN_ 26-Jul-06 19:10 
GeneralRe: CoCreateInstanceEx() Pin
Anu_Bala26-Jul-06 19:23
Anu_Bala26-Jul-06 19:23 
GeneralRe: CoCreateInstanceEx() Pin
_AnsHUMAN_ 26-Jul-06 19:32
_AnsHUMAN_ 26-Jul-06 19:32 
QuestionStructures with pointers question Pin
KanuAMBC26-Jul-06 18:52
KanuAMBC26-Jul-06 18:52 
Hi, Does anyone know how i can store the address of a particular node ie. "startPointer". This variable will store the address of a node so that that i can call out to the node when i need it in any of my functions. My code will have no problem if I declare the startPointer variable globally. But the problem now is that based on my assignment req, I'm not allowed to declare any variables global other than the specified ones.

struct data
{
double xstart, xend, ystart, yend; //get xstart,xend,ystart,yend values
int child, iter, width, height; //get iteration value
data* next; //pointer to next node
};data* startPointer;
...
...
main(){...

Is there any way that I could get around this?

ThanksSmile | :)
AnswerRe: Structures with pointers question [modified] Pin
Maxwell Chen27-Jul-06 0:32
Maxwell Chen27-Jul-06 0:32 
QuestionDirectSound, two devices with different frequencies Pin
motoshit26-Jul-06 18:52
motoshit26-Jul-06 18:52 
QuestionInPlaceFrame Pin
Rinu_Raj26-Jul-06 17:48
Rinu_Raj26-Jul-06 17:48 
QuestionInPlaceFrame Pin
Rinu_Raj26-Jul-06 17:47
Rinu_Raj26-Jul-06 17:47 
Questionstationary dialog box Pin
Ram Murali26-Jul-06 15:14
Ram Murali26-Jul-06 15:14 
AnswerRe: stationary dialog box Pin
Christian Graus26-Jul-06 15:26
protectorChristian Graus26-Jul-06 15:26 
AnswerRe: stationary dialog box Pin
Nibu babu thomas26-Jul-06 17:15
Nibu babu thomas26-Jul-06 17:15 
AnswerRe: stationary dialog box Pin
see me26-Jul-06 17:17
see me26-Jul-06 17:17 
AnswerRe: stationary dialog box Pin
Steve S26-Jul-06 21:28
Steve S26-Jul-06 21:28 
QuestionGet HTML source into MFC app via https Pin
StuartP200226-Jul-06 14:57
StuartP200226-Jul-06 14:57 
QuestionSendMessage() function returns 0 Pin
BuckBrown26-Jul-06 12:55
BuckBrown26-Jul-06 12:55 
AnswerRe: SendMessage() function returns 0 Pin
Hamid_RT26-Jul-06 19:29
Hamid_RT26-Jul-06 19:29 
QuestionSay what? Strange combobox behavior... [modified] Pin
lctrncs26-Jul-06 12:21
lctrncs26-Jul-06 12:21 
QuestionRe: Say what? Strange combobox behavior... Pin
Hamid_RT27-Jul-06 7:45
Hamid_RT27-Jul-06 7:45 
AnswerRe: Say what? Strange combobox behavior... Pin
lctrncs27-Jul-06 9:57
lctrncs27-Jul-06 9:57 
GeneralRe: Say what? Strange combobox behavior... Pin
lctrncs27-Jul-06 12:50
lctrncs27-Jul-06 12:50 
QuestionCommon Dialog Box'es Pin
G_S26-Jul-06 9:04
G_S26-Jul-06 9:04 

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.