1 14 14

:

  1. #1
    GNOME

    Sep 2008
    23
    0
    0 0


    ============
    :
    ex1.cpp:1:21: error: iostream.h: No such file or directory
    ex1.cpp: In function int main():
    ex1.cpp:5: error: cout was not declared in this scope
    ex1.cpp:6: error: cin was not declared in this scope
    ====================================


    #include<iostream.h>
    int main()
    {
    int x;
    cout <<"Enter x:" ;
    cin >> x ;
    cout << "x is : " << x;
    return 0;
    }
    ===========

  2. #2
    :: ::
      alsadi
    GNU/Linux
    GNOME

    Feb 2008
    8,217
    454
    11,850 2,591
    3

    g++ gcc

    g++ myfile.cpp -o myfile && ./myfile
    myfile.cpp

  3. #3
    GNOME

    Sep 2008
    23
    0
    0 0


    g++ myfile.cpp -o myfile && ./myfile


  4. #4
      pein
    Debian 5
    GNOME

    Mar 2008
    251
    125
    41 27

    std::

    std::cout << "hello world\n" ;
    using namespace std ;
    std::
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
    cout << "hello world\n" ;
    return 0;
    }
    QGeek

  5. #5
      rayman_3d
    Ubuntu
    GNOME

    Feb 2008
    299
    10
    37 14

    ..
    PHP: .: :.
    using namespace std
    echo "I like `uname -a | awk {'print $13'} ` "

  6. #6
    GNOME

    Sep 2008
    23
    0
    0 0

    using namespace std


  7. #7
    :: ::
      alsadi
    GNU/Linux
    GNOME

    Feb 2008
    8,217
    454
    11,850 2,591
    3

    .h iostream

  8. #8
    :: ::
    Fedora 13
    GNOME

    Dec 2007
    679
    597
    581 168



    # include <iostream>
    using namespace std;
    int main() 
    {
    int x;
    cout <<"Enter x:" ;
    cin >> x ;
    cout << "x is : " << x; 
    return 0;
    }
    g++ Standard C++
    using namespace std iostream
    std::
    std::cout
    std::cin
    std::endl
    .h

    # include <iostream>

    void main()
    {
    }
    "" Turbo C++ .

  9. #9
    GNOME

    Sep 2008
    23
    0
    0 0





    # include <iostream>
    using namespace std;
    int main() 
    {
    int x;
    cout <<"enter x:" ;
    cin >> x ;
    cout << "x is : " << x; 
    return 0;
    }
    g++ standard c++
    using namespace std iostream
    std::
    std::cout
    std::cin
    std::endl
    .h

    # include <iostream>

    void main()
    {
    }
    "" turbo c++ .

    ===========



    ------------

  10. #10
      pein
    Debian 5
    GNOME

    Mar 2008
    251
    125
    41 27

    QGeek

  11. #11
    GNOME

    Sep 2008
    23
    0
    0 0



    : conio ..
    Almwa'el ; 15-10-2008 12:52 AM

  12. #12
    GNOME

    Sep 2008
    23
    0
    0 0

    pein

    ---------------------------
    conio.h
    getch clrscr

    getchar
    cin
    ----------------------

  13. #13
    : () :
    Kubuntu 11.04
    KDE

    Apr 2008
    2,885
    363
    4,029 1,070
    1

    conio.h ANSI standard ( ncurses)

    ǡ wine-dev


  14. #14
    GNOME

    Sep 2008
    23
    0
    0 0

    Amine27
    conio.h ANSI standard ( ncurses)

    ǡ wine-dev

    --------------------------


    linux-conio .

: 1 (0 1 )

  1. [] c
    karim_641 .: :.
    : 3
    : 07-03-2010, 02:24 AM
  2. :
    cunda .: / :.
    : 37
    : 04-07-2009, 01:59 PM
  3. [] !
    .: :.
    : 4
    : 22-11-2008, 06:54 PM
  4. [] ....
    saf1 .: () :.
    : 4
    : 27-07-2008, 07:17 AM
  5. object .: :.
    : 35
    : 16-03-2008, 02:05 PM