Search found 38 matches

by BOMBERMAN
Sat Jan 31, 2009 3:00 pm
Forum: Programming Discussion
Topic: Namespaces
Replies: 5
Views: 535

Re: Namespaces

The namespace concept appears in order to control the scope of names to allow the same names to be used without conflicts - Text from the book "Programming in c++"
by BOMBERMAN
Sat Jan 31, 2009 2:42 pm
Forum: General/Off-Topic
Topic: hash functions.
Replies: 5
Views: 510

Re: hash functions.

Take a good look on internet tutorials... if u don't find any, buy another book that teaches you how to :)
by BOMBERMAN
Sat Jan 31, 2009 2:38 pm
Forum: General/Off-Topic
Topic: Elysian Shadows: Next Video and Camera Donations
Replies: 99
Views: 6458

Re: Elysian Shadows: Next Video and Camera Donations

Our next video is going to be something different. For those of you who don't know, we are looking into upgrading our shitty ass little camera that we have been using since Chapter 8. It is no longer sufficient (video or audio) for the kind of quality that we would like from our videos. When Youtub...
by BOMBERMAN
Sat Jan 31, 2009 12:35 pm
Forum: Programming Discussion
Topic: Is using a Game SDK considered "cheating" or Noob?
Replies: 9
Views: 1440

Re: Is using a Game SDK considered "cheating" or Noob?

Well I just downloaded Dark GDK, its supported by microsoft and it uses direct x... Is that considered cheating or noob and not hardcore? it seems just hard core to use direct x straight up without those sdks... But the pros actually use game engines though, but most of the time its the ones they m...
by BOMBERMAN
Sat Jan 31, 2009 12:05 pm
Forum: Programming Discussion
Topic: Flash vs Silverlight
Replies: 15
Views: 1541

Re: Flash vs Silverlight

I'm an Adobe fan myself, and I hate Micro$oft... So I'm going with Flash! I love all of Adobe's work, it's awesome! Flex and Flash FTW! Plus, Sliverlight just plain sucks anyway... I'm going with flash too. Adobe products are great! I liked micro$oft, but after windows vista it is just falling into...
by BOMBERMAN
Fri Jan 30, 2009 2:21 pm
Forum: Programming Discussion
Topic: Challenge TIME!
Replies: 39
Views: 3477

Re: Challenge TIME!

OMG :shock: 3 months... I'm an idiot :nono:
by BOMBERMAN
Thu Jan 29, 2009 5:13 pm
Forum: Programming Discussion
Topic: Challenge TIME!
Replies: 39
Views: 3477

Re: Challenge TIME!

okay, i like doing programming challenges, they keep me on my toes. challenge : n! = n·(n – 1)·(n – 2) · · · 3·2·1 Example: 6! = 6·5·4·3·2·1 = 720 you quest is to write a program that will calculate factorial(n) so factorial(6) = 720. the person that gets the highest number will get...