User Profile

Collapse

Profile Sidebar

Collapse
abhijit mudugan
abhijit mudugan
Last Activity: May 15 '11, 03:48 AM
Joined: May 14 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • here i get en error 'improper use of typedef 'matrix''
    matrix matrix :: operator+(matri x c)
    {
    matrix l;
    if(m!=c.m||n!=c .n)
    {cout<<"sdsd";
    exit(0);
    }
    See more | Go to post

    Leave a comment:


  • abhijit mudugan
    started a topic 'identifier display cannot have type qualifier'
    in C

    'identifier display cannot have type qualifier'

    i'm getting an error 'identifier display cannot have type qualifier' near the bold portion. what's wrong???
    Code:
    #include<iostream.h>
    #include<conio.h>
    #include<stdio.h>
    #include<stdlib.h>
    class matrix
    {
    private: int a[20][20],m,n;
    public:
    void getdata();
    void display();
    matrix operator+(matrix c) ;
    
    };
    void matrix::getdata()
    {
    cout<<"enter
    ...
    See more | Go to post
    Last edited by Niheel; May 15 '11, 10:03 PM.
No activity results to display
Show More
Working...