Page 1 of 1

EVC++? IOSTREAM.H?

PostPosted: Sep 18, 2004 @ 7:37am
by VGA

PostPosted: Sep 18, 2004 @ 1:05pm
by Dan East
If you are writing code from scratch (which I get the impression from your other posts), and if it is for a game, then just use the fopen family of routines for maximum portability. You may someday wish to port your code to even more primitive systems, like cell phones, GBA, etc, so you are better off using the most ubiquitous APIs.

Dan East

PostPosted: Sep 19, 2004 @ 5:21am
by VGA

PostPosted: Sep 27, 2004 @ 11:12am
by VGA
Well actually what I wanted to do was to use a object or function like COUT instead of writing String classes...

PostPosted: Sep 27, 2004 @ 3:33pm
by jongjungbu

PostPosted: Sep 27, 2004 @ 9:11pm
by VGA