Search found 1649 matches

by avansc
Wed Nov 05, 2008 6:13 pm
Forum: Programming Discussion
Topic: Something that might help you.
Replies: 7
Views: 1135

Something that might help you.

I was going to post this as a challenge, but i thought its probably be a little easy, and maybe to boring to do. But none the less its a pretty neat function. I'm sure C/C++ has similar functions, but i like writing my own. if any have ideas on how to make it better id like to hear them. oh yeah, th...
by avansc
Wed Nov 05, 2008 5:14 pm
Forum: Programming Discussion
Topic: C Challenge #1
Replies: 7
Views: 942

Re: C Challenge #1

Amarant wrote:Ah yes that's pretty much what I had in mind, except for the mistake I made with passing 0 instead of (char*)NULL.
yeah you did well. i'll post a new challenge in a little bit, gotta think of a juicy one. go look and see if you can figuer the binary challege out.
by avansc
Wed Nov 05, 2008 5:13 pm
Forum: Game Development
Topic: A game, that'll probably never exist.
Replies: 26
Views: 3538

Re: A game, that'll probably never exist.

have you ever really done any mass networking application? let me ask you this, if you were to make a MMO, that would only have to support 1000 members, how would you do it? Answer to first question: No. I'm a net illiterate. I develop only offline stuff(for now), but will learn network stuff later...
by avansc
Wed Nov 05, 2008 5:04 pm
Forum: Programming Discussion
Topic: C Challenge #1
Replies: 7
Views: 942

Re: C Challenge #1

Unless you're using an entirely different mechanism I don't see how that would work. The documentation for the va_arg function states the following: Notice also that va_arg does not determine either whether the retrieved argument is the last argument passed to the function (or even if it is an elem...
by avansc
Wed Nov 05, 2008 4:26 pm
Forum: Programming Discussion
Topic: C Challenge #1
Replies: 7
Views: 942

Re: C Challenge #1

nide, except that you dont need the count, you just need it in this format

char *concatSTR(char *first, ....).

so there are better ways of doing it, but you are on the right track.
by avansc
Wed Nov 05, 2008 3:27 pm
Forum: Programming Discussion
Topic: Next Challenge!
Replies: 21
Views: 2878

Re: Next Challenge!

Are you serious about VS2008? Yup.. you'll probably get a torrent link by mail.. xD ^i dont appreciate being called a software pirate, i dont even like open source. ^i dont appreciate my jokes not being understood. and btw. sharing != pirating maybe i just don't understand your type of humor. and b...
by avansc
Wed Nov 05, 2008 1:15 pm
Forum: General/Off-Topic
Topic: Your Mom gone wrong (or right)
Replies: 33
Views: 2039

Re: Your Mom gone wrong (or right)

. . . pictures or it didn't happen. A picture of me saying "your mom is hot"? Anyway, I started this thread for anyone to post their on Your Mom experiences. ;P Oh no, I mean a picture of your mom so that I can determine her hotness factor. Hey, I've been told plenty of times that I have ...
by avansc
Wed Nov 05, 2008 11:43 am
Forum: General/Off-Topic
Topic: Favorite movies about computer/gaming/hacking
Replies: 10
Views: 1998

Favorite movies about computer/gaming/hacking

my all time fav. WARGAMES. very good.
by avansc
Wed Nov 05, 2008 11:42 am
Forum: General/Off-Topic
Topic: Your Mom gone wrong (or right)
Replies: 33
Views: 2039

Re: Your Mom gone wrong (or right)

i used to say your mom a lot. it was becomming debilitating. its as addictive as meth, except you keep your teeth.
its almost as addictive as saying thats what she said.

ps: some of the best "thats what she said" are from "the office" my fav TV show.
by avansc
Wed Nov 05, 2008 10:54 am
Forum: Game Development
Topic: A game, that'll probably never exist.
Replies: 26
Views: 3538

Re: A game, that'll probably never exist.

so making a singleplayer game and then trying to make it MMO, is basically impossible. Well.. Depends on how generic/flexible you make your engine.. And if you can make a full single player game like you imagine, you're not far from being able to do it network-wise. In any case, you might be forced...
by avansc
Wed Nov 05, 2008 10:51 am
Forum: Programming Discussion
Topic: Tic Tac Toe
Replies: 9
Views: 1746

Re: Tic Tac Toe

Full java version of tic tac toe, with AI. compliments of me. TicTacToe.java import java.util.Random; /** * * @Author : Andre van-Schalkwyk * @Version : 8.19.05-19:18 * */ public class TicTacToe { private int spacesLeft; // int that hold the amount of spaces left on board. private Random r; // rando...
by avansc
Wed Nov 05, 2008 9:58 am
Forum: Programming Discussion
Topic: Next Challenge!
Replies: 21
Views: 2878

Re: Next Challenge!

i'll be willing to ship anyways US. if you are out of country i will make an account for you at the Microsoft alliance, where you can download a legal copy.
by avansc
Wed Nov 05, 2008 9:56 am
Forum: Game Development
Topic: A game, that'll probably never exist.
Replies: 26
Views: 3538

Re: A game, that'll probably never exist.

well here's my thoughts. why not work out a basic (non-mmo) game from this concept and then, after some time and experiance programming, expand the story and take it to mmo. Then again, I'm in the same boat as you with the whole just learning languages at the moment so I'm not completely sure how t...
by avansc
Wed Nov 05, 2008 9:54 am
Forum: Programming Discussion
Topic: Next Challenge!
Replies: 21
Views: 2878

Re: Next Challenge!

Are you serious about VS2008? Yup.. you'll probably get a torrent link by mail.. xD ^i dont appreciate being called a software pirate, i dont even like open source. yes i am, i work at IBM, and we do student recruitment at NCSU and likes in the area, and we give out free copies of VS2008 profession...
by avansc
Wed Nov 05, 2008 9:49 am
Forum: Game Development
Topic: A game, that'll probably never exist.
Replies: 26
Views: 3538

Re: A game, that'll probably never exist.

I think I should be agreeing at your comments, it's true that it's possible. But a team which most are unable to even program? I don't think we're going to make such a great game with those issues. I believe I should just size it down for now, create a small game and keep on raising my inability. S...