User profile: QWERTYman

User info
User name:QWERTYman
Name:Scott
Location:Earth, 24th-and-a-halfth century
Bio:Mathematician and hobbyist coder.
Statistical data
Birthdate:May 1, 1995
Gender:Male
Occupation:Student
Skills:C++
Haskell
History
Joined:
Number of posts:461
Latest posts:

How important is math for software engineering, and does it help in problem solving?
As a mathematician for whom coding is primarily a hobby, I might say this: if you're doing organized...

float value equation
One way you could solve this--maybe not the best--would be: [code] for(float i = 0; i < 1; i+= 0.01...

Testing each array
You could use a nested for loop: [code] for(int x = 0; x < 5; x++) for(int y = 0; y < 5; y++) ...

Haters gunna hate
http://www.youtube.com/watch?v=QqfjiuqVrV4

YAMT (yet another music thread)
About to listen to Presence, the Led Zeppelin album. I consider it their magnum opus album-wise, mor...