Search found 24 matches

by campino
Wed Sep 28, 2005 6:11 pm
Forum: Advanced Help
Topic: need help to complete my TShape class
Replies: 13
Views: 1084

mhhh... so...in the Sphere: x, y, z; //coordinates of the center r; //radius x1, y1, z1; //coordinates of the pointes angle=0; //x/y Plane zangle=0; // z while(zangle<=360){ x1=sin(angle)*r; y1=cos(angle)*r; z1=cos(zangle)*r; //make a Vertex out of x+x1, y+y1 and z+z1 angle=angle+1; //maybe more tha...
by campino
Wed Sep 28, 2005 12:19 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

midnight:
Everyone can be a good person if he want to.
by campino
Tue Sep 27, 2005 6:30 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

cpprules wrote:Well i gues i'm sorry for my posts. Your a good person after all. Your something like Ned Flanders, from Simpsons ( nothing can piss you off ).
You're a good person, too.
by campino
Tue Sep 27, 2005 4:10 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

I want to make something sure: I don't laught about you or midnight. I laugh about my dictionary all the time. If you don't want to put this sentence in your sig you mustn't. So maybe you didn't get something I write (use this dictionary, maybe not a good idea) or I write something without thinking ...
by campino
Tue Sep 27, 2005 3:55 pm
Forum: Off-topic
Topic: animating program
Replies: 13
Views: 1190

cpprules wrote:As a metter of fact i have found a simple program, It's called "Character FX"...
Okay, my information wasn't correct, I'm sorry ;)
by campino
Tue Sep 27, 2005 3:54 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

cpprules wrote:ArghHHH AGHRH. Dye Campino, Dye!
Would you like a Quake III mach?
ehm...nice...
My dicionary says:
to dye=to color
Do you really mean that? (Think you mean "die"? Don't you? Maybe later ... Sure later)

I think we all should laught about it and forget it.
by campino
Tue Sep 27, 2005 3:46 pm
Forum: Off-topic
Topic: animating program
Replies: 13
Views: 1190

I talk about programmes which can be used for doing animations. And I think all programmes which can be used for this are complicated because it is a very complex theme. I don't think anybody will be able to use them without spending a lot of time in learning how to handle them. This sentence should...
by campino
Tue Sep 27, 2005 1:45 pm
Forum: Off-topic
Topic: animating program
Replies: 13
Views: 1190

cpprules wrote:all the programs there are pretty complicated and !animation only.
I think all those programmes will be complicated.
by campino
Tue Sep 27, 2005 1:44 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

Midnight: I'm very sorry but my dictionary doesn't contain all the Words you use, would you please explain "bible thumper fag"? but, some of the others: pedophile: Of course, I'm 15 and pedophile, maybe I should consult a psychiatrist? After that I install Pokemon to my computer and kill m...
by campino
Mon Sep 26, 2005 3:01 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

Yeah, there are some youngin's in here. But their coding abilities match or exceed many people triple their age in several cases. Then again, there are a lot of Hello World 16 year olds in here too... lol. So it balances out nicely. Yeah, it is. I think this is because 3D coding is such a popular s...
by campino
Sun Sep 25, 2005 4:04 pm
Forum: Beginners Help
Topic: class declaration [solved]
Replies: 24
Views: 1129

I'm not sure if you know what the problem is now, so, if you no, ignore my post, if you don't read it ;) The compiler goes through the code line by line. So when he found an class something; he knows: there is a class named something. So he can build an instance of it: int main(){ something st=new s...
by campino
Sun Sep 25, 2005 1:42 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

Some people here have daughters here... And i don't want to put age in my signature, 'cause noone will take me seriusly. You don't have too if you don't want to. *ähm* how many 'o' in to? As you can see I didn't put my age there, only this "Youth-Irrlicht-Coder" so nobody know exactly wha...
by campino
Sun Sep 25, 2005 12:59 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2188

I feel old... I'm 20 now :cry: ;)) you are too old ;)) In another forum ([url]http:\\www.java-forum.net[/url], german) all User under 20 put a note in their signatur which say something like "16-years old" (or so). I think it is a quite good idea and starting by place a note in my sig her...
by campino
Sun Sep 25, 2005 7:58 am
Forum: Beginners Help
Topic: class declaration [solved]
Replies: 24
Views: 1129

MikeR:
Why do you declare both functions twice?

cpprules:
You have to make a main-func outside the class wich calls the one in class.
by campino
Sun Sep 25, 2005 7:54 am
Forum: Beginners Help
Topic: may be a C++ question
Replies: 7
Views: 399

ups... :oops:

Of course device->setEventReceiver(this);. Think I have been sleeping by coding this poop. Thanks