Search found 45 matches

by Chris Murphy
Wed Jul 02, 2003 11:43 am
Forum: Custom C++ or Java Platforms
Topic: Starting Point for C++ Program
Replies: 22
Views: 30950

FYI, I'm using the book "The C++ Coach" written by Jeff Salvage. It was the book used for an intro to C++ class at the University of Oregon. Pretty basic but it has the information needed for me to start my journey. Last night I was able to write code to read open,high,low,close data from ...
by Chris Murphy
Wed Jul 02, 2003 11:38 am
Forum: Custom C++ or Java Platforms
Topic: Starting Point for C++ Program
Replies: 22
Views: 30950

Thank you for the response c.f.. I was able to get the input (open, high, low, close) inputed into a multidimensional array last night. I did it differently than your code. Mine went something like this: ///////////////////////Code///////////////////////////////////////////// int Prices[DaysOfData][...
by Chris Murphy
Tue Jul 01, 2003 10:07 pm
Forum: Custom C++ or Java Platforms
Topic: Starting Point for C++ Program
Replies: 22
Views: 30950

Does anyone know how to read data from a file into a c++ program? I'm trying to do it and the code is not working.
by Chris Murphy
Mon Jun 30, 2003 12:47 pm
Forum: Custom C++ or Java Platforms
Topic: Starting Point for C++ Program
Replies: 22
Views: 30950

I should add that I will be using the system for a custom course in the Masters of Accounting program at the University of Oregon. I will be in my final term this coming fall and will be in a self designed trading system course. Most of the academics do not believe in technical systems and I would l...
by Chris Murphy
Mon Jun 30, 2003 12:39 pm
Forum: Custom C++ or Java Platforms
Topic: Starting Point for C++ Program
Replies: 22
Views: 30950

Starting Point for C++ Program

I am going to code my program in c++ but don't know where to start. I took an intro c++ class in college two years back so I know some basics. However my main problem is that I don't know how to write the code to bring in the data (commodity prices) and then how to spit out the results. Would anyone...