Click here to Skip to main content
15,891,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionactivex control not working in a dll Pin
aaaan21-Jan-07 22:09
aaaan21-Jan-07 22:09 
AnswerRe: activex control not working in a dll Pin
nutkase21-Jan-07 23:06
nutkase21-Jan-07 23:06 
QuestionRotation Pin
Waldermort21-Jan-07 21:45
Waldermort21-Jan-07 21:45 
AnswerRe: Rotation Pin
softwaremonkey21-Jan-07 21:54
softwaremonkey21-Jan-07 21:54 
GeneralRe: Rotation Pin
nutkase21-Jan-07 23:11
nutkase21-Jan-07 23:11 
GeneralRe: Rotation Pin
Waldermort21-Jan-07 23:34
Waldermort21-Jan-07 23:34 
GeneralRe: Rotation Pin
nutkase22-Jan-07 1:15
nutkase22-Jan-07 1:15 
GeneralRe: Rotation Pin
softwaremonkey21-Jan-07 23:48
softwaremonkey21-Jan-07 23:48 
Nutkase is right, this method can dramatically improve performance but is only suitable if you can live with integer angle values (every degree) since these will be used directly as indexes into the look-up tables.

If you need finer resolution than 1 degree you could consider having table entries every 0.1 degree but you would need to scale the angles to ensure that you have integral values e.g. 15. degrees would be index 15 in the table.

Naturally the tables would be 10 times bigger i.e. 1800 entries (actually you could get a way with storing values for only 90 degrees

Wink | ;)

GeneralRe: Rotation Pin
Waldermort22-Jan-07 1:24
Waldermort22-Jan-07 1:24 
AnswerRe: Rotation Pin
Waldermort22-Jan-07 1:40
Waldermort22-Jan-07 1:40 
Questionlib file Pin
mike dano21-Jan-07 21:42
mike dano21-Jan-07 21:42 
AnswerRe: lib file Pin
Nibu babu thomas21-Jan-07 21:58
Nibu babu thomas21-Jan-07 21:58 
QuestionMutexes and sleeping threads Pin
softwaremonkey21-Jan-07 21:00
softwaremonkey21-Jan-07 21:00 
AnswerRe: Mutexes and sleeping threads Pin
Nibu babu thomas21-Jan-07 21:10
Nibu babu thomas21-Jan-07 21:10 
Questionhash_map in VC6 [modified] Pin
whatever@whatever.com21-Jan-07 20:22
whatever@whatever.com21-Jan-07 20:22 
AnswerRe: in VC6 Pin
Cedric Moonen21-Jan-07 20:24
Cedric Moonen21-Jan-07 20:24 
GeneralRe: in VC6 Pin
whatever@whatever.com21-Jan-07 20:47
whatever@whatever.com21-Jan-07 20:47 
GeneralRe: in VC6 Pin
Christian Graus21-Jan-07 23:43
protectorChristian Graus21-Jan-07 23:43 
QuestionHow to convert doc files to pdf files? Pin
asenthil_858521-Jan-07 20:00
asenthil_858521-Jan-07 20:00 
AnswerRe: How to convert doc files to pdf files? Pin
nutkase21-Jan-07 23:15
nutkase21-Jan-07 23:15 
AnswerRe: How to convert doc files to pdf files? Pin
David Crow22-Jan-07 4:54
David Crow22-Jan-07 4:54 
GeneralRe: How to convert doc files to pdf files? [modified] Pin
asenthil_858522-Jan-07 17:51
asenthil_858522-Jan-07 17:51 
QuestionSDI v/s dialog-based Pin
namratab21-Jan-07 19:05
namratab21-Jan-07 19:05 
AnswerRe: SDI v/s dialog-based Pin
Christian Graus21-Jan-07 23:44
protectorChristian Graus21-Jan-07 23:44 
GeneralRe: SDI v/s dialog-based Pin
namratab22-Jan-07 2:00
namratab22-Jan-07 2:00 

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.