Programming in C : Set Up

 

(Fall 2016, modified from the 2014 version)

 

You can work the task either in NetBeans IDE or simply from the command line (the expert way).

 

For basic setting up the TMC user account and NetBeans environment see: https://github.com/UniversityHelsinkiTKTL/tmc-plugin-installation-guide/

This course specific extras can be found from wiki!

 

Expert way: There is also program for command line submissions to tmc. See wiki.

 
 

TMC Account

If you have used previously department's TMC tool, then you already have a user account and only need to make sure that you have c compatible environment to work with.

If you have not previously used department's TMC tool, then you need to create a user account for you. Information (in Finnish) available from the basic programming course.

Basic procedure:

  1. Go to web page http://tmc.mooc.fi/hy
  2. Click "Sign up" (in the right top corner)
  3. Your username must be your student number. If you use any other uesr name, your participation is not registered correctly. if you made any mistakes, contact the paja people and they should be able to help you.
  4. Fill all other information and press 'sign up'. Remember your password.

 

Setting up the NetBeans environment

Information about setting up the environment in different operating systems is available on https://github.com/UniversityHelsinkiTKTL/tmc-plugin-installation-guide/

 

Programming in C specific additions:

Basic NetBeans installation might not be enough. You also need to make sure that you have C compiler, check and valgrind installed and available. See more information in the wiki.