Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: What is "C"?  (Read 4746 times)

0 Members and 1 Guest are viewing this topic.

bobhlgh

    Topic Starter


    Hopeful

    Thanked: 1
    • Experience: Beginner
    • OS: Windows 7
    What is "C"?
    « on: April 24, 2013, 08:40:48 AM »
    Hi -
    I enjoyed reading "Never heard of operating system".  To give you an idea of what I know (or don"t know), In the 70s I learned to write programs in Fortran 4 and wrote programs for the company I worked for.  It seems to me you think "C" is the best place to start if a person wants to learn programing.  Is "C" available in any study at home format.  I probly will not go back to studing again but I am curious?   Thanks     Bob

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: What is "C"?
    « Reply #1 on: April 24, 2013, 09:43:31 AM »

    bobhlgh

      Topic Starter


      Hopeful

      Thanked: 1
      • Experience: Beginner
      • OS: Windows 7
      Re: What is "C"?
      « Reply #2 on: April 24, 2013, 11:14:23 AM »
      soybean
      Thanks    That was just what I wanted.  I will fallow up with that.   Bob

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: What is "C"?
      « Reply #3 on: April 24, 2013, 02:24:56 PM »
      May I kindly suggest you download a free copy of Microsoft Visual Studio. That package will let you do some programming in C, if you wish. Nevertheless, C++ is a better choice, in the opinion of many, many programmers and authors.
      Here is a closed topic on another forum that represents the views of some.

      Why would anybody use C over C++ ?

      bobhlgh

        Topic Starter


        Hopeful

        Thanked: 1
        • Experience: Beginner
        • OS: Windows 7
        Re: What is "C"?
        « Reply #4 on: April 24, 2013, 03:03:34 PM »
        Geek-9pm -
        Thanks for your suggestion.  I will check it out.    Bob

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: What is "C"?
        « Reply #5 on: April 24, 2013, 09:30:09 PM »
        May I kindly suggest you download a free copy of Microsoft Visual Studio. That package will let you do some programming in C, if you wish. Nevertheless, C++ is a better choice, in the opinion of many, many programmers and authors.
        You can even force projects to compile as C, rather than C++ code. This essentially disables all C++ features. Why that would be desired for a desktop application, I don't know- but it's there.
        I was trying to dereference Null Pointers before it was cool.

        bobhlgh

          Topic Starter


          Hopeful

          Thanked: 1
          • Experience: Beginner
          • OS: Windows 7
          Re: What is "C"?
          « Reply #6 on: April 25, 2013, 02:47:48 PM »
          soybean -
          Your suggestion of a book from Amazon was good.  I had never dealth with Amazon before.  I spent an hour and a half talking to a man I could hardly understand but everything came together and I am getting a book on C programming.  Thanks for your help.    Bob

          bobhlgh

            Topic Starter


            Hopeful

            Thanked: 1
            • Experience: Beginner
            • OS: Windows 7
            Re: What is "C"?
            « Reply #7 on: May 04, 2013, 01:27:35 PM »
            soybean, Geek-9PM,BC_Programmer -
            For your infromation.  I got the C programming book and got "Jumping into C++"  book.  Both of these books had an example of how to write a program.  If you followed their example you could write a program that would print "hello world".  I could not get the programs to work because when I clicked on places they wanted me to, the result would sometimes be different than the example shown in the book.  I may get some one to help me.  I doubt that I could explain the problem to the forum, I need a hands on.  Thanks you all were very helpful.