answersLogoWhite

0


Best Answer

The free store in any language refers to the heap. The three main areas of memory that all C++ programs use are the heap, the call stack and static memory. Static memory is allocated at compile time, is fixed-length and caters for all static variables, global variables and constant variables. Call stacks are also fixed-length and are allocated to threads of execution as they are instantiated (each thread has its own stack). The free store or heap is essentially all remaining memory accessible to our program. To use the heap we must request memory from the system as it is required and release it when we are finished with it.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by free store in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How to decompile and recompile C plus plus for free?

Decompile?! There is no such thing.


What is the Visual C plus plus 2008 Express Serial Code?

The Express edition of C++ does not require a serial code. It is free.


What is the difference of C to C plus plus and Dev C?

C and C++ are both programming languages whereas Dev C++ is an implementation of C/C++. Dev C++ is free, was written in Delphi and includes the MinGW compiler.


Visual c plus plus 6.0 free installer?

Visual C++ 6.0 is more than 16 years old. It is no longer available to buy and it was never available for free. The current version is Visual C++ 2013.


Where can you download C plus plus Without fear in English for free?

There are several free implementations of C++. One of them is Microsoft's express versions of Visual Studio. See the Related Link below for more information.

Related questions

How to decompile and recompile C plus plus for free?

Decompile?! There is no such thing.


How can you learn c plus plus for free?

http://www.1cplusplusstreet.com/vb/Tutorial/default.asp?lngWid=3 ..from this site you can learn c++ for free


What is the mean c plus plus in machine code?

It is used to distinguish between the C or C++


Is visual studio c plus plus 2010 free?

No. Visual C++ Express is free, but Visual Studio C++ must be bought. The Express edition is a subset of the Studio release.


How do you download c plus plus free?

There are several free C++ development suites. One is Microsoft's Express editions. http://www.microsoft.com/express/vc/


In C plus plus Interface is also known as?

I guess you mean Java, there is no interface in C++.


What price of software c plus plus?

The price of the software c plus plus can vary depending on where it was purchased. The average price for the software c plus plus varies between $20 and $30. There are also copies that can be obtained for free.


What is the Visual C plus plus 2008 Express Serial Code?

The Express edition of C++ does not require a serial code. It is free.


What is the difference of C to C plus plus and Dev C?

C and C++ are both programming languages whereas Dev C++ is an implementation of C/C++. Dev C++ is free, was written in Delphi and includes the MinGW compiler.


How can I learn C Plus Plus for free online?

Just click the first related link. =)


What is a distructor in c plus plus?

A destructor destroys an instance of a class to free up memory.


Visual c plus plus 6.0 free installer?

Visual C++ 6.0 is more than 16 years old. It is no longer available to buy and it was never available for free. The current version is Visual C++ 2013.