CSC 161 Programs

 

Back to CSC 161
Programming information and assignments.

 


Assignments

Go:

  


Information

CSC 161 Program Guidelines - class rules to help you complete the programming projects

  


Links

Some useful C++ links por vu:

  • http://www.cppreference.com/index.html - OK, this is a really, really nice resource. It contains web pages on all the standard library functions and classes. So, if you're trying to remember the exact parameters to the getline() function for strings, then this is the site for you. Check it out.
  • http://cplusplus.com - This is a little higher-level C++ reference site. They have some nice code examples and some forums.
  • http://cplus.about.com - Some nice articles covering C++ topics.

A little more esoteric: