Difference between revisions of "User:Ateremetskyi"

From CDOT Wiki
Jump to: navigation, search
Line 39: Line 39:
  
 
>> ValidYear = getYear(Year); // Bool function
 
>> ValidYear = getYear(Year); // Bool function
 +
 +
 +
Check what do functions cin.clear()and others mean .

Revision as of 13:18, 9 February 2012



Name: Anton Teremetskyi

SID: 068937093

E-mail: ateremetskyi@learn.senecac.on.ca

Blog: Anton's Blog

Skype: Teremetskyi_Anton

IRC Nick: ateremetskyi




My Links:

Student List

OOP344 Main Page

Team Page




Class notes : 09.02.2012


int(*fptr[3])(int, int){name1, name2, name3};


The better way to validate any attribute is to use functions .

>> ValidYear = getYear(Year); // Bool function


Check what do functions cin.clear()and others mean .