User Profile

Collapse

Profile Sidebar

Collapse
raveneros
raveneros
Last Activity: Mar 27 '07, 09:20 AM
Joined: Mar 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • raveneros
    replied to C++ error C2660
    in C
    Code:
     
    class SnowCoMember {
     public:
    
        void checkF(char s[],char dStr[]) 
    	{
          for (int i=0; i<count; ++i)
    		  if (strcmp(s, list[i].getId())==0) 
    		  {
    	 		   if (strcmp(dStr, list[i].getExpiryDate())==0)
     				{
     					cout<<endl;
     		   			cout<<" "<<list[i].getName();
     					cout<<" membership has expired! Please
    ...
    See more | Go to post

    Leave a comment:


  • raveneros
    started a topic C++ error C2660
    in C

    C++ error C2660

    error C2660: 'checkF' : function does not take 1 parameters
    this is the error.

    Code:
        void checkF(char s[],char dStr[]) 
    	{
          for (int i=0; i<count; ++i)
    		  if (strcmp(s, list[i].getId())==0) 
    		  {
    	 		   if (strcmp(dStr, list[i].getExpiryDate())==0)
     				{
     					cout<<endl;
     		   			cout<<" "<<list[i].getName();
     					cout<<"
    ...
    See more | Go to post
No activity results to display
Show More
Working...