Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan an VC6 program be used to remote control another windows application ? Pin
Neil Urquhart10-Oct-09 21:02
Neil Urquhart10-Oct-09 21:02 
AnswerRe: Can an VC6 program be used to remote control another windows application ? Pin
Rick York10-Oct-09 21:51
mveRick York10-Oct-09 21:51 
Questionadd skin to my dialog Pin
santhosh-padamatinti10-Oct-09 19:44
santhosh-padamatinti10-Oct-09 19:44 
AnswerRe: add skin to my dialog Pin
cstic10-Oct-09 21:24
cstic10-Oct-09 21:24 
AnswerRe: add skin to my dialog Pin
Richard MacCutchan10-Oct-09 21:38
mveRichard MacCutchan10-Oct-09 21:38 
AnswerRe: add skin to my dialog Pin
wangningyu10-Oct-09 22:34
wangningyu10-Oct-09 22:34 
AnswerRe: add skin to my dialog Pin
Rajesh R Subramanian11-Oct-09 5:44
professionalRajesh R Subramanian11-Oct-09 5:44 
Questionthe skin of the point cloud from top view in C++ Pin
cstic10-Oct-09 11:22
cstic10-Oct-09 11:22 
The file format is defined as followed:
• Every line contains one point
• The point definition contains x, y and z coordinates delimited by a space character
• Each line is ended by the new line character
Please note that only “visible” points from top view must be written to the file (the skin of the point cloud from top view) (Illustration 4).
Given:
1. Point class for the definition of a point in 3d and (some) methods for vector algebra
2. Strictly use of STL and C++ stream library
3. Visual C++ 6.0 or .NET as a development environment
4. High level test function to test the resulting component. This defines also the “interface” of the component to be written.
Hints:
- Create a small documentation 1 page with 2 pictures to present the mathematical approach of the sphere move point intersection. It should clearly communicate the mathematical approach and how the “mathematical” code is generated from that
- Use of vector algebra (dot product, cross product etc.) is highly recommended. The use of sin and cos functions is not desired.
Calculation speed is important but secondary in comparison to a good object oriented approach. E.g. a sphere, linear move of a sphere, point writer etc. should be modeled as classes. Try to use many of compact classes instead of large classes and large functions.
- Comments in the source code are welcomed. Please use “good” names for classes and functions.
- Move of a sphere between f (t) and f (t  Δt) can be assumed as a linear move of the center of the sphere.
AnswerRe: the skin of the point cloud from top view in C++ Pin
Richard MacCutchan10-Oct-09 21:36
mveRichard MacCutchan10-Oct-09 21:36 
QuestionHow to monitore idle time when minimized Pin
Daniel Kamisnki10-Oct-09 11:21
Daniel Kamisnki10-Oct-09 11:21 
AnswerRe: How to monitore idle time when minimized Pin
Randor 10-Oct-09 11:43
professional Randor 10-Oct-09 11:43 
GeneralRe: How to monitore idle time when minimized Pin
kilt13-Oct-09 2:30
kilt13-Oct-09 2:30 
GeneralRe: How to monitore idle time when minimized Pin
Randor 13-Oct-09 5:13
professional Randor 13-Oct-09 5:13 
Questionhow to caputure scrollview including unvisible area? Pin
rambojanggoon10-Oct-09 4:12
rambojanggoon10-Oct-09 4:12 
QuestionHow can i implement Smart card . Pin
tanukochhar1810-Oct-09 2:31
tanukochhar1810-Oct-09 2:31 
AnswerRe: How can i implement Smart card . Pin
Randor 10-Oct-09 11:39
professional Randor 10-Oct-09 11:39 
QuestionPicture control not refresh in CPropertySheet Pin
Le@rner10-Oct-09 1:40
Le@rner10-Oct-09 1:40 
AnswerRe: Picture control not refresh in CPropertySheet Pin
David Crow10-Oct-09 4:27
David Crow10-Oct-09 4:27 
AnswerRe: Picture control not refresh in CPropertySheet Pin
wangningyu11-Oct-09 4:26
wangningyu11-Oct-09 4:26 
QuestionClass Object Pin
john56329-Oct-09 23:13
john56329-Oct-09 23:13 
AnswerRe: Class Object Pin
Rajesh R Subramanian9-Oct-09 23:21
professionalRajesh R Subramanian9-Oct-09 23:21 
AnswerRe: Class Object Pin
Stuart Dootson10-Oct-09 0:00
professionalStuart Dootson10-Oct-09 0:00 
AnswerRe: Class Object Pin
CPallini10-Oct-09 1:19
mveCPallini10-Oct-09 1:19 
GeneralRe: Class Object Pin
santhosh-padamatinti10-Oct-09 19:39
santhosh-padamatinti10-Oct-09 19:39 
QuestionRe: Class Object Pin
CPallini10-Oct-09 21:12
mveCPallini10-Oct-09 21:12 

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.