Home
Forums
New posts
Search forums
Online Courses
2022 Rankings
2022 MFE Programs Rankings Methodology
Reviews
Latest reviews
Search resources
Tracker
What's new
New posts
New media
New media comments
New resources
New profile posts
Latest activity
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Please join us via Zoom to learn how the Options course is helpful to graduate studies and interviewing for quant finance internships and full-time roles.
May 16th, 2022 - Information Session - Intuition-Based Options Primer for Financial Engineering Certificate
Home
Forums
Quant discussion
Computing
Practical way to quickly develop C++ skills
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Keith Tan" data-source="post: 87032" data-attributes="member: 14751"><p>c++, java, python.. all are merely programming languages. programming languages follow a set of grammar and rules to run your programs. so i suggest u learn programming by starting in java or php. Learning c++ is like learning to run first before walking. I started with C.</p><p> </p><p>C++ can run in linux and eclipse, don't have to use VC or windows specifically. The advantage C++ has over Java, Cobal, and other is that it is much more object oriented and have better memory access in trading systems, commonly used in high frequency trading.</p><p> </p><p>Start off by solving a simple question. It can be as easy as a simple, one-line command prompt output. If you can't do this in C++, at least try in Java first. Once you're comfortable with input/output, variable management and for loops, you're good to go playing with quantitative data and implement your own models!</p><p> </p><p>pick up some tutorials on google, they're the best way to get started.</p></blockquote><p></p>
[QUOTE="Keith Tan, post: 87032, member: 14751"] c++, java, python.. all are merely programming languages. programming languages follow a set of grammar and rules to run your programs. so i suggest u learn programming by starting in java or php. Learning c++ is like learning to run first before walking. I started with C. C++ can run in linux and eclipse, don't have to use VC or windows specifically. The advantage C++ has over Java, Cobal, and other is that it is much more object oriented and have better memory access in trading systems, commonly used in high frequency trading. Start off by solving a simple question. It can be as easy as a simple, one-line command prompt output. If you can't do this in C++, at least try in Java first. Once you're comfortable with input/output, variable management and for loops, you're good to go playing with quantitative data and implement your own models! pick up some tutorials on google, they're the best way to get started. [/QUOTE]
Verification
Post reply
Home
Forums
Quant discussion
Computing
Practical way to quickly develop C++ skills
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top