Thread: Practical C knowledge

  1. #1
    Registered User
    Join Date
    Oct 2017
    Posts
    1

    Practical C knowledge

    Hello everyone !

    First of all I hope my english will be understandable, but if not - please tell me about this.

    I would like to ask you for help. I need many practical resources about C programming. Short story about me - I love C language and linux os and I have strong theoretical knowledge about C language (it's opinion from company where I applied without success), structures, pointers etc, but I have a problem with implementing solutions like linked lists, stack and others.

    I search Internet for any problems to solve, structures implemented in C and others. Do you know any good resources that programmer can improve his practical skills ? I also look for any idea to build big program in C which, I don't know, requires multitasking ? I will be very grateful if you will provide me any links, titles of books where are practical problems to be implemented in C. I'm not looking for theoretical links and tutorials.

    Greetings.
    Martin

  2. #2
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    Try the C Book Recommendations sticky thread at the top of this forum. Examples: The C Programming Language (Kernighan and Ritchie), C Programming: A Modern Approach (King), Algorithms in C (Sedgewick).

    Things like multitasking operating systems and multithreading are specialized topics. Resources exist for those topics, too, but they go beyond C programming. Some specialized topics assume or require C programming skills as a prerequisite.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Practical Programming
    By TwoBabyJedis in forum Programming Book and Product Reviews
    Replies: 3
    Last Post: 08-23-2011, 06:00 PM
  2. Practical C Programming, Third Edition
    By jc99 in forum C Programming
    Replies: 10
    Last Post: 06-19-2009, 09:24 PM
  3. practical programming
    By IXxAlnxXI in forum C++ Programming
    Replies: 5
    Last Post: 05-27-2008, 08:06 AM
  4. A practical help
    By Ducky in forum C++ Programming
    Replies: 9
    Last Post: 12-29-2007, 10:18 AM
  5. making it practical
    By zbap in forum C++ Programming
    Replies: 2
    Last Post: 03-08-2002, 10:51 AM

Tags for this Thread