473,378 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

library functions similar to gotoxy(),clrscr() etc. in gnu and otherc++

what are the equivalent library functions found in conio.h (turbo c++)
for other gnu c++ variations..
i need functions like
gotoxy(),
clrscr(),
getch()...etc.

thanks in advance
Jun 27 '08 #1
2 4769
what are the equivalent library functions found in conio.h (turbo c++)
for other gnu c++ variations..
gotoxy(),
clrscr(),
getch()...etc.
You need to use a library called ncurses (http://www.gnu.org/software/
ncurses/ncurses.html). It lets you position the cursor, clear the
screen, etc., without hardcoding terminal-specific information into
your program.
--
franl
Jun 27 '08 #2
na***********@gmail.com wrote:
what are the equivalent library functions found in conio.h (turbo c++)
for other gnu c++ variations..
i need functions like
gotoxy(),
clrscr(),
getch()...etc.
I think you're looking for 'ncurses'. GIYF

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: John | last post by:
Any functions similar to FindFileFirst or SearchPath in .NET Framework class library? Thanks
6
by: sks_cpp | last post by:
I am somewhat new to STL and the plethora of library functions they have. I looked at sgi's stl info. and I was overwhelmed so I thought I would present my question here. I have std::map<WWN*,...
4
by: junky_fellow | last post by:
what is the purpose of using library functions ? How could i know whether a particular function that i want to write already exists in the library ? Are there some standard functions which...
9
by: TheOne | last post by:
Would anyone please point me to a list of reentrant C library functions? I want to know which C library functions are safe to use inside a signal handler across all platforms. Does GNU C library...
13
by: Richard G. Riley | last post by:
In another thread it was pointed out that I'd made a booboo with strcpy : one that that I've, if I'm honest, made many times before. Not out of badness, just because since I first programmed C...
7
by: Francine.Neary | last post by:
This may well be implementation-defined or undefined behavior... if so, then of course that's a good enough answer. Consider the following situation: /* file1.c */ int (*f)(const char *,...
31
by: Francine.Neary | last post by:
One interesting thing to come out of the recent "Alignment" thread is that it is impossible to write a portable replacement for malloc in "user space" (not sure what the right term is - I mean an...
20
by: J de Boyne Pollard | last post by:
MThe library functions which are included to allow process Mlaunch, forking, and termination, imply that it is both Mpossible and desirable for a process to fork itself. This is Ma fundamental...
2
by: rams | last post by:
hi all i am keen to know where does the built in functions (library functions )like PRINTF(),MALLOC()..etc... are defined. as i know , header files contains only prototypes i am using gnu...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.