Slashdot Mirror


User: Hepcat62

Hepcat62's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:A much more accurate simulation on Creating a Black Hole With OpenGL · · Score: 1

    ...and I'm assuming you meant:

    glColor3f(0.0f, 0.0f, 0.0f);

    and not

    glColor3f(0.0, 0.0, 0.0);

    After all, the 'f' does stand for float, NOT double...

    Holy anal retentiveness Batman!

  2. Re:Enduring individuals... on Too Old To Code? · · Score: 2

    Exactly right!

    Also, it's not just raw coding ability that makes you a good programmer in the workplace (although you could be great!). Good communication and team skills (something most people don't REALLY have at 15) are ESSENTIAL. Also, something that really only comes with experience is good engineering practices. You don't really write highly reusable code until you're REALLY under the gun to do so... Plus, I don't know what kind of programming you want to do, but a few years more math would help you a LOT in the long run.