TIP: Click on subject to list as thread! ANSI
echo: c_plusplus
to: JOSHUA BOEHME
from: MATTHEW LAIRD
date: 1997-04-21 19:30:00
subject: Pointer Arrays

 JB> int pointer;
 JB> pointer = new *int[2];            // These are the 3
 JB> pointer[0] = new int[total[0]];   // bad lines
 JB> pointer[1] = new int[total[1]];   //
int *pointer;
pointer = new *int[2];
pointer[0] = ....etc...
You just forgot the * in the first of those lines.
--- Maximus/2 3.00
---------------
* Origin: LutherNet Christian BBS (1:153/7036)

SOURCE: echomail via exec-pc

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.