cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
drawing a curve
drawing a curve
Oct 25, 2014 at 3:23pm UTC
alirah84
(42)
Hi
I want to draw an arc(curve) with arc function but it gives this message:
identifier "arc" is undefined
it's function:
arc(x,y,s_angle,e_angle,R);
what's the problem?
Oct 25, 2014 at 3:25pm UTC
Peter87
(11234)
Is the arc function part of a library that you use? Are you including the necessary header files?
Oct 25, 2014 at 3:35pm UTC
alirah84
(42)
I don't know .
It's my library that i used for this program:
#include <GL/glut.h>
#include <cmath>
Topic archived. No new replies allowed.