Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: help needed for encoding / saving "*.raw" images. Pin
Saurabh.Garg3-Feb-09 16:34
Saurabh.Garg3-Feb-09 16:34 
AnswerRe: help needed for encoding / saving "*.raw" images. Pin
Hamid_RT3-Feb-09 20:59
Hamid_RT3-Feb-09 20:59 
QuestionEuler's Contant To The X Power Pin
little_missy3-Feb-09 2:11
little_missy3-Feb-09 2:11 
AnswerRe: Euler's Contant To The X Power Pin
toxcct3-Feb-09 2:34
toxcct3-Feb-09 2:34 
GeneralRe: Euler's Contant To The X Power Pin
little_missy3-Feb-09 23:53
little_missy3-Feb-09 23:53 
GeneralRe: Euler's Contant To The X Power Pin
toxcct4-Feb-09 0:02
toxcct4-Feb-09 0:02 
AnswerRe: Euler's Contant To The X Power Pin
cmk3-Feb-09 6:09
cmk3-Feb-09 6:09 
AnswerRe: Euler's Contant To The X Power Pin
Luc Pattyn3-Feb-09 6:21
sitebuilderLuc Pattyn3-Feb-09 6:21 
Hi,

this is elementary.

as always, express each term of the series as a product of the previous term and some factors;
that will give you:
- the most efficient way to perform the calculations
- the fact that the terms decrease as soon as n exceeds x
- a reasonable test for early termination of the series (for small x that is)

there is no need for special libraries, just use doubles.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


GeneralRe: Euler's Contant To The X Power Pin
cmk3-Feb-09 21:12
cmk3-Feb-09 21:12 
Questionkeyboard event Pin
hrishiS3-Feb-09 1:18
hrishiS3-Feb-09 1:18 
QuestionRe: keyboard event Pin
CPallini3-Feb-09 1:40
mveCPallini3-Feb-09 1:40 
AnswerRe: keyboard event Pin
hrishiS3-Feb-09 1:46
hrishiS3-Feb-09 1:46 
GeneralRe: keyboard event Pin
CPallini3-Feb-09 2:05
mveCPallini3-Feb-09 2:05 
GeneralRe: keyboard event Pin
Stuart Dootson3-Feb-09 2:06
professionalStuart Dootson3-Feb-09 2:06 
AnswerRe: keyboard event Pin
Nibu babu thomas3-Feb-09 2:03
Nibu babu thomas3-Feb-09 2:03 
GeneralRe: keyboard event Pin
hrishiS3-Feb-09 2:42
hrishiS3-Feb-09 2:42 
QuestionPlatform SDK: Get domain name Pin
Stefan Spenz3-Feb-09 1:18
Stefan Spenz3-Feb-09 1:18 
AnswerRe: Platform SDK: Get domain name Pin
Supriya Tonape3-Feb-09 1:43
Supriya Tonape3-Feb-09 1:43 
AnswerRe: Platform SDK: Get domain name Pin
Stuart Dootson3-Feb-09 1:59
professionalStuart Dootson3-Feb-09 1:59 
AnswerRe: Platform SDK: Get domain name Pin
krmed3-Feb-09 2:01
krmed3-Feb-09 2:01 
QuestionMemory Leaks With CString in vc6.0 in Release mode Pin
Ramasani3-Feb-09 1:05
Ramasani3-Feb-09 1:05 
AnswerRe: Memory Leaks With CString in vc6.0 in Release mode Pin
Stuart Dootson3-Feb-09 1:12
professionalStuart Dootson3-Feb-09 1:12 
GeneralRe: Memory Leaks With CString in vc6.0 in Release mode Pin
Ramasani3-Feb-09 1:21
Ramasani3-Feb-09 1:21 
GeneralRe: Memory Leaks With CString in vc6.0 in Release mode Pin
Stuart Dootson3-Feb-09 2:03
professionalStuart Dootson3-Feb-09 2:03 
GeneralRe: Memory Leaks With CString in vc6.0 in Release mode Pin
Ramasani3-Feb-09 2:10
Ramasani3-Feb-09 2:10 

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.