Thread: Good Online Introduction to Memory Management in C?

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    1

    Unhappy Good Online Introduction to Memory Management in C?

    Folks,

    does someone know a good online introduction to Memory Management in C? I am a quite experienced Java programmer and I now have to debug some C-code. That malloc etc. stuff drives me mad! And the code I got seems to be buggy excactly in this respect... (I am probably missing the basics and need to catch up on these...)

    Regards,
    Michael

  2. #2
    Brak BoneXXX's Avatar
    Join Date
    Mar 2007
    Location
    Bangkok
    Posts
    62
    I think you should visit a library to borrow a C book or a bookshop to buy one. Explanation and examples are much better in books. Online sources that I know does not have really clear explanation. But you can check these sites:

    http://www.cs.cf.ac.uk/Dave/C/
    http://www.scit.wlv.ac.uk/~jphb/cbook/html/
    “Example isn't another way to teach, it is the only way to teach” Albert Einstein

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems with shared memory shmdt() shmctl()
    By Jcarroll in forum C Programming
    Replies: 1
    Last Post: 03-17-2009, 10:48 PM
  2. Replies: 1
    Last Post: 05-10-2002, 04:25 PM
  3. heap memory management
    By jdinger in forum C++ Programming
    Replies: 4
    Last Post: 04-27-2002, 10:23 PM
  4. I need some good win32 tutorials online......please...anybody
    By incognito in forum Windows Programming
    Replies: 4
    Last Post: 01-13-2002, 05:03 AM
  5. memory management...
    By master5001 in forum Game Programming
    Replies: 24
    Last Post: 01-07-2002, 05:50 PM