473,396 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Dynamic allocation of memory

Hello i'm working on problem of dynamic allocation of memory.
I would like to have variable char name[?] set in the way to be able to
change the memory it uses while program is running for ex. I will type
name Kupiko and i would like my variable name to be that large no more no
less. Not just to set the amount of char to name[20]. Please could anyone
advice me how to do it?

Nov 14 '05 #1
5 1283
kupiko wrote:
Hello i'm working on problem of dynamic allocation of memory.
I would like to have variable char name[?] set in the way to be able to
change the memory it uses while program is running for ex. I will type
name Kupiko and i would like my variable name to be that large no more no
less. Not just to set the amount of char to name[20]. Please could anyone
advice me how to do it?


man 3 getline
Nov 14 '05 #2
"kupiko" <su****@post.sk> wrote:
Hello i'm working on problem of dynamic allocation of memory.
I would like to have variable char name[?] set in the way to be able to
change the memory it uses while program is running for ex. I will type
name Kupiko and i would like my variable name to be that large no more no
less. Not just to set the amount of char to name[20]. Please could anyone
advice me how to do it?


Yes. Look up "malloc" and "realloc" in the index of your C text book.

Richard
Nov 14 '05 #3
Russell Shaw <rjshawN_o@s_pam.netspace.net.au> wrote:
kupiko wrote:
Hello i'm working on problem of dynamic allocation of memory.
I would like to have variable char name[?] set in the way to be able to
change the memory it uses while program is running for ex. I will type
name Kupiko and i would like my variable name to be that large no more no
less. Not just to set the amount of char to name[20]. Please could anyone
advice me how to do it?


man 3 getline


Since when is that ISO C? Note that you have no idea what kind of system
the OP is on; it need not have POSIX (or whatever extension getline is)
at all.

Richard
Nov 14 '05 #4
kupiko wrote:

Hello i'm working on problem of dynamic allocation of memory.
I would like to have variable char name[?] set in the way to be
able to change the memory it uses while program is running for ex.
I will type name Kupiko and i would like my variable name to be
that large no more no less. Not just to set the amount of char to
name[20]. Please could anyone advice me how to do it?


Use ggets. Available at:

<http://cbfalconer.home.att.net/download/>

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
Nov 14 '05 #5

Richard Bos wrote:
Russell Shaw <rjshawN_o@s_pam.netspace.net.au> wrote:
kupiko wrote:
Hello i'm working on problem of dynamic allocation of memory.
I would like to have variable char name[?] set in the way to be able to change the memory it uses while program is running for ex. I will type name Kupiko and i would like my variable name to be that large no more no less. Not just to set the amount of char to name[20]. Please could anyone advice me how to do it?
man 3 getline


Since when is that ISO C? Note that you have no idea what kind of

system the OP is on; it need not have POSIX (or whatever extension getline is) at all.

It's not even POSIX, it's C++ for use with the std::string template
class.

Brian

Nov 14 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Tom | last post by:
What I mean is why can I only allocate const size stuff on the stack in C++? If I want to allocate a variable amount I need to use the OS API (Win32 in my case). Thanks, Tom.
6
by: chris | last post by:
Hi all, I need to know, what is the difference between dynamic memory allocation, and stack allocation ? 1. If I have a class named DestinationAddress, when should I use dynamic memory...
6
by: Sandeep Chikkerur | last post by:
Hi, If the entire heap memory for dynamic allocation is not available, does the compiler always return NULL ? eg: char *s; s = (char *)malloc(...);
13
by: xian_hong2046 | last post by:
Hello, I think dynamic memory allocation is supposed to be used when one doesn't know in advance how much memory to allocate until run time. An example from Thinking in C++ is to dynamically...
11
by: toton | last post by:
Hi, I have little confusion about static memory allocation & dynamic allocation for a cluss member. I have class like class Bar{ public: explicit Bar(){ cout<<"bar default"<<endl; }
24
by: Ken | last post by:
In C programming, I want to know in what situations we should use static memory allocation instead of dynamic memory allocation. My understanding is that static memory allocation like using array...
1
by: Peterwkc | last post by:
Hello all expert, i have two program which make me desperate bu after i have noticed the forum, my future is become brightness back. By the way, my problem is like this i the first program was...
3
by: ranjeetasharma81 | last post by:
Hi all, I have a big C-cod, in which there are lots of dynamic memory allocation used. I want to replace dynamic memroy allocation by static arrays. The following are the problems that i am...
14
by: vivek | last post by:
i have some doubts on dynamic memory allocation and stacks and heaps where is the dynamic memory allocation used? in function calls there are some counters like "i" in the below function. Is...
10
by: swornavidhya.mahadevan | last post by:
Which allocation (Static / Dynamic) is suitable for the situation when we are trying to allocate for a overloaded memory when the memory is full and no space to allocate. What will happen if both...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.