Raised This Month: $32 Target: $400
 8% 

Question


Post New Thread Reply   
 
Thread Tools Display Modes
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-26-2021 , 13:42   Re: Question
Reply With Quote #11

You should search, there are many tutorials. Some universities(like MIT) have open courseware platforms(OCW) where they publish their courses materials(slides, assignments, exams, etc). You could search for these and follow the course at your own pace, then try to solve the assignments just like you would if you were really enrolled in the course. Usually the assignments are pretty complex so they'll force you to learn and use C.
Look for C courses and courses on data structures using C, I believe implementing lists/heaps/graphs by hand is the best way to understand pointers and memory management. As a tip, when you do dynamic memory allocation always use a tool like valgrind to make sure you freed the entire memory you allocated. It is a good exercise to help you learn how to keep track of memory allocations.
__________________

Last edited by HamletEagle; 04-26-2021 at 13:44.
HamletEagle is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode