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
array size
array size
Feb 18, 2011 at 6:20pm UTC
log3337
(2)
hey guys i am writing a program that has lots of arrays.
is this syntax not correct??
new_coefficients[i - 1]
can you not do that?
-thanks
Feb 18, 2011 at 6:45pm UTC
Caligulaminus
(201)
Have you even tried?
Feb 18, 2011 at 6:54pm UTC
Johnnyboy
(35)
Some context would be nice.
Feb 18, 2011 at 8:22pm UTC
rocketboy9000
(562)
That syntax is fine. What are the possible values of i?
Topic archived. No new replies allowed.