C++ Programming Tutorials:
The C++ language is a very good choice for programming a stock
bot. However, if you have never programmed before, then C++ is probably
not the language you want to start with. A good introductory language
would be Visual Basic..
If you are unsure which language is right for you, then read Choosing
a Language.
About our tutorials
Our tutorials come from several places. Some are written by the
staff at StockBotProgrammign.com, others are written by the community,
and the rest are from the best sources on the internet. If you know
of any good c++ tutorials that we should include, or would like
to write a tutorial please suggest
it here.
Basics
Getting Started --Staff
If Statements --cprogramming.com
Switches
--cprogramming.com
Loops --cprogramming.com
Functions --cprogramming.com
Pointers --cprogramming.com
Structures --cprogramming.com
Arrays --cprogramming.com
Strings --cprogramming.com
Typecasting --cprogramming.com
Classes --cprogramming.com
Class Inheritance --cprogramming.com
Inheritance Continued --cprogramming.com
Class Design --cprogramming.com
File Input/Output
C++
Style File I/O --cprogramming.com
Artificial Intelligence
Building a neural
network using Cortex API --cortex.snowseed.com
Interactive Brokers TWS API
|