Menu

vista problem

2008-06-09
2012-09-26
  • Nobody/Anonymous

    does dev c works with windows vista?????

     
    • Wayne Keen

      Wayne Keen - 2008-09-17

      This question is dealt with in the Bloodshed forum, in the thrad titled "Please Read Before Posting a Question"

      Wayne

       
    • Lance Foss

      Lance Foss - 2009-06-18

      The program below, Hello.cpp ,is from the Dev-C++ Version 4.9.9.2 Examples, and it does work.

      In windows XP I find that my source code does not have to be in a subfolder of ..\Dev-Cpp

      • BUT in Windows Vista, I find that the source code MUST be in a subfolder of ..\Dev-Cpp ie. it works in XP and not in Vista

      As a good practice, I suggest you make a folder that is not in the ..Dev-Cpp\bin file for your source code; I suggest you make up another one yourself as a subfolder of ..\Dev-Cpp

      Hello.cpp

      include <iostream>

      using namespace std;

      int main (int argc, char *argv[])
      {
      char quit;

      quit = '\0';
      while (quit != 'q')
      {
          cout &lt;&lt; &quot;Hello ! This is a console app.&quot; &lt;&lt; endl;
          cout &lt;&lt; &quot;To create a console, go to Project Options and select&quot; &lt;&lt; endl;
          cout &lt;&lt; &quot;\'Win32 Console\'.&quot; &lt;&lt; endl;
          cout &lt;&lt; &quot;Press q to quit &quot; &lt;&lt; endl;
          cin &gt;&gt; quit;
      }
      
      return 0;
      

      }

       
  • laxman varada

    laxman varada - 2010-08-16

    hi,

    pl any one can help to me ...dev c works with windows vista
    pl send a nice message.

    thanks in advance

    regards,
    phe9oxis,
    http://www.guidebuddha.com

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.