Search found 9 matches

by nardi11011
Tue Apr 13, 2010 2:50 pm
Forum: Programming Discussion
Topic: [SOLVED] Question about functions
Replies: 3
Views: 425

Re: Question about functions

This is probably what you need, but I'm not sure what exactly you're trying to do here. You might be approaching the problem the wrong way, but if you really want to use a function as an argument to another function take a look at this: http://www.learncpp.com/cpp-tutorial/78 ... -pointers/
by nardi11011
Thu Apr 01, 2010 12:58 pm
Forum: General/Off-Topic
Topic: New Youtube
Replies: 27
Views: 3709

Re: New Youtube

The new layout is real, but the TEXTp is obviously an April Fools joke. It IS pretty cool though.
by nardi11011
Thu Mar 11, 2010 3:34 pm
Forum: Programming Discussion
Topic: Best naming techniques/conventions to use?
Replies: 8
Views: 888

Re: Best naming techniques/conventions to use?

I like to name everything LikeThis except for local and private variables which I name likeThis.
by nardi11011
Sun Mar 07, 2010 10:11 am
Forum: Art, Music, and Design
Topic: Creating Original Music for your Games
Replies: 25
Views: 6686

Re: Creating Original Music for your Games

For audio recording/MIDI sequencing, I'd recommend Cockos Reaper. http://www.cockos.com/reaper Haha, this was made for Rock Band. You mean, as in "it's perfect for Rock Band"? Because it certainly wasn't made for Rock Band, it's been around for years. It's also a great program and my DAW ...
by nardi11011
Sat Feb 27, 2010 6:28 pm
Forum: General/Off-Topic
Topic: Rush - YYZ
Replies: 34
Views: 2890

Re: Rush - XYZ

It's definitely YYZ, it's the airport code for Toronto and the phrase "YYZ" in morse code makes several appearances throughout the song IIRC. Also, for the bass part, maybe this will help?
by nardi11011
Thu Feb 25, 2010 12:26 pm
Forum: Programming Discussion
Topic: C# Question: XNA or SDL.NET?
Replies: 13
Views: 2655

Re: C# Question: XNA or SDL.NET?

If you just want 2D, take a look at Gorgon. It's pretty cool. You'll probably also be able to get some 3D in there using SlimDX pretty easily, though I haven't tried. As for sound, I like BASS. It's also pretty cool. It plays and does lots of stuff (especially with the plugins) and doesn't afraid of...
by nardi11011
Thu Feb 25, 2010 12:08 pm
Forum: Programming Discussion
Topic: Boolean help?
Replies: 6
Views: 753

Re: Boolean help?

Fuck, I wish there were more questions like this on Stack Overflow. Let's first solve the problem before getting to the code. 200 chests, 200 pirates. First pirate opens all. Second changes position of every second chest. Third changes position of every third chest. Which could also be read as: 200 ...
by nardi11011
Thu Feb 25, 2010 10:57 am
Forum: Programming Discussion
Topic: [SOLVED] How much c++ should i know before learning a API?
Replies: 11
Views: 849

Re: How much C++ should you know before attempting an API?

Or a slightly more simple explanation... Let's say you have a game, with " enemies " in it. Every type of enemy looks different, so each one has their own " sprite ". Now, what if you have a lot of one type of enemy , let's say about one hundred. You'd also have one hundred sprit...
by nardi11011
Thu Jan 28, 2010 4:09 pm
Forum: General/Off-Topic
Topic: Official "Hello, World! (I'm new!)" thread
Replies: 821
Views: 624192

Re: Official "Hello, World! (I'm new!)" thread

So yeah, hi. I make games, I guess. I don't actually FINISH games, because I just always fail to keep my attention to one thing. Now that I think about it, I don't think I've ever really finished a game. I guess I'm just more of a theoretical learner. Also if you're really interested in programming ...