Clrscr Dev C++

guys, please help me...

Aug 06, 2015  Display message and use of clear screen. Use Dev C 5.7.1 It is best. If having trouble to find it, send me your email id i will send to you. Tengo un problema, en el ejercicio que lo quiero meter, me dice que Error 'gotoxy' was no declared in this scope, entonces copie tal cual este ejercicio y me sale lo mismo, ya puse todas la librerias que son stdio, conio, windows, stdlib, math, entre otras, todas con.h al final y nada, ayudaaaaaa, mi version de dev c es 5.11. Responder Eliminar.

Alternatives to Bloodshed Dev-C for Windows, Linux, Mac, BSD, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 25+ apps similar to Bloodshed Dev-C. Bloodshed Dev-C is a full-featured Integrated Development Environment (IDE) for the C/C programming language.

how do i make clrscr() work? my friend told me to include conio.c, but i think that my version of dev-c++ doesn't have that...so i tried downloading conio.c...but the problem is, clrscr() still doesn't work in my pc but it works in my friend's pc...we're both using dev-c++...

what do i need to do? please help me...

super thanks in advance!

C++ Clrscr Function

  • 8 Contributors
  • forum 12 Replies
  • 891 Views
  • 1 Year Discussion Span
  • commentLatest Postby Dave SinkulaLatest Post

Recommended Answers

Dev C++ Compiler

clrscr() is a presumptuous Borland fetish. Not every user of your program wants it!!!

In Dev C++ you can use system('CLS') to do the trick, the old DOS command. Include the stdlib.h for the system() function.

By the way, Dev C++ is a very nice IDE for a set of …

Jump to Post

All 12 Replies

Dev

frrossk2

guys, please help me...

Clrscr In Dev C++

how do i make clrscr() work? my friend told me to include conio.c, but i think that my version of dev-c++ doesn't have that...so i tried downloading conio.c...but the problem is, clrscr() still doesn't work in my pc but it works in my friend's pc...we're both using dev-c++...

Clrscr Undeclared Dev C++

what do i need to do? please help me...

Clrscr Di Dev C++

super thanks in advance!

Read this:
http://www.daniweb.com/techtalkforums/thread13532-system%28cls%29.html