CSC/ECE 517 Fall 2011/Table of Contents: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Ch1 Introduction = | = Ch1 Introduction = | ||
== 1.1 IDE and Ruby == | == 1.1 IDE and Ruby == | ||
*1.1.1[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1a_cs#Introduction What is an IDE? What is Ruby?] | *1.1.1 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1a_cs#Introduction What is an IDE? What is Ruby?] | ||
*1.1.2[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1a_ms#Comparison Comparison between different IDE] | *1.1.2 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1a_ms#Comparison Comparison between different IDE] | ||
== 1.2 Collections Framework == | == 1.2 Collections Framework == | ||
*1.2.1[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1b_sa#Collection What is a collections framework?] | *1.2.1 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1b_sa#Collection What is a collections framework?] | ||
*1.2.2[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1b_tj#C.2B.2B.27s_Standard_Template_Library_vs_Java_Collections_Framework#C++'s_Standard_Template_Library_vs_Java_Collections_Framework STL VS JCF] | *1.2.2 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1b_tj#C.2B.2B.27s_Standard_Template_Library_vs_Java_Collections_Framework#C++'s_Standard_Template_Library_vs_Java_Collections_Framework STL VS JCF] | ||
== 1.3 Methods vs Closures == | == 1.3 Methods vs Closures == | ||
*1.3.1[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_ka#Methods Methods] | *1.3.1 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_ka#Methods Methods] | ||
*1.3.2[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_cm#Closures Closures] | *1.3.2 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_cm#Closures Closures] | ||
*1.3.3[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_ka#Practical_significance_of_Closures Significance of Closures] | *1.3.3 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_ka#Practical_significance_of_Closures Significance of Closures] | ||
*1.3.4[http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_sj#Examples_of_Closures_vs._Methods Comparisons Between Closures and Methods] | *1.3.4 [http://expertiza.csc.ncsu.edu/wiki/index.php/CSC/ECE_517_Fall_2011/ch1_1c_sj#Examples_of_Closures_vs._Methods Comparisons Between Closures and Methods] |
Revision as of 16:17, 13 October 2012
Ch1 Introduction
1.1 IDE and Ruby
1.2 Collections Framework
- 1.2.1 What is a collections framework?
- 1.2.2 STL VS JCF
1.3 Methods vs Closures
- 1.3.1 Methods
- 1.3.2 Closures
- 1.3.3 Significance of Closures
- 1.3.4 Comparisons Between Closures and Methods