# C++ help (again)

**URL:** https://forum.kirupa.com/t/c-help-again/215014
**Category:** Uncategorized
**Created:** [February 2, 2007, 11:57pm UTC](https://forum.kirupa.com/t/c-help-again/215014 "2007-02-02T23:57:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wo1olf](https://avatars.discourse-cdn.com/v4/letter/w/278dde/32.png) [@wo1olf](https://forum.kirupa.com/u/wo1olf)
#### Post date: [February 2, 2007, 11:57pm UTC](https://forum.kirupa.com/t/c-help-again/215014/1 "2007-02-02T23:57:32Z")

</div>

How can it test if an array is empty at a given position (index) ?

like in this way

> 

if(array\* != …)  
{

}
