473,395 Members | 1,675 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,395 software developers and data experts.

Alternative for gotoxy in gcc..

Is there any alternative for gotoxy and similar functions in gcc??

Dec 26 '06 #1
5 9085
Deep wrote:
Is there any alternative for gotoxy and similar functions in gcc??
gcc is a compiler. It does not come with its own standard library.
Firstly, you need to know which libraries you are using. Secondly, when
you have found out, you should ask on a newsgroup or mailing list
appropriate for those libraries, because this newsgroup deals with
standard C, and standard C has no alternative for gotoxy.

Dec 26 '06 #2

Deep wrote:
Is there any alternative for gotoxy and similar functions in gcc??
It will be system specific. Maybe something like:
http://www.cprogramming.com/snippets...ount=30&page=0
Or:
http://www.daniweb.com/techtalkforums/thread11071.html

Dec 26 '06 #3
Deep wrote:
Is there any alternative for gotoxy and similar functions in gcc??

You'll have to ask on a different newsgroup, compiler-specific things
are off-topic here. Try gnu.gcc.help for specific gcc ways or
comp.unix.programmer for the more portable curses.


Brian
Dec 26 '06 #4
Deep wrote:
>
Is there any alternative for gotoxy and similar functions in gcc??
There is no such function as "gotoxy" in ISO standard C. There is
a keyword "goto" available, and you are allowed to name a label
"xy". So you can legally use:

....
xy: /* some code here */;
....
goto xy;

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>
Dec 26 '06 #5

"Deep" <de*********@gmail.comwrote in message
news:11*********************@79g2000cws.googlegrou ps.com...
Is there any alternative for gotoxy and similar functions in gcc??
In a nicer newsgroup, people would have heaped curses upon you for asking
such a question.
Here I'll just tell you its off-topic.
--
www.personal.leeds.ac.uk/~bgy1mm
freeware games to download.
Dec 26 '06 #6

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

Similar topics

3
by: tigui1984 | last post by:
Hi there, I work on a little project and something is still missing to me... I don't know how to make a gotoxy and a cprintf ( this 2 command is from de C language)... is there any other command...
4
by: Teo81 | last post by:
Hi! I'm using visual studio 6.0 and I need to interact with DOS console. I know the conio.h library but, under visual studio, it doesn't provide useful functoins like gotoXY( int, int ) etc.... My...
3
by: Asad | last post by:
Hi All, I would like to plot some point on screen in C++. I am working on Linux platform and unable to use gotoxy(row,col); Which would have reduced my work. Any ways, Do anybody know how do I...
1
by: mohsin | last post by:
hi can anyone tell me the name of the header file for gotoxy function in visual c++ i know k turbo c main iss ki header file dos.h hootee hai but i dontknow in vc++
6
by: arunk8186 | last post by:
Hi friends, When I compiled a program in which I have used gotoxy function in C , I get an error as "C:\Documents and Settings\e373616\Desktop\H1.cpp(58) : error C2065:...
10
by: playagain | last post by:
Why I can't use the clrscr(); and gotoxy(); in some compilers?
26
by: Albert | last post by:
Hi Are there any definitions of the gotoxy function on the internet. My compiler doesn't define it in any header Albert
5
by: poopsy | last post by:
hi all i wud like to know wat is the equivalent of gotoxy(x,y) in C++?? i found that in many codes on the net wat's the function of gotoxy..can sumbody plz explain i've never done C, ive always...
5
by: Abhishek170 | last post by:
hello everyone, i'm just a beginner in C language. just wanted to ask wich include will i have to use while using gotoxy and clrscr or is there any link/site where i check all the functions in all...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.