Search found 2454 matches

by MarauderIIC
Sun Jul 11, 2004 6:30 pm
Forum: Programming Discussion
Topic: MANY people argue that C++ is good for nothing...
Replies: 15
Views: 3198

Online tutorials are your friend. That's how I learned (and why there are a few noticable holes in my style and knowledge). Try www.about.com and www.programmersheaven.com -- esp. the C++ message board there -- but only if you get stuck. Learn more by solving it yourself. There's a nice reference at...
by MarauderIIC
Sun Jul 11, 2004 6:17 pm
Forum: Programming Discussion
Topic: MANY people argue that C++ is good for nothing...
Replies: 15
Views: 3198

Well, if you can't think of how to program something, think of how you would do it. For example, I thought of that by going, "Hmm.. I'd probably look at the top row and if there was an X then I'd go down... and if there were 3 then there would be a winner..." So I programmed it so it goes ...
by MarauderIIC
Sun Jul 11, 2004 3:22 am
Forum: General/Off-Topic
Topic: WUTAI
Replies: 5
Views: 870

A lot of the newer cards are video-capture. And yes, it lets you record stuff onto your computer. Buy a big hard drive.
by MarauderIIC
Sun Jul 11, 2004 3:21 am
Forum: General/Off-Topic
Topic: OMGLYKEWTF!!!!!!!111!11oneoneone
Replies: 13
Views: 1441

Did you see the Hanneshamlap video that came out a while ago?
by MarauderIIC
Sun Jul 11, 2004 3:16 am
Forum: General/Off-Topic
Topic: Come Here For All Of Your Grammar And Spelling Needs
Replies: 10
Views: 1271

Sure, sure. I am 17 years old, and have had Advanced Placement English all through high school so far, and will have it senior year too. :) That would be Advanced Placement English IV, Fred (and Sonic). >) Correction: all "high-level" courses, anyway: I took my freshman and sophomore Engli...
by MarauderIIC
Sun Jul 11, 2004 2:53 am
Forum: General/Off-Topic
Topic: Presenting Team Chaos
Replies: 19
Views: 2266

OpenGL has a 2d mode you know. Called orthographic projection.

For some tutorials on opengl (the place for opengl, really), see http://nehe.gamedev.net.
by MarauderIIC
Sun Jul 11, 2004 12:49 am
Forum: Programming Discussion
Topic: MANY people argue that C++ is good for nothing...
Replies: 15
Views: 3198

...Wouldn't you just use a 3x3 array? And then there are only... one two three four five six seven eight.. eight different checks to make for whether or not someone wins. Which you can narrow by checking where they placed their last piece (IE, bottom left would have left column right column diagonal...
by MarauderIIC
Sat Jul 10, 2004 3:42 pm
Forum: General Gaming
Topic: Got something against dance rhythm games?
Replies: 15
Views: 2462

Have you ever tried any of the hard songs on DDR? And which DDR "only has two good songs"? Because there are like five different arcade versions, as well as different ones for XBox and PS. :)
by MarauderIIC
Sat Jul 10, 2004 3:09 pm
Forum: Programming Discussion
Topic: MANY people argue that C++ is good for nothing...
Replies: 15
Views: 3198

Java is extremely slow and pathetic, and as for it being higher-level than C, it was made from C. And try to learn assembly -- C++ compilers optimize the code in assembly probably better than you could write it in assembly yourself. http://en.wikipedia.org/wiki/C_Plus_Plus_programming_language#Histo...