11 lines
498 B
Markdown
11 lines
498 B
Markdown
|
Welcome to the C-Advanced course. This course is targeted for those,
|
||
|
who feel comfortable with pointers, memory management and all the basic
|
||
|
c syntax.
|
||
|
|
||
|
We will guide you on, how to use c to implement your own data-structures,
|
||
|
writing your own libraries and give you some more advanced task to
|
||
|
test your abilities.
|
||
|
|
||
|
Most of these task can take some time to get everything right. So don't be discouraged, whenn
|
||
|
need to take a break. Often those breaks help one see the mistakes or misunderstandings.
|