Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38

Thread: [SOLVED] obtaining c

  1. #11
    Join Date
    Jan 2009
    Location
    Lake Norfork
    Beans
    102
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: obtaining c

    ok....i did it again and it says its the newest version...but i cant find it???were is it..i went to the programming tab under apps and all i have is KDevelopment stuff...is that it???


    smurf
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  2. #12
    Join Date
    Jan 2009
    Location
    Lake Norfork
    Beans
    102
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: obtaining c

    ok...is KDevelopment the same as c and if so can i get the c help me books???
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  3. #13
    Join Date
    Apr 2007
    Beans
    487

    Re: obtaining c

    I think that you rally should get some tutorial how to do c programming and read how it is really done, because you are messing up with things. You don't run c, you compile c source code to executable with a compiler like GCC. And half of the programs you've installed are IDEs.

  4. #14
    Join Date
    Apr 2007
    Beans
    487

  5. #15
    Join Date
    Jan 2009
    Location
    Lake Norfork
    Beans
    102
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: obtaining c

    can u tell me what i have messud up???all i want to do i write a program for c.what program do i need to do that???thats all im asking


    smurf
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  6. #16
    Join Date
    Dec 2006
    Location
    USA
    Beans
    278
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: obtaining c

    Quote Originally Posted by smurfgod View Post
    can u tell me what i have messud up???all i want to do i write a program for c.what program do i need to do that???thats all im asking


    smurf
    well you write programs in C not for C. C is a programing language for which you need a compiler to make sense of.

    if you get build-essential from synaptic then you'll be able to compile C code that you(or anyone else) have written.

    Since you're a beginner to computer programing you might want to consider choosing something easier than C to start off with.

  7. #17
    Join Date
    Jul 2008
    Beans
    1,706

    Re: obtaining c

    typo...build-essential is the package

  8. #18
    Join Date
    Jan 2009
    Location
    Lake Norfork
    Beans
    102
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: obtaining c

    what would u recodmend other than c???i folled around with vb6 enterprise for a while but didnt get anywere.i have eclipse installed also..thats for java...right???anyway,i am new to peogramming and would just like to fool around with whatever will work for linux.ubuntu to be exact.thanks..

    smurf
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  9. #19
    Join Date
    Mar 2008
    Beans
    1,076
    Distro
    Ubuntu

    Re: obtaining c

    the languages for linux is c bash c++ perl python and so on. if you want to learn c i think you should just use the library and find some good books like brian kernighans the unix programming enviroment and the c programming language. if you just make sure as already suggested to have the build-essential package installed it will be enough to get you started. one more package could be gnome-devel which installs some stuff useful for the development of gnome.(ubuntu default desktop enviroment)
    please buy this online only compilation to support victims of japan. http://www.punk4japan.com/

  10. #20
    Join Date
    Apr 2007
    Beans
    487

    Re: obtaining c

    To write code you need a text editor. To compile it you need compiler. Eclipse is an IDE - an editor with some features for programmers, you can develop in many languages using it. For start try python - you don't have even to compile it, there is a great manual for python:
    http://docs.python.org/tutorial/index.html

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •