When I started with exercise 1 I had been trying exercises from the
Dutch booklet "C++ zonder stress" which means "C++ without stress" for
about two weeks. My previous programming experience was mostly with
Matlab, so this means that everyone who puts some effort in it can do
them. My codes are officially written in C++ but use virtually none of
the
features which make C++ different from C, so you can consider them as
being plain C. Everything was performed on a Linux computer with access
to the Lapack library. For me it was the first time I worked with Linux
so if you think the level of explanation is too basic you can just look
at the codes. I don't
think there are large differences between different editors and for
compiling I used a GNU compiler.
It is a fact that when you're programming you'll run into problems
every now and then. What helped me a great deal in coping with these
problems was
Google.
Almost every
topic
is addressed somewhere on the internet so it is only a question of
finding it. Anyway, don't be discouraged, if I can do it anybody can,
so good luck!