Hm. I like Xandros and Unbuntu, and Red Hat. Though the only one i have "really" used is Ubuntu.
Hey are you dual booting or using Parallels? Im still trying to get fedora core 6 installed on my macbook using parallels. Currently im using Ubuntu with Parallels and i think its pretty cool but im not use to it. I dont like the apt-get package handler, im use to yum. But everything else works fine. When i tried to dual boot with fedora i couldn't get the wireless to work for nothing.
I need to get a version of linux for my ibook that i can do efective C compiling in. I Dont like the way Xcode does C codes. It really is designed for C++ so i'm thinking that linux would be better since the C language cam eout for linux.
Please help me out here. I am trying to get it for next semester.![]()
I've never used it. What "flavor" do you think would be best for a 300 MHz PC?
Please don't let this turn into a flame war. Linux users often lurk on forums everywhere, waiting for that one comment that pisses them off enough to start attacking users of commercial operating systems.
From the terminal you can run gcc (or whatever compiler you want) under OS X, the exact same way it works under Linux. You don't need to go through XCode. All the auto-tools are right there built in to OS X. If you want newer versions, you can get them via fink or darwinports/macports.
But how do I compile C codes using the terminal? My main problem with Xcode is the libraries that it doesn't have. Like the Conio.h library and so on. Would I have the same problem with linux or using terminal? Thanks.
Why can't I use conio.h functions like clrsrc()?
Because conio.h is not part of the C standard. It is a Borland extension, and works only with Borland compilers (and perhaps some other commercial compilers). Dev-C++ uses GCC, the GNU Compiler Collection, as it's compiler. GCC is originally a UNIX compiler, and aims for portability and standards-compliance.
What in the world is slackintosh lol. Off to google it now![]()