Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. about iostream

about iostream

Scheduled Pinned Locked Moved C / C++ / MFC
c++csharphelpquestion
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DSPCottage
    wrote on last edited by
    #1

    Dear all I download a project which is written in visual C++.net 2003. Now I want to compile and use it in visual C++.net 2008. But it could not be compiled because of including following line #include It seems that visual C++.net 2008 does not support above line. how can I overcome this problem. Regards Monhi

    M M T 3 Replies Last reply
    0
    • D DSPCottage

      Dear all I download a project which is written in visual C++.net 2003. Now I want to compile and use it in visual C++.net 2008. But it could not be compiled because of including following line #include It seems that visual C++.net 2008 does not support above line. how can I overcome this problem. Regards Monhi

      M Offline
      M Offline
      Maxwell Chen
      wrote on last edited by
      #2

      Could you please modify your post?! The < and > are gone ...

      Maxwell Chen

      1 Reply Last reply
      0
      • D DSPCottage

        Dear all I download a project which is written in visual C++.net 2003. Now I want to compile and use it in visual C++.net 2008. But it could not be compiled because of including following line #include It seems that visual C++.net 2008 does not support above line. how can I overcome this problem. Regards Monhi

        M Offline
        M Offline
        Mark Salsbery
        wrote on last edited by
        #3

        Maybe just remove the ".h" from the relevant header file names :) Mark

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        1 Reply Last reply
        0
        • D DSPCottage

          Dear all I download a project which is written in visual C++.net 2003. Now I want to compile and use it in visual C++.net 2008. But it could not be compiled because of including following line #include It seems that visual C++.net 2008 does not support above line. how can I overcome this problem. Regards Monhi

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          You meant #include <iostream.h>, am i right ?! ;) BTW, as it's been stated, and Bjarne Stroustrup tells it himself, the trailing .h is redundant with the < > inclusion symbols. so the standard C++ is expecting standard headers to be included like that:

          #include <iostream>

          to finish, when you have a compiler/linker error, please paste it here. we cannot guess what the system tried to tell you, especially when you don't even post a piece of code...

          [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

          L M 2 Replies Last reply
          0
          • T toxcct

            You meant #include <iostream.h>, am i right ?! ;) BTW, as it's been stated, and Bjarne Stroustrup tells it himself, the trailing .h is redundant with the < > inclusion symbols. so the standard C++ is expecting standard headers to be included like that:

            #include <iostream>

            to finish, when you have a compiler/linker error, please paste it here. we cannot guess what the system tried to tell you, especially when you don't even post a piece of code...

            [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

            L Offline
            L Offline
            led mike
            wrote on last edited by
            #5

            toxcct wrote:

            we cannot guess what the system tried to tell you

            Umm, you just uh     did    ;P


            Last modified: 31mins after originally posted --

            led mike

            T 1 Reply Last reply
            0
            • T toxcct

              You meant #include <iostream.h>, am i right ?! ;) BTW, as it's been stated, and Bjarne Stroustrup tells it himself, the trailing .h is redundant with the < > inclusion symbols. so the standard C++ is expecting standard headers to be included like that:

              #include <iostream>

              to finish, when you have a compiler/linker error, please paste it here. we cannot guess what the system tried to tell you, especially when you don't even post a piece of code...

              [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

              M Offline
              M Offline
              Mark Salsbery
              wrote on last edited by
              #6

              Bjarne Shmarne....who does he think he is, anyway. ;P

              Mark Salsbery Microsoft MVP - Visual C++ :java:

              1 Reply Last reply
              0
              • L led mike

                toxcct wrote:

                we cannot guess what the system tried to tell you

                Umm, you just uh     did    ;P


                Last modified: 31mins after originally posted --

                led mike

                T Offline
                T Offline
                toxcct
                wrote on last edited by
                #7

                sorry mike ? what you say ?? :confused:

                [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                L 1 Reply Last reply
                0
                • T toxcct

                  sorry mike ? what you say ?? :confused:

                  [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                  L Offline
                  L Offline
                  led mike
                  wrote on last edited by
                  #8

                  you just did guess what the system tried to tell him, after telling him we couldn't guess. :->

                  led mike

                  M 1 Reply Last reply
                  0
                  • L led mike

                    you just did guess what the system tried to tell him, after telling him we couldn't guess. :->

                    led mike

                    M Offline
                    M Offline
                    Maxwell Chen
                    wrote on last edited by
                    #9

                    led mike wrote:

                    you just did guess what the system tried to tell him, after telling him we couldn't guess

                    Haha ... :laugh:

                    Maxwell Chen

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups