Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dyanic Array Pin
Sarath C6-Oct-08 22:09
Sarath C6-Oct-08 22:09 
AnswerRe: Dyanic Array Pin
Hamid_RT7-Oct-08 5:08
Hamid_RT7-Oct-08 5:08 
QuestionWeb Browser Pin
Plasma Steel Games6-Oct-08 17:20
Plasma Steel Games6-Oct-08 17:20 
AnswerRe: Web Browser Pin
enhzflep6-Oct-08 17:50
enhzflep6-Oct-08 17:50 
AnswerRe: Web Browser Pin
Rajesh R Subramanian6-Oct-08 19:21
professionalRajesh R Subramanian6-Oct-08 19:21 
AnswerRe: Web Browser Pin
Maximilien7-Oct-08 2:36
Maximilien7-Oct-08 2:36 
AnswerRe: Web Browser Pin
Hamid_RT7-Oct-08 5:06
Hamid_RT7-Oct-08 5:06 
Questionopening a DAG file Pin
nomi khan6-Oct-08 13:59
nomi khan6-Oct-08 13:59 
QuestionVS 2008 Team Edition and the object dump. Pin
Like2Byte6-Oct-08 11:05
Like2Byte6-Oct-08 11:05 
AnswerRe: VS 2008 Team Edition and the object dump. Pin
Mark Salsbery6-Oct-08 11:15
Mark Salsbery6-Oct-08 11:15 
GeneralRe: VS 2008 Team Edition and the object dump. Pin
Like2Byte6-Oct-08 11:27
Like2Byte6-Oct-08 11:27 
GeneralRe: VS 2008 Team Edition and the object dump. Pin
Mark Salsbery6-Oct-08 11:31
Mark Salsbery6-Oct-08 11:31 
AnswerRe: VS 2008 Team Edition and the object dump. Pin
Saurabh.Garg6-Oct-08 16:00
Saurabh.Garg6-Oct-08 16:00 
GeneralRe: VS 2008 Team Edition and the object dump. Pin
Like2Byte7-Oct-08 4:04
Like2Byte7-Oct-08 4:04 
AnswerRe: VS 2008 Team Edition and the object dump. Pin
Hamid_RT7-Oct-08 5:05
Hamid_RT7-Oct-08 5:05 
Questiontan() - gives incorrect result Pin
simon alec smith6-Oct-08 10:48
simon alec smith6-Oct-08 10:48 
QuestionRe: tan() - gives incorrect result Pin
CPallini6-Oct-08 11:04
mveCPallini6-Oct-08 11:04 
AnswerRe: tan() - gives incorrect result Pin
simon alec smith6-Oct-08 11:41
simon alec smith6-Oct-08 11:41 
GeneralRe: tan() - gives incorrect result Pin
Kentamanos6-Oct-08 12:51
Kentamanos6-Oct-08 12:51 
Having a hard time following the logic on your math. You're multiplying the tangent by 12, which appears to be the length of the hypotenuse since you using it later in what looks like the Pythagorean theorem. Since tangent has no relation to the hypotenuse, I'm not sure why you're doing that. (tangent = opposite / adjacent).

I'm not sure what you're trying to do, but if it's drawing "spokes" (like a wagon wheel) from the origin to various angles, then why wouldn't you just use something like:

x = length * cos(currentAngle)
y = length * sin(currentAngle)

And sweep thru the angles you want to cover?



I, for one, do not think the problem was that the band was down. I think that the problem may have been that there was a Stonehenge monument on the stage that was in danger of being crushed by a dwarf.

-David St. Hubbins


QuestionComparing images in MFC Pin
kaushal kishore sharma6-Oct-08 9:43
kaushal kishore sharma6-Oct-08 9:43 
AnswerRe: Comparing images in MFC Pin
led mike6-Oct-08 10:05
led mike6-Oct-08 10:05 
GeneralRe: Comparing images in MFC Pin
Mark Salsbery6-Oct-08 10:37
Mark Salsbery6-Oct-08 10:37 
RantRe: Comparing images in MFC Pin
PravinSingh6-Oct-08 21:40
PravinSingh6-Oct-08 21:40 
Questionsetwindowtext and integers Pin
Sarriss6-Oct-08 9:24
Sarriss6-Oct-08 9:24 
AnswerRe: setwindowtext and integers Pin
CPallini6-Oct-08 9:45
mveCPallini6-Oct-08 9:45 

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.