allocation problem
From: SSJBardock (ssjbardock_at_dragonballz.net)
Date: 10/17/03
- Next message: jeffc: "Re: To STL or not to STL"
- Previous message: jeffc: "Re: To STL or not to STL"
- Next in thread: Rolf Magnus: "Re: allocation problem"
- Reply: Rolf Magnus: "Re: allocation problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 17 Oct 2003 15:37:28 +0200
please help me, I'm rewriting a program I made before because I lost the
source and I want to allocate a number of text strings that are 500
characters long.
So I tried this:
char *m_IDs[500]=(char *)malloc(m_NumberOfStrings);
That obviously doesn't work, but I can't remember how to do it.
Thanks in advance,
SSJBardock
- Next message: jeffc: "Re: To STL or not to STL"
- Previous message: jeffc: "Re: To STL or not to STL"
- Next in thread: Rolf Magnus: "Re: allocation problem"
- Reply: Rolf Magnus: "Re: allocation problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|