Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ymas4718yThere is a nice document called "A tutorial on pointers and arrays in C" by Ted Jensen. The quickest way to get familiar with pointers is to implement a few data structures and algorithms. Try starting with a circular buffer.
-
darxor4128y@chibbol if you speak/understand Slovak/Czech by any chance, I could send you some school materials of mine
-
chibbol798y@darxor it would be awesome but I know only few useful words in Polish (besides 'kurwa' of course :D). But all of exercises are welcome because I think I could try them - the main words and expressions are in English so I could figure it out. :)
-
I'm a TA in a introductory C course (we cover a lot more than pointers)... if you need any specific help just @ me and I'll try to help you out
-
chibbol798y@AngryDev I've got the concept of pointers but somehow I can't really use them so I'm seeking for tasks to solve...but I have soooo many questions about C :D
-
@chibbol I would give you pdfs of our practice finals but idk how much it would help. As for questions about C, fire away!
-
chibbol798y@AngryDev I think pdf's could help a lot! :) and about the questions - I don't think this is the best place for it... pm or something else? Of course, I won't nag you :)
Related Rants
Ummm, maybe it's a little bit offtopic but could anyone help me with pointers in C language? The best would be some free exercises or tutorials from the internet that I didn't find...(I was looking for a long time before this desperate post...:/)
If it does not belong here, pls, let me know and I will delete this post!
Thank you so much :)
(Ps: I will have a big exam on Tuesday so I want to practice..)
undefined
practice
pointers
c language