Click here to Skip to main content
15,921,295 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to check in registry Pin
Rajesh R Subramanian8-Nov-06 23:34
professionalRajesh R Subramanian8-Nov-06 23:34 
GeneralRe: How to check in registry Pin
Vijay_Kr12-Nov-06 19:17
Vijay_Kr12-Nov-06 19:17 
AnswerRe: How to check in registry Pin
Monty29-Nov-06 2:29
Monty29-Nov-06 2:29 
QuestionDeveloping a CAD Application Pin
Sangeetha_J8-Nov-06 23:15
Sangeetha_J8-Nov-06 23:15 
AnswerRe: Developing a CAD Application Pin
beko9-Nov-06 0:05
beko9-Nov-06 0:05 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 0:07
Sangeetha_J9-Nov-06 0:07 
GeneralRe: Developing a CAD Application Pin
dharani9-Nov-06 1:17
dharani9-Nov-06 1:17 
AnswerRe: Developing a CAD Application Pin
dharani9-Nov-06 0:22
dharani9-Nov-06 0:22 
Hi
As it is a 2D application do not use OpenGL .
Sangeetha_J wrote:
1. Displaying a design,

First of all , try to learn more about document view architecture , how to archive elements in document

Sangeetha_J wrote:
2. Scaling,


Sangeetha_J wrote:
3. Panning,


This you will learn later


4. Should be capable of drawing both Concave and Convex Polygons,
5. Capable of saving the displayed design in PDF Format,
I have no knowledge of

Sangeetha_J wrote:
6. Viewing layers individually / at once,

With MDI , you should be able to view the same CAD drawning in multiple views - no issues

Sangeetha_J wrote:
7. Allowing the user to add lines, polygons,


To draw lines you should devise algorithms according to the way lines or arcs or circles are drawn
For example , you should provide in the user interface (ie view) , by capturing mouse coordinates , the following possibilties of input for drawing a line
1) Given start point , angle to X axis , length of line
2) start point , angle to Y axis , length of line
3) angle , length and Y intercept
4) angle to X or Y axis and the line being tangential to another circular element etc
5) Line being tangential to two cicular elements

Above all , first you should map your application to proper map modes and split the window by 4 quqdrants (All Silver Tea Cups , map mode ISOMETRIC etc) . And this will bring your windows origin to the center of window
If you need more info contact me at dharanibabu@gmail.com
Wish you all the best with campus and protector ....Smile | :)


redindian

GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 1:25
Sangeetha_J9-Nov-06 1:25 
GeneralRe: Developing a CAD Application Pin
Maximilien9-Nov-06 3:11
Maximilien9-Nov-06 3:11 
AnswerRe: Developing a CAD Application Pin
Maximilien9-Nov-06 3:23
Maximilien9-Nov-06 3:23 
GeneralRe: Developing a CAD Application Pin
dharani9-Nov-06 15:34
dharani9-Nov-06 15:34 
GeneralRe: Developing a CAD Application Pin
Midworld089-Nov-06 16:20
Midworld089-Nov-06 16:20 
GeneralRe: Developing a CAD Application Pin
Midworld089-Nov-06 16:26
Midworld089-Nov-06 16:26 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 17:52
Sangeetha_J9-Nov-06 17:52 
AnswerRe: Developing a CAD Application Pin
Hamid_RT9-Nov-06 19:54
Hamid_RT9-Nov-06 19:54 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 20:21
Sangeetha_J9-Nov-06 20:21 
GeneralRe: Developing a CAD Application Pin
Hamid_RT9-Nov-06 21:05
Hamid_RT9-Nov-06 21:05 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 20:24
Sangeetha_J9-Nov-06 20:24 
QuestionProblem in Replacement of third party Splitter and spreadshit control using microsoft control Pin
Nilesh J Suryavanshi8-Nov-06 22:46
Nilesh J Suryavanshi8-Nov-06 22:46 
AnswerRe: Problem in Replacement of third party Splitter and spreadshit control using microsoft control Pin
Christian Graus8-Nov-06 23:08
protectorChristian Graus8-Nov-06 23:08 
AnswerRe: Problem in Replacement of third party Splitter and spreadshit control using microsoft control Pin
Rajesh R Subramanian8-Nov-06 23:24
professionalRajesh R Subramanian8-Nov-06 23:24 
Questionto make a video Pin
selectgood8-Nov-06 22:44
selectgood8-Nov-06 22:44 
AnswerRe: to make a video Pin
Christian Graus8-Nov-06 23:09
protectorChristian Graus8-Nov-06 23:09 
QuestionAccessing MS Excel 2003 Data with MFC C++ Pin
Andy2028-Nov-06 22:28
Andy2028-Nov-06 22:28 

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.