•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Computer Science and Software Design section within the Software Development category of DaniWeb, a massive community of 456,611 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,406 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Computer Science and Software Design advertiser: Programming Forums
Views: 5444 | Replies: 5
![]() |
•
•
Join Date: Aug 2004
Posts: 24
Reputation:
Rep Power: 5
Solved Threads: 0
This is my first post, so let me begin by describing myself before asking my question because I believe you might then better understand where I am coming from.
I am twenty years old. I recently graduated from the University of Florida with a Bachelor's of Science in Business Administration with a concentration in finance. I am interested in developing computer programs that will possibly revolutionize the way financial matters are done from the trading of securities to the personal money management.
I have very basic knowledge of Java and C++, but nothing to brag about. My knowledge of computer programming is very limited at the moment, but I need to learn all I can because I see myself using my finance knowledge in a computer setting.
The first project I would like to work on, after having learned the essential knowledge, whatever that is, is a program that does the following: The stock market is a gold mine of data. For each company there are thousands, if not millions of different numbers and calculations to look at that all should have an impact on how you invest and what you invest in. For this I imagine that I should be using a database to store all this information in. What I would like to do is have this database in essence hidden (unable for the end user to access/toy with any of the data, simply read only). The user will interact with this data by accessing the database over the internet through a platform that I would like to design myself. Once the end user has acquired the data, the end user can then create pro forma (future looking) calculations using a spreadsheet type setup.
Should I be using a database for this, and if so, what is recommended in this area? What programming languages would allow a user to retrieve data from that database? What programming language would be used to write a platform on which the user can interact with the data in a spreadsheet form, etc?
I know that C++ can do many things, but can C++ draw out things from a database, ship it across the internet, and then be used to create a spreadsheet?
I am twenty years old. I recently graduated from the University of Florida with a Bachelor's of Science in Business Administration with a concentration in finance. I am interested in developing computer programs that will possibly revolutionize the way financial matters are done from the trading of securities to the personal money management.
I have very basic knowledge of Java and C++, but nothing to brag about. My knowledge of computer programming is very limited at the moment, but I need to learn all I can because I see myself using my finance knowledge in a computer setting.
The first project I would like to work on, after having learned the essential knowledge, whatever that is, is a program that does the following: The stock market is a gold mine of data. For each company there are thousands, if not millions of different numbers and calculations to look at that all should have an impact on how you invest and what you invest in. For this I imagine that I should be using a database to store all this information in. What I would like to do is have this database in essence hidden (unable for the end user to access/toy with any of the data, simply read only). The user will interact with this data by accessing the database over the internet through a platform that I would like to design myself. Once the end user has acquired the data, the end user can then create pro forma (future looking) calculations using a spreadsheet type setup.
Should I be using a database for this, and if so, what is recommended in this area? What programming languages would allow a user to retrieve data from that database? What programming language would be used to write a platform on which the user can interact with the data in a spreadsheet form, etc?
I know that C++ can do many things, but can C++ draw out things from a database, ship it across the internet, and then be used to create a spreadsheet?
•
•
Join Date: Jun 2004
Location: Marin, CA, USA
Posts: 434
Reputation:
Rep Power: 5
Solved Threads: 10
"I know that C++ can do many things, but can C++ draw out things from a database, ship it across the internet, and then be used to create a spreadsheet?"
MS Office is written in C, C++, and its variants, so sure. A carpenter can build an entire house using only one kind of hammer, too.
Probably the best thing to do is to partner with someone with the server-side knowledge; there's a bunch of databases available, some free some not, and certainly lots of server stuff around that can access those databases. Then find a friend who can build web pages, because with XSL and XML and the like you can create spreadsheet-looking pages and supply whatever data you want to them.
It's a tall order to learn it all yourself quickly, though.
MS Office is written in C, C++, and its variants, so sure. A carpenter can build an entire house using only one kind of hammer, too.
Probably the best thing to do is to partner with someone with the server-side knowledge; there's a bunch of databases available, some free some not, and certainly lots of server stuff around that can access those databases. Then find a friend who can build web pages, because with XSL and XML and the like you can create spreadsheet-looking pages and supply whatever data you want to them.
It's a tall order to learn it all yourself quickly, though.
•
•
Join Date: Jun 2005
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by Brent_Ritterbec
This is my first post, so let me begin by describing myself before asking my question because I believe you might then better understand where I am coming from.
I am twenty years old. I recently graduated from the University of Florida with a Bachelor's of Science in Business Administration with a concentration in finance. I am interested in developing computer programs that will possibly revolutionize the way financial matters are done from the trading of securities to the personal money management.
I have very basic knowledge of Java and C++, but nothing to brag about. My knowledge of computer programming is very limited at the moment, but I need to learn all I can because I see myself using my finance knowledge in a computer setting.
The first project I would like to work on, after having learned the essential knowledge, whatever that is, is a program that does the following: The stock market is a gold mine of data. For each company there are thousands, if not millions of different numbers and calculations to look at that all should have an impact on how you invest and what you invest in. For this I imagine that I should be using a database to store all this information in. What I would like to do is have this database in essence hidden (unable for the end user to access/toy with any of the data, simply read only). The user will interact with this data by accessing the database over the internet through a platform that I would like to design myself. Once the end user has acquired the data, the end user can then create pro forma (future looking) calculations using a spreadsheet type setup.
Should I be using a database for this, and if so, what is recommended in this area? What programming languages would allow a user to retrieve data from that database? What programming language would be used to write a platform on which the user can interact with the data in a spreadsheet form, etc?
I know that C++ can do many things, but can C++ draw out things from a database, ship it across the internet, and then be used to create a spreadsheet?
I am suggest you to use C# in this case.
It it more usefull for such things
•
•
Join Date: Jun 2004
Posts: 604
Reputation:
Rep Power: 6
Solved Threads: 6
Hi everyone,
Use Java - You'll never be sorry
Richard West
Use Java - You'll never be sorry
Richard West
Microsoft uses "One World, One Web, One Program" as a slogan.
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
•
•
Join Date: Nov 2006
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
Hi,
Nowadays, with the advent of fast HTML/XML parsing, I would say there is no need to duplicate company details in your database. You may write a crawler that can visit edgar, msn, yahoo finance sites and get the company info. It is quite easy to do that. Nevertheless, if you want to do the complete approach, Java/C# will work great! I would ask you to try the former approach, first. Good luck.
Nowadays, with the advent of fast HTML/XML parsing, I would say there is no need to duplicate company details in your database. You may write a crawler that can visit edgar, msn, yahoo finance sites and get the company info. It is quite easy to do that. Nevertheless, if you want to do the complete approach, Java/C# will work great! I would ask you to try the former approach, first. Good luck.
•
•
Join Date: Nov 2006
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Hi,
I have the expertise you are talking about and am looking for some functional knowledge to develop a financial software.
I also have a diploma in equity trading.
If you are interested, please feel free to contact me on the possibility of a joint development effort, so that you can learn C,C++ and i could possibly learn some finance.
Thanks
Thomas
I have the expertise you are talking about and am looking for some functional knowledge to develop a financial software.
I also have a diploma in equity trading.
If you are interested, please feel free to contact me on the possibility of a joint development effort, so that you can learn C,C++ and i could possibly learn some finance.
Thanks
Thomas
•
•
•
•
This is my first post, so let me begin by describing myself before asking my question because I believe you might then better understand where I am coming from.
I am twenty years old. I recently graduated from the University of Florida with a Bachelor's of Science in Business Administration with a concentration in finance. I am interested in developing computer programs that will possibly revolutionize the way financial matters are done from the trading of securities to the personal money management.
I have very basic knowledge of Java and C++, but nothing to brag about. My knowledge of computer programming is very limited at the moment, but I need to learn all I can because I see myself using my finance knowledge in a computer setting.
The first project I would like to work on, after having learned the essential knowledge, whatever that is, is a program that does the following: The stock market is a gold mine of data. For each company there are thousands, if not millions of different numbers and calculations to look at that all should have an impact on how you invest and what you invest in. For this I imagine that I should be using a database to store all this information in. What I would like to do is have this database in essence hidden (unable for the end user to access/toy with any of the data, simply read only). The user will interact with this data by accessing the database over the internet through a platform that I would like to design myself. Once the end user has acquired the data, the end user can then create pro forma (future looking) calculations using a spreadsheet type setup.
Should I be using a database for this, and if so, what is recommended in this area? What programming languages would allow a user to retrieve data from that database? What programming language would be used to write a platform on which the user can interact with the data in a spreadsheet form, etc?
I know that C++ can do many things, but can C++ draw out things from a database, ship it across the internet, and then be used to create a spreadsheet?
![]() |
•
•
•
•
•
•
•
•
DaniWeb Computer Science and Software Design Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
advertising ajax asp blog blogging browser business code coding computer dell design development erp systems firefox google hardware india intel internet linux malware marketing media microsoft mozilla networking news office open open-source operating programming project management rss science search security software software selection source system technology evaluation video vista web windows xml xp
- Software Development in Hyderabad,India. (Computer Science and Software Design)
Other Threads in the Computer Science and Software Design Forum
- Previous Thread: Theta Notation for algorithms question!
- Next Thread: Matlab Help


Linear Mode