CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2005
    Posts
    1

    Dev-Cpp and Turbo C Compilers

    Hi there,

    I have this DevCpp compiler ver 4.9.9.2 and a turbo C compiler. I tried to run this code which I saw from the net. If I use the DevCpp compiler an error will occur however, using the same code with the turbo C compiler, the program run.

    Why is this so?

    thanks

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Dev-Cpp and Turbo C Compilers

    [ Moved thread ]

  3. #3
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

    Thumbs up Re: Dev-Cpp and Turbo C Compilers

    Welcome to CodeGuru.
    Quote Originally Posted by bournetoday
    Why is this so?
    May be because we were not informed about this? Kidding . Please show the code that you ran or a link to the code that you got from the net otherwise how will we know what you tried running. The code could be something similar to this:
    Code:
    "Merry Christmas, bournetoday! This is the code, run it!"
    we don't know until you post the code. Regards.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured