Menu

Unable to compile and view output

Srikanth
2011-12-22
2012-09-26
  • Srikanth

    Srikanth - 2011-12-22

    I had recently installed the Bloodshed Dev C++ software in my pc having Dell
    Inspiron N5010 64 bit processor but when i am compiling a program its compiled
    but when i need to run the program to see the output it is not showing
    anything.Any help is greatly helped for me...

     
  • Aris

    Aris - 2011-12-22

    Try this

    If you write C
    write before main() function

    include<stdlib.h>

    before return 0 of main() function write

    system("pause");

    If you write C++
    write before main() function

    include<cstdlib>

    before return 0 of main() function write

    system("pause");

     
  • ilovepie10

    ilovepie10 - 2011-12-24

    Try clicking view, then floating report window. A floating report window will
    pop up.

     
  • ilovepie10

    ilovepie10 - 2011-12-24

    Disregard my last comment, I thought you were talking about something else.

     

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.