Forum: C Jan 20th, 2006 |
| Replies: 1 Views: 1,253 hiiii
i'm new using opengl
when i was trying to do some transformation using
glRotated(45,0,1); for example,
it do the tranformation on all wht i've drawn on screen
ex. if i was drawing a... |
Forum: C Sep 30th, 2004 |
| Replies: 3 Views: 1,636 hey tnx guys
i fixed the problem :D
tnx 4 yr effort |
Forum: C Sep 28th, 2004 |
| Replies: 3 Views: 1,636 #define ENDFILE "CTRL-Z"
this end the file whenever the user enter CTRL-Z
what i need, i want the user 2 enter CTRL-X to end the program
#define ........ "CTRL-X" ( what could i write here)... |
Forum: C Jun 13th, 2004 |
| Replies: 14 Views: 34,527 it's one of my colleages he likes to make jokes a lot
sorry
there is nothing called radi(); or a header file called "radi.h"
sorry guys agaian :o |
Forum: C Jun 9th, 2004 |
| Replies: 14 Views: 34,527 void arranging()
{
char
temp[30],
name[50][30];
float
temp1,
temp2,
temp3, |
Forum: C Jun 9th, 2004 |
| Replies: 14 Views: 34,527 i'm trying to list names of students alphabetically |
Forum: C Jun 9th, 2004 |
| Replies: 14 Views: 34,527 :rolleyes: sorry but may be u did not understood my question
i need to sort an array of characters which contains names of students alphabeticly
and i'm asking if there is a function that do this... |
Forum: C Jun 7th, 2004 |
| Replies: 14 Views: 34,527 is there any function that helps to sort an array of strings alphabeticly
i need to sort an array alphabeticly which contains names of students
thx 4 yr help
matika :cool: |