How to download and install C++To start using C++ you only need a text editor and a compiler. However, it is usually preffered to use an IDE (integrated development environment), as it will help you with e.g. an integrated debugger. For more benefits with using an IDE, check out this post.
|
Getting started with C++This wiki is (at the moment) mostly based on that the users already have complete the course TDT4102 - Procedural and Object-Oriented Programming or a similiar course. Despite this, we will address topics again where we find it useful or necessary. Some useful information when coding can also be found at Tips and tricks for coding. |
Our tutorials |