Hello, AmiBroker arrays are internally pointers to arrays with automatic reference counting and smart memory management so it frees from all headache that C programmers have.
If you want full-blown C/C++ - just use AmiBroker Development Kit - then you can use Visual C++ for example (or GNU, or Borland) to code what you want and use it directly in AmiBroker. http://www.amibroker.com/devlog/2006/12/15/amibroker-development-kit-adk-for-cc-now-available-to-everyone/ Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "h3po" <[email protected]> To: <[email protected]> Sent: Sunday, June 14, 2009 9:18 AM Subject: [amibroker] Possibilities in AFL > Hi, > Does the AFL script language support pointers to arrays, linked lists and > trees like in the C programming language? > > regards, > Ole > > > > ------------------------------------ > > **** IMPORTANT PLEASE READ **** > This group is for the discussion between users only. > This is *NOT* technical support channel. > > TO GET TECHNICAL SUPPORT send an e-mail directly to > SUPPORT {at} amibroker.com > > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at > http://www.amibroker.com/feedback/ > (submissions sent via other channels won't be considered) > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > Yahoo! Groups Links > > >
