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