Search:

Type: Posts; User: rajatahirqaiser

Search: Search took 0.01 seconds.

  1. I want to show full name in the following code my it shows only the fisrt chracter

    what should be the correct code so that it would show the complete name

    #include<conio.h>#include<iostream.h>
    class air_line
    {
    private:
    char name[5][100];
    long double...
  2. Replies
    1
    Views
    3,232

    How to Use Puts and Gets in C++

    I have already used puts and gets in C but now i am working on a program where i have asked a user to enter name for 5 times in a loop . Now want to print the names .. Can any body can help me how to...
  3. Replies
    15
    Views
    1,960

    1 error remainig .. decleration terminated in...

    1 error remainig .. decleration terminated in correctly ... but i am unable to findout ... :/

    #include<conio.h>#include<iostream.h>
    class air_line
    {
    private:
    char name[5][100],name1;
    long...
  4. Replies
    15
    Views
    1,960

    Help me to correct the [search ] at the end of...

    Help me to correct the [search ] at the end of the program

    #include<conio.h>#include<iostream.h>
    class air_line
    {
    private:
    char name[5][100],name1;
    long double...
  5. How to Correct the search In the end of the program

    I have written same post before but my question is different this time .. so moderators please ...

    #include<conio.h>#include<iostream.h>
    class air_line
    {
    private:
    char name[5][100],name1;...
  6. Replies
    15
    Views
    1,960

    updated code .. more errors debugged ... help me...

    updated code .. more errors debugged ... help me to fix them .. little bit confused how to add search in last ... help me

    #include<conio.h>#include<iostream.h>
    class air_line
    {
    private:
    char...
  7. Replies
    15
    Views
    1,960

    Some how corrected But still some errors ...

    Some how corrected But still some errors

    #include<conio.h>#include<iostream.h>
    class air_line
    {
    private:
    char name[5][100],name;
    int opt,opt1,cnic[5],ticket_number[5],ticket_number1,cnic1;...
  8. Replies
    15
    Views
    1,960

    Man, I have coded the program so that when it...

    Man,
    I have coded the program so that when it run, first it will ask the user to enter name , cnic number and ticket number for 5 times... than it asks for "Enter your option \n 1.Prices \n...
  9. getting error in AIR LINE RESERVATION SYSTEMw

    #include<conio.h>
    #include<iostream.h>
    class air_line
    {
    private:
    char name[5][100];
    int opt,opt1,cnic[5],ticket_number[5];
    public:
    void input()
    {
  10. Replies
    15
    Views
    1,960

    Can Anyone Can Help me??

    program is giving error .
    I am new to C++ .. I have implemented the code from what logic I made .. but code is giving error .. Help me

    #include<conio.h>
    #include<iostream.h>
    class air_line
    {...
  11. Replies
    30
    Views
    3,170

    Now my code after debugging is ...

    Now my code after debugging is



    #include<stdio.h>
    #include<string.h>
    #include<conio.h>
    int main(void)
    {
    clrscr();
  12. Replies
    30
    Views
    3,170

    means header should be #include...

    means header should be



    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    int main(void)
    {
  13. Replies
    30
    Views
    3,170

    Adak...

    Adak

    Didn't get you please explain !
  14. Replies
    30
    Views
    3,170

    SDH...

    SDH

    Lvalue required in 46 48 and .................................( 25 LINES)
  15. Replies
    30
    Views
    3,170

    What i want to make was a chracter whose whose...

    What i want to make was
    a chracter whose whose chracter length is 20 mean it can have 20 chracters !
  16. Replies
    30
    Views
    3,170

    std10093...

    std10093

    That's not an array!

    I havent use a single array ! Thats char size !
  17. Replies
    30
    Views
    3,170

    Adak, I am a beginner so In Uni, we start from...

    Adak,
    I am a beginner so In Uni, we start from this

    Please tell me what mistake I have made
    It takes many hour for a beginner like me to code that
    I have to submit it to sir sooner
    can...
  18. Replies
    30
    Views
    3,170

    laserlight...

    laserlight



    #include<stdio.h>
    #include<conio.h>
    int main(void)
    {
  19. Replies
    30
    Views
    3,170

    Yeah ! but still problem Please check and...

    Yeah !
    but still problem

    Please check and open it in your Tubo c

    than check the errors

    and than tell me boss !
  20. Replies
    30
    Views
    3,170

    Lvalue required in 46 48 and...

    Lvalue required in 46 48 and .................................( 25 LINES)

    I guess there is a simple error which i have made in all the lines
    Please help me
    i have to submit this assignment in...
  21. Replies
    30
    Views
    3,170

    #include#include void main()...

    #include<stdio.h>#include<conio.h>
    void main()
    {


    /* Getting Inital Values */


    int english,electronics,programming,itc,calculus;
    int sum,roll;
  22. Replies
    30
    Views
    3,170

    I am new to this forum

    Hey Everyone
    I am new to this forum

    I have an issue with my C programming assignment
    there are some error in simple C program

    PLEASE !
    If I paste the code here can anybody can help me that...
Results 1 to 22 of 22