What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » C help! Please

C help! Please
Author: Message:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: C help! Please
quote:
Originally posted by .Roy
And when i used turbo c ++ there was a command called gotoxy() where moves your pointer to the following coordinates, like gotoxy(5,30). and its not working, maybe i should just use turbo c
If you are going to want to do things like that (which may not seem much, but believe it or not, are not part of the "standard" library you can always count on), then it may be best to settle on one compiler.

There are three parts to what you are learning: the C language syntax; the standard library, which is very minimal; interacting with the OS and hardware.   The language and the standard library will be the same across different compilers.  Support for interacting with the system beyond what is provided by the standard library will vary -- not just between operating systems, but even between different compilers.  This is what you have been encountering.

You may find this tutorial useful for your cursor positioning needs.

If you need to :google: anything relevant to Dev-C++, include the keyword "MinGW" in your query, as that is the name of the compiler and libraries behind Dev-C++.
09-08-2006 03:17 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
C help! Please - by .Roy on 09-08-2006 at 10:46 AM
RE: C help! Please - by Stigmata on 09-08-2006 at 11:09 AM
RE: C help! Please - by Eljay on 09-08-2006 at 11:13 AM
RE: C help! Please - by .Roy on 09-08-2006 at 11:31 AM
RE: C help! Please - by RaceProUK on 09-08-2006 at 12:00 PM
RE: C help! Please - by .Roy on 09-08-2006 at 12:09 PM
RE: C help! Please - by Plik on 09-08-2006 at 12:48 PM
RE: C help! Please - by .Roy on 09-08-2006 at 01:01 PM
RE: C help! Please - by Adeptus on 09-08-2006 at 01:20 PM
RE: C help! Please - by .Roy on 09-08-2006 at 01:55 PM
RE: RE: C help! Please - by andrewdodd13 on 09-08-2006 at 08:16 PM
RE: C help! Please - by absorbation on 09-08-2006 at 02:54 PM
RE: C help! Please - by Adeptus on 09-08-2006 at 03:17 PM
RE: C help! Please - by RaceProUK on 09-08-2006 at 03:41 PM
RE: C help! Please - by absorbation on 09-08-2006 at 03:44 PM
RE: RE: C help! Please - by segosa on 09-08-2006 at 08:07 PM
RE: C help! Please - by Adeptus on 09-08-2006 at 03:57 PM
RE: C help! Please - by .Roy on 09-08-2006 at 04:36 PM
RE: C help! Please - by .Roy on 09-08-2006 at 09:48 PM
RE: C help! Please - by ShawnZ on 09-08-2006 at 10:02 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On