Thread: Looping help please...

  1. #16
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Or if your like me programming will actually help you learn math.

    It was about 4 days before my ACT test... and I was looking on the official ACT site to see the example "practice" tests... and it had trig on it... I hadn't taken trig...

    ...

    So I learned OpenGL and made a 3d first person style engine. On the ACT, trig was my highest math score... go figure!

  2. #17
    Dumb to the power of 999. Wall's Avatar
    Join Date
    Aug 2004
    Posts
    13
    I've always been good at math. That might be a help with programming, I've always found it quite simple.

    Oh and is 14 a good age to learn C++?

    And is c++ a good first codeing lang.?

    Not to try and show off (wich I know I am not at all)
    Lol. It doesn't matter what age you are I'm 10 and I haven't gave my age a thought while learning C++.
    My head hurts.

  3. #18
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    lol I have. But that is good.

    And never knew it could help so much in math!

  4. #19
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    14's fine. I started at 13 - although with Pascal - then moved to Java, then C, then C++ in the next year or two. It would seem to me that C++ is fine to start with.

    I found that I didn't learn so much math from programming, but it was kind of cool to see the parallels between programming and math... for example, proof by induction is sort of like recursion Actually, math helped with programming a lot more than the other way around. I would've given up on rotating bitmaps if it wasn't for trig knowledge, but looking at rotation tutorials wouldn't have taught me trig. That's also why I'm dragging my feet about going into 3D stuff. We've barely mentioned the 3rd dimension in math, and I still have no idea what matrices are used for other than simple reductions that you can do just as easily without matrices...
    Last edited by Hunter2; 08-29-2004 at 04:23 PM.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  5. #20
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Well, maybe for me it wasnt so much that I learned math FROM programming.. its just I learned alot BECAUSE of programming.

  6. #21
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    lol that makes sence.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. wierd looping effect after exporting 3ds to .x annimation
    By Anddos in forum Game Programming
    Replies: 3
    Last Post: 01-06-2009, 01:43 PM
  2. problems with prototype function looping
    By dezz101 in forum C Programming
    Replies: 5
    Last Post: 04-29-2008, 06:03 AM
  3. looping went berserk
    By miryellis in forum C Programming
    Replies: 7
    Last Post: 09-21-2004, 01:59 PM
  4. Looping questions
    By Peyote in forum C++ Programming
    Replies: 3
    Last Post: 09-15-2003, 11:01 PM
  5. looping and input
    By Kinasz in forum C Programming
    Replies: 2
    Last Post: 03-17-2003, 07:12 AM