From the course: Advanced C Programming: Optimize Performance and Efficiency
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Next steps - C Tutorial
From the course: Advanced C Programming: Optimize Performance and Efficiency
Next steps
- This course went over a few typical intermediate or advanced C language topics. You'll find so much more to explore that you probably would like some hints and suggestions regarding where to go next. First, specifically, consider what you'd like to do with a C language. Do you want to learn network programming, operating system development, program microcontrollers, or perhaps code a computer game? Material for those specific subjects can be found in courses here on Lynda, as well as in books or other online material. You might even consider learning another programming language. And again, you can find plenty of courses here. I run a website to support my programming books at c-for-dummies.com. For online C documentation, you can use the code blocks man page viewer, or if you're using Mac OS X or Linux, you can use the man pages at the terminal window to look up C function definitions. Type the word man, followed…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.