Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Vector Calculator
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
beard0




PostPosted: Wed Jun 02, 2004 7:23 am   Post subject: Vector Calculator

This is a vector calculator I made last night when I should have been studying vectors. I plan on adding to it still, so if you have suggestions, I'm open to them, but it is a complete and working program at the moment.


VectorCalc1.1.t
 Description:

Download
 Filename:  VectorCalc1.1.t
 Filesize:  4.79 KB
 Downloaded:  375 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
rhomer




PostPosted: Wed Jun 02, 2004 9:54 am   Post subject: (No subject)

i dont really understand whats going on but i commend you for making that
Tony




PostPosted: Wed Jun 02, 2004 12:12 pm   Post subject: (No subject)

nice, I like it Smile Would be even better if it had diagrams generated of the solution just for the sake of visual aid.

+20Bits
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
guruguru




PostPosted: Wed Jun 02, 2004 9:29 pm   Post subject: (No subject)

Wow lol... I glanced through the code... and saw a lot of stuff like...

code:

    put "[" ..
    put v1 (1) ..
    put ", " ..
    put v1 (2) ..
    put ", " ..
    put v1 (3) ..
    put "]"


You could do it with 1/6 the lines...

code:

    put "[", v1(1), ", ", v1(2), ", " v1(3), "]"


Anyways works well. I like.
Delos




PostPosted: Thu Jun 03, 2004 11:11 am   Post subject: (No subject)

Very nice!

The 3D picture thing would be even better...wouldn't be too difficult...on a fixed nonrotating axis of course.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: