|
-
February 26th, 2003, 06:11 PM
#1
Senior Member
C/C++ compiler question
Would the same C/C++ compile and run on every compiler??? I mean code NOT meant for creating a GUI, because it is obvious that a code for Borland C 5.02 would not work in GTk+.
I just mean basic C/C++ functions.
I wrote a small program in Turbo C which contained the function gotoxy(); I tried the code in MS visual C++, and it didn't interpret gotoxy(); clrscr(); and others, why is this happening I thought C would be C everywhere???
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|