cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Disambigious array and pointer structure
Disambigious array and pointer structures
Oct 20, 2010 at 10:15am UTC
danyaljj
(12)
Hi,
How can I find detailed examples and information about differences between structures like bellow:
1. int (*a)[]
1D array of int *
2. int *a[]
2d array = int **
Thanks!
Oct 20, 2010 at 6:34pm UTC
rahulroot
(11)
go thru "deep C secrets" by peter van der linden.
Topic archived. No new replies allowed.