Search found 384 matches

by Bakkon
Sun May 31, 2009 4:17 pm
Forum: Programming Discussion
Topic: I just realized fhat programming is just all math...
Replies: 15
Views: 1448

Re: I just realized fhat programming is just all math...

Kinda off topic but it is so weird to me how yanks call it math. When did you guys drop the plural? Its called Mathematics after all it would sound absurd to call it Mathematic. I suppose its a bit like an conversion from a double to an int you just lose all decimal points. Correct, it is a truncat...
by Bakkon
Sun May 31, 2009 4:15 pm
Forum: Programming Discussion
Topic: [Solved] Frame rate cap and calculation of
Replies: 6
Views: 2241

Re: fps capping and viewing question

Have you tried doing fps.start() before and inside the main while loop?
by Bakkon
Thu May 28, 2009 8:58 am
Forum: Programming Discussion
Topic: [solved]C++ Structures
Replies: 14
Views: 1036

Re: C++ Structures

Sometimes I use a struct for my node object when I'm writing a linked list. And every now and then I'll make a position struct to hold x, y, and z.
by Bakkon
Wed May 27, 2009 9:00 pm
Forum: Programming Discussion
Topic: I just realized fhat programming is just all math...
Replies: 15
Views: 1448

Re: I just realized fhat programming is just all math...

Your function would not make any difference because you don't use a reference or pointer and you are not returning anything ;) I thought you dont have to return anything if its void? Though it's not a very useful function in it's current state. #include <iostream> using namespace std; int main() { ...
by Bakkon
Mon May 25, 2009 11:48 am
Forum: Game Development
Topic: Adventures in Game Development
Replies: 405
Views: 43892

Re: Adventures in Game Development

I fully support this SotC circlejerk.
by Bakkon
Fri May 22, 2009 8:50 pm
Forum: Game Development
Topic: What projects are you currently working on?
Replies: 500
Views: 152274

Re: What projects are you currently working on?

I need to make a map editor soon and I can't decide betwen Java's swing library or learning wxWidgets for C++. I desperately need to get around to learning java, I just wish C++ wasn't so nice to use :( I find Java easier than C++. Don't have to worry about pointers and memory clean up. I also use E...
by Bakkon
Fri May 22, 2009 1:46 pm
Forum: Game Development
Topic: What projects are you currently working on?
Replies: 500
Views: 152274

Re: What projects are you currently working on?

eatcomics wrote:Ahhh, that I will play, in the privacy of my own home of course :lol:
A real man has no shame in playing Pokemon games.
by Bakkon
Fri May 22, 2009 1:39 am
Forum: Programming Discussion
Topic: Haha teacher gets OWNED
Replies: 24
Views: 2047

Re: Haha teacher gets OWNED

Edit: she did use the word database, so what i was trying to show her is that mysql is a database and hiw excell isnt goid for thwt purpose because its just a spreadsheet editor. Excel is capable of importing databases and organizing them into an easy to read spread sheet. Actually, that's the whol...