Click here to Skip to main content
15,884,978 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: How to perform Expression Evaluation in C++ Pin
Super Lloyd5-Jul-16 19:51
Super Lloyd5-Jul-16 19:51 
QuestionHow to move a 3D object along X and Y axis by the keyboard? Pin
Member 1226818327-Feb-16 5:20
Member 1226818327-Feb-16 5:20 
SuggestionRe: How to move a 3D object along X and Y axis by the keyboard? Pin
Richard MacCutchan27-Feb-16 21:13
mveRichard MacCutchan27-Feb-16 21:13 
GeneralRe: How to move a 3D object along X and Y axis by the keyboard? Pin
Member 1226818327-Feb-16 22:15
Member 1226818327-Feb-16 22:15 
GeneralRe: How to move a 3D object along X and Y axis by the keyboard? Pin
Richard MacCutchan28-Feb-16 1:53
mveRichard MacCutchan28-Feb-16 1:53 
GeneralRe: How to move a 3D object along X and Y axis by the keyboard? Pin
Member 1226818328-Feb-16 3:23
Member 1226818328-Feb-16 3:23 
GeneralRe: How to move a 3D object along X and Y axis by the keyboard? Pin
Richard MacCutchan28-Feb-16 3:28
mveRichard MacCutchan28-Feb-16 3:28 
AnswerRe: How to move a 3D object along X and Y axis by the keyboard? Pin
The_Inventor28-Jun-16 21:02
The_Inventor28-Jun-16 21:02 
You need to TRASNLATE the object's POSITION.
C++
while (DIK_W)
for(i=0; i < iMax; i++)
{
   D3DXVECTOR3 pos(10, i, 10);// This gets you up direction
}do

Or something like that ...
The World as we think we know it Has a lot more to it than meets the eye.

A Mad Scientist who has seen it for himself....

QuestionI want find intersection point between two ellipse or ellipse and circle, can someone please give me useful links or any suggestions. Pin
Member 113286205-Jan-16 18:25
Member 113286205-Jan-16 18:25 
AnswerRe: I want find intersection point between two ellipse or ellipse and circle, can someone please give me useful links or any suggestions. Pin
Beginner Luck5-Jan-16 19:19
professionalBeginner Luck5-Jan-16 19:19 
GeneralRe: I want find intersection point between two ellipse or ellipse and circle, can someone please give me useful links or any suggestions. Pin
Member 113286205-Jan-16 19:41
Member 113286205-Jan-16 19:41 
GeneralRe: I want find intersection point between two ellipse or ellipse and circle, can someone please give me useful links or any suggestions. Pin
Beginner Luck6-Jan-16 14:26
professionalBeginner Luck6-Jan-16 14:26 
Questionto use next and previous button of axwindowsmediaplayer with c++ Pin
Member 121466795-Jan-16 6:57
Member 121466795-Jan-16 6:57 
AnswerRe: to use next and previous button of axwindowsmediaplayer with c++ Pin
John Schroedl19-Feb-16 5:25
professionalJohn Schroedl19-Feb-16 5:25 
QuestionShipping multiple architecture Pin
Super Lloyd4-Dec-15 14:52
Super Lloyd4-Dec-15 14:52 
AnswerRe: Shipping multiple architecture Pin
Brisingr Aerowing4-Dec-15 15:58
professionalBrisingr Aerowing4-Dec-15 15:58 
AnswerRe: Shipping multiple architecture Pin
Brisingr Aerowing4-Dec-15 16:53
professionalBrisingr Aerowing4-Dec-15 16:53 
GeneralRe: Shipping multiple architecture Pin
Garth J Lancaster4-Dec-15 17:00
professionalGarth J Lancaster4-Dec-15 17:00 
GeneralRe: Shipping multiple architecture Pin
Brisingr Aerowing6-Dec-15 5:43
professionalBrisingr Aerowing6-Dec-15 5:43 
GeneralRe: Shipping multiple architecture Pin
Super Lloyd5-Dec-15 3:59
Super Lloyd5-Dec-15 3:59 
QuestionSemester Project Pin
Member 1214667917-Nov-15 4:06
Member 1214667917-Nov-15 4:06 
AnswerRe: Semester Project Pin
Richard MacCutchan17-Nov-15 4:45
mveRichard MacCutchan17-Nov-15 4:45 
GeneralRe: Semester Project Pin
Member 1214667917-Nov-15 4:54
Member 1214667917-Nov-15 4:54 
GeneralRe: Semester Project Pin
Richard MacCutchan17-Nov-15 5:14
mveRichard MacCutchan17-Nov-15 5:14 
GeneralRe: Semester Project Pin
Member 1214667917-Nov-15 5:17
Member 1214667917-Nov-15 5:17 

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.