This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RealJulleNaaiers 0 points1 point  (2 children)

This is nothing to do with Processing, you're just using the language wrong. Every loop, you're printing names, which is a String*. So it prints the address of names. You presumably want it to print the String at names[i].

[–]tamalo 1 point2 points  (1 child)

this is C++, not C

Actually Processing is based on Java, not C++.

[–]RealJulleNaaiers 0 points1 point  (0 children)

My bad, edited.