User profile: siegel14159265

User info
User name:siegel14159265
History
Joined:
Number of posts:18
Latest posts:

Calculating Relative Strength Index
Hello everyone, I'm trying to write a program to calculate the RSI of a stock. The following is insi...

Boost Circular Buffer Question
Hi! I have a vector of strings called citiesvector. For each string, I want to create a boost circul...

Filling a Deque From a Vector
Wow, that's very cool. Thanks very much, it works perfectly.

Filling a Deque From a Vector
Hi, I have a quick question about filling a stl deque from a stl vector. I would appreciate it if so...

Pi Calculator Returns NAN, Is not Precise
Try long double as your data type.