Question [Archive] - C Board

PDA

View Full Version : Question


monkeymon
06-08-2002, 02:17 PM
is Linux programing coding and Window programing coding the same. Or there is some different ???

Shiro
06-08-2002, 02:45 PM
That depends on what you're meaning with coding. ANSI C on Linux is the same as ANSI C on Windows. But if your programming involves platform-dependent things, then there sure are differences, since the two OS'es differ.

monkeymon
06-09-2002, 11:54 AM
oic thanks