Linux / C

Discussion in 'Technology' started by Phil Mitchell, Feb 27, 2006.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    Linux / C

    i need to do some C coding


    do i need to install Linux or can you get a windows programme to do it?


    if i need Linux , is there an offical free version availble???
  2. 1615634792921.png
  3. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    You can code C in either windows or linux.

    For C you need Borland's Turbo C suite (which I have somewhere) or Visual C++ (which comes with Microsoft Visual Studio).

    Or you can write it under linux, the utils required to compile/write come with most distributions of it.

    virtually every distribution of linux is free.

    It's not as simple as porting between the two however, there are notable differences in the way that C is written on both platforms (for example, under Windows you'd use the WinSock API to communicate to another machine over a network, under linux there is no winsock, you'd have to send it to the hardware). If you're hellbent determined to use linux, then I'd recommend fedora core (fedora.redhat.com).

    If you want the Turbo C (runs in DOS) let me know.

    If you're a northumbria student (and in the CEIS) then you can get it from Pandon Building for nowt (incidentally I have a copy of this too ;))
  4. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    I will use whatever but the final solution has to work on the Uni's Unix system


    which Linux should i go for??
  5. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    You're probs best off with fedora, it's one of the easier distro's to use and comes with the tools required to compile/write C.

    Anything from Fedora Core 2 up should do the trick nicely, you either need to download it in CD or DVD form. You can use bit-torrent to get the images you need, the torrent files are here.

    Regardless of which version you pick, you need the binary image files for the x86 platform. Anything else won't work on a standard platform. Downloading the source iso images won't work either as you'll have to compile them from scratch (takes way too long).

Share This Page