@jadie_p1 wrote:
I am writing a program to generate cells using Wolfram's rule. It is called Cellular Automata, But I call it ca for short in the program. I have made a function called
void ofApp :: cells (float ca)
and then I have writtenca.push_back.display();
but it says 'Expression must have a class type' can someone please tell me what this means and give an example? Lastly I should mention that ca is in written like this in the header filevector <float> ca;
Thanks,
Jade
Posts: 9
Participants: 2