Difference between revisions of "C++ syntax"

From Tux
Jump to: navigation, search
Line 2: Line 2:
  
 
==CS 135 topics==
 
==CS 135 topics==
* [[Hello world]] - a basic first program in C++
+
* [[Hello world]]  
* [[Comments]] - how and why to comment your code
+
* [[Comments]]  
* [[Basic data types]] - details on <code>int</code>, <code>double</code>, <code>char</code>, <code>bool</code>, and more
+
* [[Basic data types]]  
 
* [[Variables, expressions, and operators]]
 
* [[Variables, expressions, and operators]]
  

Revision as of 20:36, 23 January 2018

This page is a reference for C++ syntax that corresponds to topic coverage for CS 135 and CS 202. The topics are arranged to mirror the chronological order that they are covered in for those two courses, but note that each instructor may cover topics in a different order, not cover topics listed here, or cover topics that are not listed here.

CS 135 topics

CS 202 topics