首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > OpenGL MUST Project 1[Polyline Editor] use linked list of C++

OpenGL MUST Project 1[Polyline Editor] use linked list of C++

资 源 简 介

#include #include #include #include #include "point.h" /*draw line from the line array*/ void drawPointLine() {  Node * temp;  for (int i=0;inext!=NULL)   {    temp=temp->next;    glVertex2i(temp->x,temp->y);   }   glEnd();  } } /*find the point and delete the point from the line array*/ void delpointFun(int xx,int yy) {  for (int i=0;inext!=NULL)   {&n

文 件 列 表

point.h
Project1.cpp
VIP VIP
0.216959s