Object-Oriented Programming (83-131)


 

General Information

Instructor: Eugene Kagan

Teaching assistant: Yoshi Gev (yoshigev@gmail.com)

Sillabus: file

 

Messages:

  1. (15/11/2008) Welcome to the course site. If you have any questions, don't hesitate to contact me at yoshigev@gmail.com.  Yoshi.
  2. (15/11/2008) The first assignment is published. Please submit it by mail until Thursday.
  3. (17/11/2008) For those of you using Visual Studio 6.0, you can set the parameters for your main function at:
    Project -> Settings -> Debug -> Program arguments.
    For newer version use:
    Project -> <YourProjectName> Properties -> Configuration Properties -> Debugging -> Command Arguments.
  4. (11/12/2008) The submission of assignment 3 is extended to 18/12/2008, in light of students requests.
  5. (16/12/2008) If you are using Visual Studio .NET and you are getting "warning C4996: 'strcpy': This function or variable may be unsafe...", you can (if you want) add the following line at the beginning of the h/cpp file to supress them:
    #pragma warning(disable:4996)
  6. (19/01/2009) Notice that I updated the file on the streams. Now we check the the eof flag is not set before printing an error. We do that because failbit flag is set every time getline returns nothing (even if it is because we reached the end of the file).

 

Exam

 

Class Excercises

 

Home assignmets:

 

Grades