Thread: some simple c questions iam a newbie

  1. #1
    Registered User
    Join Date
    Jul 2011
    Posts
    1

    Red face some simple c questions iam a newbie

    whats a buffer
    whats a memory
    whats a register
    also please tell me the difference

    thanks

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Buffers are small areas of memory used for temporary data storage.
    Memory is a physical part of your computer used for data storage and manipulation
    A Regisiter is part of your CPU chip which is used for manipulating data

    Yeah, I know... What's Data?

    Data is everything that is not a program that is operated upon by programs...

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Hardware: Everything that you can kick! < rofl >

    Software: Everything that you can't kick!

    Colleagues, roommates, appliances and furniture, are the most common exceptions.

  4. #4
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Quote Originally Posted by Adak View Post
    Hardware: Everything that you can kick! < rofl >

    Software: Everything that you can't kick!
    ......
    To expand on this:

    Software: Everything you can't kick but in almost all cases results in you kicking your hardware. See Microsoft.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie IO questions
    By gustavosserra in forum C Programming
    Replies: 5
    Last Post: 08-29-2003, 08:09 AM
  2. More newbie questions
    By sunzoner in forum C++ Programming
    Replies: 3
    Last Post: 06-11-2002, 06:23 AM
  3. Some newbie questions
    By monkeymon in forum C++ Programming
    Replies: 12
    Last Post: 06-08-2002, 09:35 PM
  4. 2 questions, (newbie needs help)
    By Unregistered in forum C Programming
    Replies: 6
    Last Post: 09-21-2001, 12:19 AM
  5. newbie questions again
    By dune911 in forum C++ Programming
    Replies: 2
    Last Post: 09-14-2001, 02:43 PM