Since 4/2/2012 5:54:41 AM, record700 has written 8 articles and participated in 5 conversations. record700 signature: record700
record700's articles:
Items(8) /1
init pointer328 (3/17/2005 7:55:26 PM) comp.lang.c Hi, small question concerning pointer: How do I allocate and have access to this pointer in C: float **x; such that I can work with it like an array, e.g. x[0][0]? Thanks a lot. ... record700
stop application1431 (3/11/2005 5:30:23 PM) comp.lang.c Hi, I have programmed a while loop. At the end of this loop I want to stop it until someone hit a key. When someone hits the right key the loop shall start again. Actually I thought this would be easy to do, b... record700
render arbitrary object0121 (1/17/2005 5:17:59 AM) comp.graphics.api.opengl Hi, I have given two vertices whose distance to each other changes over time. Now I want to connect these two vertices. The easiest way would be to use GL_LINES. But first the the line would be everytime as lo... record700
iostream + iostream.h718 (1/14/2005 5:44:27 AM) comp.lang.c++ Hi, probably this is a common problem but I couldn't find yet a proper solution (and I hope there is one). I have two relative complex frameworks: one uses only iostream.h the other one only iostream. Is it s... record700
render video with 1024x7683125 (1/13/2005 10:57:53 PM) comp.graphics.api.opengl Hi, I have a live video stream and I want to render this in openGL. I convert every frame to a texture and it works fine. The only problem is that I have a 1024x768 video and I have to choose a 1024x1024 text... record700
runtime error with lsqnonlin130 (1/9/2005 9:53:58 PM) comp.soft-sys.matlab Hi, I have some MATLAB code (2 files) in which I use lsqnonlin. With mcc -t -L C -W lib:mainlib -T link:lib main.m p.m lsqnonlin.m libmmfile.mlib I convert my code to C. When I execute it I get the follow... record700
equation of cone intersection125 (12/3/2004 9:22:47 PM) comp.lang.c Hi, How can I program this math. equation: a1*n1 + a2*n2 + a3*n3 = cos(alpha1) b1*n1 + b2*n2 + b3*n3 = cos(alpha2) n1^2 + n2^2 + n3^2 = 1 The problem is, that when you solve for n1, n2 and n3 (any... record700
equation of cone intersection238 (12/3/2004 9:22:23 PM) comp.lang.c++ Hi, How can I program this math. equation: a1*n1 + a2*n2 + a3*n3 = cos(alpha1) b1*n1 + b2*n2 + b3*n3 = cos(alpha2) n1^2 + n2^2 + n3^2 = 1 The problem is, that when you solve for n1, n2 and n3 (any... record700
record700's replies:
Items(3) /1
runtime error with lsqnonlin130 (1/9/2005 9:53:58 PM) comp.soft-sys.matlab Hi, I have some MATLAB code (2 files) in which I use lsqnonlin. With mcc -t -L C -W lib:mainlib -T link:lib main.m p.m lsqnonlin.m libmmfile.mlib I convert my code to C. When I execute it I get the follow... record700(13)
iostream + iostream.h718 (1/14/2005 5:44:27 AM) comp.lang.c++ Hi, probably this is a common problem but I couldn't find yet a proper solution (and I hope there is one). I have two relative complex frameworks: one uses only iostream.h the other one only iostream. Is it s... record700(13)
stop application1431 (3/11/2005 5:30:23 PM) comp.lang.c Hi, I have programmed a while loop. At the end of this loop I want to stop it until someone hit a key. When someone hits the right key the loop shall start again. Actually I thought this would be easy to do, b... record700(13)