Click here to Skip to main content
15,909,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Launching applications like Windows Media Player Pin
_anil_7-Feb-06 13:19
_anil_7-Feb-06 13:19 
GeneralRe: Launching applications like Windows Media Player Pin
Allad8-Feb-06 16:19
Allad8-Feb-06 16:19 
GeneralRe: Launching applications like Windows Media Player Pin
ThatsAlok8-Feb-06 19:01
ThatsAlok8-Feb-06 19:01 
AnswerRe: Launching applications like Windows Media Player Pin
Anilkumar K V7-Feb-06 18:19
Anilkumar K V7-Feb-06 18:19 
QuestionHow to input UNICODE into VS 6 resource editor? Pin
transoft7-Feb-06 12:12
transoft7-Feb-06 12:12 
AnswerRe: How to input UNICODE into VS 6 resource editor? Pin
nguyenvhn7-Feb-06 15:19
nguyenvhn7-Feb-06 15:19 
GeneralRe: How to input UNICODE into VS 6 resource editor? Pin
transoft7-Feb-06 16:57
transoft7-Feb-06 16:57 
QuestionMerge two variable into one??? Pin
Ming Luo7-Feb-06 9:28
Ming Luo7-Feb-06 9:28 
Hi all:
I have a struct like following:
struct {
float x, y, z;
} Vector;

Vector v1, v2;

at some time, I want v1 and v2 to be a single variable what I mean is that v1 v2 are always containing the same value and whenever I change the value of v1, v2 will be changed automatically. For some reason somewhere else the program, I can't declare v1, v2 as pointers Vectorv *v1, *v2 explicitly. I tried &v1 = &v2. But obviously it doesn't work. Does anybody have a solution for this problems please???
Thanks alot!!!




Asura

-- modified at 15:29 Tuesday 7th February, 2006
AnswerRe: Merge two variable into one??? Pin
Maximilien7-Feb-06 9:36
Maximilien7-Feb-06 9:36 
QuestionRe: Merge two variable into one??? Pin
David Crow7-Feb-06 9:43
David Crow7-Feb-06 9:43 
AnswerRe: Merge two variable into one??? Pin
Chris Meech7-Feb-06 9:45
Chris Meech7-Feb-06 9:45 
QuestionFile Transfer Complete Pin
amt357-Feb-06 7:09
amt357-Feb-06 7:09 
QuestionRe: File Transfer Complete Pin
David Crow7-Feb-06 8:16
David Crow7-Feb-06 8:16 
AnswerRe: File Transfer Complete Pin
amt357-Feb-06 9:26
amt357-Feb-06 9:26 
GeneralRe: File Transfer Complete Pin
Maximilien7-Feb-06 9:42
Maximilien7-Feb-06 9:42 
QuestionRe: File Transfer Complete Pin
David Crow7-Feb-06 9:42
David Crow7-Feb-06 9:42 
AnswerRe: File Transfer Complete Pin
Ryan Binns7-Feb-06 17:35
Ryan Binns7-Feb-06 17:35 
AnswerRe: File Transfer Complete Pin
normanS7-Feb-06 18:51
normanS7-Feb-06 18:51 
Questionneed help in program Pin
taurus7777-Feb-06 6:18
taurus7777-Feb-06 6:18 
AnswerRe: need help in program Pin
David Crow7-Feb-06 6:32
David Crow7-Feb-06 6:32 
GeneralRe: need help in program Pin
taurus7777-Feb-06 7:01
taurus7777-Feb-06 7:01 
GeneralRe: need help in program Pin
Maximilien7-Feb-06 7:41
Maximilien7-Feb-06 7:41 
GeneralRe: need help in program Pin
taurus7777-Feb-06 8:19
taurus7777-Feb-06 8:19 
GeneralRe: need help in program Pin
David Crow7-Feb-06 8:25
David Crow7-Feb-06 8:25 
GeneralRe: need help in program Pin
Maximilien7-Feb-06 9:39
Maximilien7-Feb-06 9: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.