Search found 529 matches
- Wed Mar 07, 2012 10:01 pm
- Forum: Game Development
- Topic: Playstation Vita Indie Development Kit Announced.
- Replies: 1
- Views: 2020
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...
- Mon Feb 13, 2012 11:31 pm
- Forum: Programming Discussion
- Topic: Clash of the IDE's
- Replies: 61
- Views: 14217
Re: Clash of the IDE's
I have been converted to VS 2012.
- Thu Nov 03, 2011 11:37 pm
- Forum: Programming Discussion
- Topic: My Multithreaded Merge Sort Algorithm takes 10+ minutes to s
- Replies: 8
- Views: 3924
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. ...
- Wed Nov 02, 2011 6:00 pm
- Forum: Programming Discussion
- Topic: My Multithreaded Merge Sort Algorithm takes 10+ minutes to s
- Replies: 8
- Views: 3924
Re: My Multithreaded Merge Sort Algorithm takes 10+ minutes
Yes, I am forced to write in java because the class is taught in java.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)
- Wed Nov 02, 2011 12:19 am
- Forum: Programming Discussion
- Topic: My Multithreaded Merge Sort Algorithm takes 10+ minutes to s
- Replies: 8
- Views: 3924
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...
- 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: 4347
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
- Sun Oct 02, 2011 10:18 pm
- Forum: Programming Discussion
- Topic: Do you guys still use the old deprecated way of using OpenGL
- Replies: 15
- Views: 4347
Do you guys still use the old deprecated way of using OpenGL
Do you guys still use the old deprecated way of using OpenGL?
Some modern OpenGL tutorials:
http://duriansoftware.com/joe/An-intro- ... tents.html
http://www.arcsynthesis.org/gltut/
Some modern OpenGL tutorials:
http://duriansoftware.com/joe/An-intro- ... tents.html
http://www.arcsynthesis.org/gltut/
- Mon Sep 26, 2011 6:48 pm
- Forum: Programming Discussion
- Topic: GTK+ 3.2 RELEASED WITH HTML5 (ALLOWS APPLICATIONS TO RUN IN
- Replies: 0
- Views: 1990
- Tue Sep 20, 2011 11:48 pm
- Forum: General Gaming
- Topic: Overgrowth Alpha
- Replies: 11
- Views: 3950
Re: Overgrowth Alpha
Now, is the game from scratch or does it use a commercial game engine?
- Sat Sep 17, 2011 2:15 am
- Forum: Programming Discussion
- Topic: Windows 7 Being Annoying
- Replies: 17
- Views: 4958
Re: Windows 7 Being Annoying
I don't get it, what's so bad about code blocks? Sure, it uses mingw, but so what?
- 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: 18625
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.
- Thu Sep 15, 2011 9:18 am
- Forum: Programming Discussion
- Topic: Windows 7 Being Annoying
- Replies: 17
- Views: 4958
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...
- Tue Sep 13, 2011 11:39 pm
- Forum: Programming Discussion
- Topic: Windows 7 Being Annoying
- Replies: 17
- Views: 4958
Re: Windows 7 Being Annoying
I was using CodeBlocks... Now I am just using GCC with the good ol' gedit.
- Tue Sep 13, 2011 7:27 pm
- Forum: Programming Discussion
- Topic: Windows 7 Being Annoying
- Replies: 17
- Views: 4958
Re: Windows 7 Being Annoying
Yep I have admin accesssuperLED wrote:Never happens to me when I build and run stuff.
Are you logged in as Administrator?
Screw this. Installing Linux on my computer
- Tue Sep 13, 2011 7:08 pm
- Forum: Programming Discussion
- Topic: Windows 7 Being Annoying
- Replies: 17
- Views: 4958
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.