User Profile

Collapse

Profile Sidebar

Collapse
SSJTactics
SSJTactics
Last Activity: Jan 31 '16, 10:06 PM
Joined: Jan 24 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SSJTactics
    started a topic Library Management C++ program...?
    in C

    Library Management C++ program...?

    When the info of student is displayed the No. of books issued is showing the value 0, even when book is issued. I cannot find the problem in the program.

    Code:
    //***************************************************************
    //                   HEADER FILE USED IN PROJECT
    //****************************************************************
    
    #include<fstream.h>
    #include<conio.h>
    #include<stdio.h>
    ...
    See more | Go to post

  • SSJTactics
    replied to Cannot have a type qualifier...?
    in C
    @weaknessforcat s I have written the entire code above. Could you please see it again? The class customer is defined first thing.
    See more | Go to post

    Leave a comment:


  • SSJTactics
    started a topic Cannot have a type qualifier...?
    in C

    Cannot have a type qualifier...?

    This is a program on Telephone Billing. There's only one error and it says- "Identifier 'append' cannot have a type qualifier.

    Code:
    //**********************************************************************************
    //	PROJECT TELEPHONE-BILLING
    //**********************************************************************************
    //	TELEPHONE BILLING 
    
    //Header files
    
    #include<stdio.h>
    ...
    See more | Go to post
No activity results to display
Show More
Working...