hobbit monitor
Results 1 to 10 of 10

Thread: Learning programing want to help!

Threaded View

  1. #5
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by stl_rn
    Thanks for your s***estinon, I will continue to learn Python. I'm learning it from a book called "Absoulte Begenners Guide to Programming Python". The way it teaches Python is by creating games. Of course the games get more complex with each chapter. My question is, after I finesh with that book, should I continue to learn more about Python or, should I start learning C/C+/C++/C#?
    Yes, it would be ad****ble to move on to a more powerful and complex language after ******ing python. C or C++ are both good, but not C#. C# is as un-useful as VB as a language, unless you never want to actually understand real programming.

    Also, what is the difference between the different C languages? Which one is closer to the English language when programming, i.e. Python?
    C and C++ are very similar (and backwards-compatible, because C++ is just an advancement of C), but C# is a language developed by microsoft and should be avoided. It's always best to develop in an open language like c/c++ so you're not tied down to one operating system. C and C++ have been around for decades; C# was only recently created by microsoft.

    If you're looking for something closer to the English language, that's what high level languages like python are for. C and C++ are going to be hard to understand at first, but that's what you get with powerful and advanced languages like that.

    *Also Python is free, are any of the C languages free?*
    Thank you for your help.
    They are languages; sets of rules. You don't 'buy' a language.

    But yes they are all open, free, and widely documented. All you need is a free compiler and you can be creating applications. Several compilers are paid-for (like MSVC++) , but the language is always free for whoever wants to develop using it.



    @mike*0*
    Wasn't UNIX written in C?
    Yes, most operating systems are widely created in programming languages like C.

    But the first-steps in the creation of the OS are always made in assembly/machine code. It is impossible to make an operating system in C when it doesn't even exist yet. You have to make the core of the OS first in assembly THEN make a C compiler for it, THEN you can make further additions in a higher level language. Compilers only work when an operating exists which it can build the code around.
    Last edited by Ezekiel; 10-04-2006 at 12:47 PM.

Similar Threads

  1. Pascal programing
    By gani in forum Programming
    Replies: 8
    Last Post: 10-19-2019, 09:02 AM
  2. programing language
    By Samson in forum Programming
    Replies: 21
    Last Post: 04-03-2017, 09:46 AM
  3. problem in programing
    By minaadel1994 in forum Programming
    Replies: 0
    Last Post: 02-11-2009, 04:30 PM
  4. C/C++ programing help!
    By minaadel1994 in forum Programming
    Replies: 1
    Last Post: 05-06-2008, 12:56 PM
  5. Programing
    By Tr_Ms in forum Programming
    Replies: 10
    Last Post: 06-12-2007, 02:56 PM

Posting Permissions

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