Rectangle function

dev c++ does recognize rectangle function. it shows an error... undefined reference to rectangle... how to fix this. anyone help plz
closed account (j3Rz8vqX)
Not sure what your saying, but sounds like it doesn't have access to your rectangle. Usually this happens when you're using a variable or object without first declaring/initializing it; or possibly a library without first including it.
Last edited on
Topic archived. No new replies allowed.