Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~3K People Reached
Member Avatar for seankleyn

I want to start programming PC Games that use lots of graphics. Which Programming language or languages are best suited for computer graphics programming and WHY?:)

Member Avatar for keyboard_me
1
2K
Member Avatar for Jessehk

*Hopefull this hasn't been done already* Write a program that when run, will print out the numbers 1 through 10. The program can be in any language, and can be as complicated or simple as you want. Lets see how creative people are, and get up to 500 unique ways! …

Member Avatar for Maidomax
0
985
Member Avatar for danieltoril

Hello, I have a long process with more than 1 hour for finish, and when it finish the internet explorer doesn`t response. Why it occurs? Can anybody help me? Thanks.

Member Avatar for AnonCSAddict
0
155
Member Avatar for Serg_zone

Hey guys, i'm have a tough time working the following two problems. I need to find out the theta notation or big O for the number of times x=x+1 is executed [code] i = 1 while (i < n) { i = i^2; x = x + 1; } [/code] …

Member Avatar for AnonCSAddict
0
133