(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | == Important Links == | ||
+ | |||
+ | |||
Here are some important links that should help with this class. | Here are some important links that should help with this class. | ||
Line 10: | Line 13: | ||
[http://www.netbeans.org/ Netbeans] : Netbeans is another IDE that will make coding much easier | [http://www.netbeans.org/ Netbeans] : Netbeans is another IDE that will make coding much easier | ||
+ | |||
+ | [http://java.sun.com/javase/7/docs/api/ Java Sun] : Every single Java command, all in one place | ||
+ | |||
+ | [https://engineering.purdue.edu/OOSD/F2009/index.html ECE462 Home] : Here is a link to the ECE462 home page in case there is anyone who doesn't know it. Go here for lecture videos and slides as well as important dates. | ||
---- | ---- | ||
− | [ | + | [[2009_Fall_ECE_462_Lu| Back to ECE462]] |
Latest revision as of 15:48, 14 November 2013
Important Links
Here are some important links that should help with this class.
Qt : very useful for C++. Has source code for many widgets to make your GUI's more user friendly.
From the Qt website here is a direct link to source code for tetris
Eclipse : Eclipse is an IDE that will make coding much easier
Netbeans : Netbeans is another IDE that will make coding much easier
Java Sun : Every single Java command, all in one place
ECE462 Home : Here is a link to the ECE462 home page in case there is anyone who doesn't know it. Go here for lecture videos and slides as well as important dates.