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

gotoxy & cprintf for cpp

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 to make the same thing or
did someone who read this know the code to make something like this...
thanks a lot for every body here :D

P.S.: Sorry if my message is not nice but I'm a french people and i
have some little problem to find some words... thanks one time enough

Aug 3 '05 #1
3 7284
ti*******@gmail.com wrote:
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 to make the same thing or
did someone who read this know the code to make something like this...
thanks a lot for every body here :D

P.S.: Sorry if my message is not nice but I'm a french people and i
have some little problem to find some words... thanks one time enough


These things are not part of the standard C or C++ language. There is no
equivalent.

What you need is some platform specific console IO. I really wouldn't
know where to find this though.

--John Ratliff
Aug 3 '05 #2
"ti*******@gmail.com" <ti*******@gmail.com> wrote in
news:11**********************@f14g2000cwb.googlegr oups.com:
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 to make the same thing or
Actually neither are from the C language... they're provide by some 3rd
party library. (BTW: for everyone else.. thats "goto x-y", not "go
toxy"... a confusing reading that I've done multiple times :) )
did someone who read this know the code to make something like this...
thanks a lot for every body here :D
Note that C++ doesn't even require you to have a screen....

You'll need to find some other supporting library for console I/O.
Something like curses (or ncurses) for the *NIX world.
P.S.: Sorry if my message is not nice but I'm a french people and i
have some little problem to find some words... thanks one time enough


Your English is fine....
Aug 3 '05 #3
ti*******@gmail.com wrote:

P.S.: Sorry if my message is not nice but I'm a french people and i
have some little problem to find some words... thanks one time enough


Are you aware that there is a French language version of the newsgroup:

fr.comp.lang.c++
However, I don't know if their topicality rules are similar to ours,
where your question is off-topic. I suggest you try to find their FAQ
or welcome message, if they exist.


Brian
Aug 3 '05 #4

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

Similar topics

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++
5
by: Deep | last post by:
Is there any alternative for gotoxy and similar functions in gcc??
1
by: khajeddin | last post by:
function cprintf() ,in microsoft C invironment (Turbo C++ 4.5). i have an error when use this: call to undifined function cprintf() in function main(). i face this error for some other functions...
1
by: staffey | last post by:
whats the use of cprintf n how does it work . for e.g. what will be output of cprintf("kirti")
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:...
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...
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: 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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.