Search found 1649 matches

by avansc
Sun Nov 09, 2008 6:58 pm
Forum: Programming Discussion
Topic: Pointer Question..... C++
Replies: 23
Views: 3088

Re: Pointer Question..... C++

string xy1 = " ";//top left answer string xy2 = " ";//top middle answer string xy3 = " ";...... string **p = (string**)malloc(2*sizeof(string));// get a pointer to a pointer *p[0] = xy1; *p[1] = xy2; *p[2] = xy3; *p[3] = xy4; *p[4] = xy5; *p[5] = xy6; *p[6] = xy7; *p[7...
by avansc
Sun Nov 09, 2008 6:36 pm
Forum: General/Off-Topic
Topic: How can I learn math online?
Replies: 19
Views: 1849

Re: How can I learn math online?

can you find the value of X.

5X - 6 = X^2 + 5

and

can you solve for X and Y

X + 4 = Y
Y + X = 6

do you know sin cos and tan?
by avansc
Sun Nov 09, 2008 6:33 pm
Forum: General/Off-Topic
Topic: How can I learn math online?
Replies: 19
Views: 1849

Re: How can I learn math online?

Well I can program like a beast since I started when I was 7. I was home schooled and since my mother never actually made me do anything, I had a plenty of time to do what I wanted to do and then I was happy about it but now I'm 20, I lack basic skills like math and hand writing. I hate my mother n...
by avansc
Sun Nov 09, 2008 5:34 pm
Forum: General/Off-Topic
Topic: Anyone else use a mac?
Replies: 19
Views: 2060

Re: Anyone else use a mac?

there is no such thing as a terra byte laptop 2.5' hard drive, largest size is 500GB. omg, nothing you say can be taken seriously. Whatever man, you win. I just don't care enough to call names and tell you you're stupid a million times. I think it has something to do with not being 14. *queue "...
by avansc
Sun Nov 09, 2008 11:40 am
Forum: General/Off-Topic
Topic: Anyone else use a mac?
Replies: 19
Views: 2060

Re: Anyone else use a mac?

there is no such thing as a terra byte laptop 2.5' hard drive, largest size is 500GB.
omg, nothing you say can be taken seriously.
by avansc
Sun Nov 09, 2008 11:34 am
Forum: General/Off-Topic
Topic: Anyone else use a mac?
Replies: 19
Views: 2060

Re: Anyone else use a mac?

Just get the regular macbook--the only real difference is the pro has firewire. I want one so bad, but I'll be damned if I have the money for another computer at the moment. Sigh. huh? the pro has faster CPU, more ram. bigger HDD, much better graphics card. You can get the same CPU in the macbook, ...
by avansc
Sun Nov 09, 2008 10:37 am
Forum: General/Off-Topic
Topic: Anyone else use a mac?
Replies: 19
Views: 2060

Re: Anyone else use a mac?

Just get the regular macbook--the only real difference is the pro has firewire. I want one so bad, but I'll be damned if I have the money for another computer at the moment. Sigh. huh? the pro has faster CPU, more ram. bigger HDD, much better graphics card. You can get the same CPU in the macbook, ...
by avansc
Sat Nov 08, 2008 9:46 pm
Forum: Programming Discussion
Topic: Pointer Question..... C++
Replies: 23
Views: 3088

Re: Pointer Question..... C++

I think he is talking about something like this int Test1; int Test2; int* PointerTest = NULL; int Input; cout << "Enter 1 or 2: "; cin >> Input; if (Input == 1) { PointerTest = &Test1; } else if (Input == 2) { PointerTest = &Test2; } that solutions works. but im not sure if thats...
by avansc
Sat Nov 08, 2008 9:30 pm
Forum: Programming Discussion
Topic: AI Tutorial to Come!
Replies: 10
Views: 1465

Chapter 1: Fundamental AI Technologies [1. Context]

Chapter 1: Fundamental AI Technologies : 1 Context "I not only use all the brains that i have, but all that i can borrow." - Woodrow Wilson An interesting artificial intelligence system is a major component of any successful game. AI makes games challenging and addictive, and thus generat...
by avansc
Sat Nov 08, 2008 9:08 pm
Forum: Programming Discussion
Topic: Pointer Question..... C++
Replies: 23
Views: 3088

Re: Pointer Question..... C++

i would be glad to help, but im not sure what you mean. could you explain a little better.
by avansc
Sat Nov 08, 2008 5:34 pm
Forum: Programming Discussion
Topic: AI Tutorial to Come!
Replies: 10
Views: 1465

AI Tutorial to Come!

INDEX Chapter 1: Fundamental AI Technologies 1 Context 1.1 Structure of an AI System 1.1.1 Sensing the World 1.1.2 Memory 1.1.3 Analysis/Reasoning Core 1.1.4 Action/Output System 1.2 Specific Technologies 1.2.1 Finite State Machines 1.2.2 Rule Systems 1.2.3 Planning and Problem Solving 1.2.4 Biolog...
by avansc
Sat Nov 08, 2008 5:14 pm
Forum: General/Off-Topic
Topic: Anyone else use a mac?
Replies: 19
Views: 2060

Re: Anyone else use a mac?

macs these days are just like any other computer, thet use intel processors. so you can install windows on them, and it will work fine. infact the new macbook pro's run games amazingly. they are pretty sweet.
by avansc
Sat Nov 08, 2008 4:38 pm
Forum: General/Off-Topic
Topic: Anyone else use a mac?
Replies: 19
Views: 2060

Re: Anyone else use a mac?

Willshire The Mad wrote:I gots me a mac book pro. Most of my time on it is devoted to graphic design stuff. Many of my friends seem to hate macs but I cant say I have had a problem with mine at all. its just a pain in the ass to find good games for it.
bootcamp
by avansc
Sat Nov 08, 2008 3:25 pm
Forum: General/Off-Topic
Topic: sorry if i was a dbag last night.
Replies: 2
Views: 262

Re: sorry if i was a dbag last night.

cypher1554R wrote:No prob. We got the message in the topic..

Anyway. It's something fairly normal to get upset, you didn't have to apologize like this :)
meh, doesent hurt to apologize. but thats mate.
by avansc
Sat Nov 08, 2008 3:24 pm
Forum: General/Off-Topic
Topic: Anyone else use a mac?
Replies: 19
Views: 2060

Re: Anyone else use a mac?

DJ Yoshi wrote:Just get the regular macbook--the only real difference is the pro has firewire.

I want one so bad, but I'll be damned if I have the money for another computer at the moment.

Sigh.
huh? the pro has faster CPU, more ram. bigger HDD, much better graphics card.