Thread: Memory allocations manipulation

  1. #1
    Banned
    Join Date
    Apr 2015
    Posts
    596

    Memory allocations manipulation

    Hi guys !
    I'm so sorry for posting like this thread but it's confusing me alot so I hope to help me to overcome on that confusion.

    when there's a data stored in the memory lets assume from address xxxx till address mmm ; who cares to guard on that data and none can touch them or squash them by other data ? is there a system program that deals for allocating and reallocating which maintains to not smash the data that already stored.. ? thanks!

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    You don't seem to have learnt from your past experience.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Dec 2017
    Posts
    1,633
    Quote Originally Posted by laserlight View Post
    You don't seem to have learnt from your past experience.
    He never ever does.
    I can't believe this spamming trolling entity is back.
    His account needs to be deleted.
    A little inaccuracy saves tons of explanation. - H.H. Munro

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. efficient bit manipulation of memory
    By Marksman in forum C Programming
    Replies: 10
    Last Post: 07-28-2009, 03:35 PM
  2. thread and shared memory manipulation
    By taher84 in forum C Programming
    Replies: 4
    Last Post: 07-25-2006, 04:05 AM
  3. memory problem with string manipulation
    By Ichmael™ in forum C++ Programming
    Replies: 9
    Last Post: 07-10-2005, 03:09 AM
  4. Not sure on hash table memory allocations
    By Thumper333 in forum C Programming
    Replies: 3
    Last Post: 09-27-2004, 09:00 PM
  5. memory allocations probs (continue)
    By CyC|OpS in forum C Programming
    Replies: 9
    Last Post: 10-19-2002, 09:32 PM

Tags for this Thread