Search found 529 matches

by davidthefat
Wed Mar 07, 2012 10:01 pm
Forum: Game Development
Topic: Playstation Vita Indie Development Kit Announced.
Replies: 1
Views: 1752

Playstation Vita Indie Development Kit Announced.

http://gamefromscratch.com/post/2012/03/07/Playstation-development-actually-within-reach-of-Indie-developers.aspx Tokyo, March 7, 2012 – Sony Computer Entertainment Inc. (SCE) today announced that it will release the open beta version of PlayStation®Suite SDK*1 to content developers in April 2012 an...
by davidthefat
Mon Feb 13, 2012 11:31 pm
Forum: Programming Discussion
Topic: Clash of the IDE's
Replies: 61
Views: 11025

Re: Clash of the IDE's

I have been converted to VS 2012. :worship:
by davidthefat
Thu Nov 03, 2011 11:37 pm
Forum: Programming Discussion
Topic: My Multithreaded Merge Sort Algorithm takes 10+ minutes to s
Replies: 8
Views: 3228

Re: My Multithreaded Merge Sort Algorithm takes 10+ minutes

Since the performance is fine up until 1 million strings, I'm guessing you're running into memory problems, and the computer is starting to use (uber-slow) swap space. That, or the function stack is getting a little too deep and is slowing things down. I think it's a space complexity issue though. ...
by davidthefat
Wed Nov 02, 2011 6:00 pm
Forum: Programming Discussion
Topic: My Multithreaded Merge Sort Algorithm takes 10+ minutes to s
Replies: 8
Views: 3228

Re: My Multithreaded Merge Sort Algorithm takes 10+ minutes

short wrote:ok your going for speed ..... are you forced to write it in java...?

(you know somebody was going to ask, might as well be me)
Yes, I am forced to write in java because the class is taught in java.
by davidthefat
Wed Nov 02, 2011 12:19 am
Forum: Programming Discussion
Topic: My Multithreaded Merge Sort Algorithm takes 10+ minutes to s
Replies: 8
Views: 3228

My Multithreaded Merge Sort Algorithm takes 10+ minutes to s

So this is for my AP Computer Science class in high school (equivalent to 2nd semester of Comp Sci 101) that focuses on data structures. So we have this little contest on who can make the fastest sorting algorithm. This current algorithm only takes 450 ms for sorting 20,000 strings. I do not know ho...
by davidthefat
Sat Oct 08, 2011 2:12 am
Forum: Programming Discussion
Topic: Do you guys still use the old deprecated way of using OpenGL
Replies: 15
Views: 3438

Re: Do you guys still use the old deprecated way of using Op

I do not want to start a new thread about it, but anyone upgraded to the new C++ standard? (C++11/C++0X). It is supposedly implemented in most mainstream compilers by now, but GCC requires the -std=c++0x tag
by davidthefat
Tue Sep 20, 2011 11:48 pm
Forum: General Gaming
Topic: Overgrowth Alpha
Replies: 11
Views: 2998

Re: Overgrowth Alpha

Now, is the game from scratch or does it use a commercial game engine?
by davidthefat
Sat Sep 17, 2011 2:15 am
Forum: Programming Discussion
Topic: Windows 7 Being Annoying
Replies: 17
Views: 3723

Re: Windows 7 Being Annoying

I don't get it, what's so bad about code blocks? Sure, it uses mingw, but so what?
by davidthefat
Thu Sep 15, 2011 6:08 pm
Forum: Current Events and Science/Technology
Topic: Windows 8 Just (significantly annoyed apples business model)
Replies: 35
Views: 14901

Re: Windows 8 Just put Apple out of business

So, is the new Windows 8 API Microsoft's take on software communism? So they just made a whole bunch of wrappers for Javascript, C# and VB.
by davidthefat
Thu Sep 15, 2011 9:18 am
Forum: Programming Discussion
Topic: Windows 7 Being Annoying
Replies: 17
Views: 3723

Re: Windows 7 Being Annoying

People still use Code::Blocks? :shock: Even the Express Edition of VS is 1,000 times better than that IDE. I would know, I used Code::Blocks for 3 years. I thought the express version lacked the x64 support. I am very satisfied with the ol' GCC. It's great. :lol: It does suck that gedit does not in...
by davidthefat
Tue Sep 13, 2011 11:39 pm
Forum: Programming Discussion
Topic: Windows 7 Being Annoying
Replies: 17
Views: 3723

Re: Windows 7 Being Annoying

I was using CodeBlocks... Now I am just using GCC with the good ol' gedit.
by davidthefat
Tue Sep 13, 2011 7:27 pm
Forum: Programming Discussion
Topic: Windows 7 Being Annoying
Replies: 17
Views: 3723

Re: Windows 7 Being Annoying

superLED wrote:Never happens to me when I build and run stuff.
Are you logged in as Administrator?
Yep I have admin access


Screw this. Installing Linux on my computer
by davidthefat
Tue Sep 13, 2011 7:08 pm
Forum: Programming Discussion
Topic: Windows 7 Being Annoying
Replies: 17
Views: 3723

Windows 7 Being Annoying

So, every time I build and run anything, that stupid User Account notification pops up asking if I wanted to allow it to run. Is there a way to selectively turn it off? I don't want to turn it off completely, because I think it is useful at times.