User Tools

Site Tools


user:nvitull1:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:nvitull1:start [2017/09/18 19:06] nvitull1user:nvitull1:start [2017/10/23 19:53] (current) nvitull1
Line 1: Line 1:
 ==== Nick's Wiki Notes ==== ==== Nick's Wiki Notes ====
  
-**09/18/2017** +**10/23/2017** 
- -  wemux  - to see instructors screen+-  programming paradigms 
 +       - structured, imperative, procedural (C) 
 +       - object-oriented (C++) 
 +       - functional (Prolog) 
 +       - logical (Haskell) 
 + g++ to compile C++ code in unix 
 +-  Access Control - class 
 +       - public - accessible to all 
 +       - protected - accessible to derived classes 
 +       - private accessible to only that class
  
-**09/06/2017**+**10/18/2017** 
 +-  fscanf(stdin, "%d", &input);  // the & makes be passed in by address not value   
 +-  int fname(int *);  // prototype   
 +-  int x, y;   
 +-  y=fname(&x);  // call   
 +-  void main() // does not return anything 
 + 
 +   
 +**10/16/2017** 
 +-  functions or procedures   
 +   
 +To use a function: 
 +  1. declare/prototype 
 +  2. define 
 +  3. call 
 +   
 +To use a variable: 
 +  1. declare 
 +  2. initalize 
 +  3. access 
 + 
 +**10/02/2017**   
 +  make help   
 +   
 + 
 +**09/25/2017**   
 +  Test next week   
 +   
 + 
 +**09/20/2017**   
 +   
 + 
 + 
 +**09/18/2017**   
 +  wemux  - to see instructors screen   
 + 
 + 
 +**09/06/2017**  
   Our first class in the month of September   Our first class in the month of September
   Get ones place by dividing by 10   Get ones place by dividing by 10
user/nvitull1/start.1505761597.txt.gz · Last modified: 2017/09/18 19:06 by nvitull1