Thread: Pascal or C++

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    3

    Question Pascal or C++

    From what i've heard pascal seems to be the easiest to learn and simplest. I have no experience with programming, just a liitle on web design. Could someone here tell me what do you think?

  2. #2
    Registered User LiNeAr's Avatar
    Join Date
    Aug 2005
    Posts
    31
    I don't know much about languages, but why would you go for the easiest route? I think C and C++ are one of the hardest languages, but it seems to be one of the best too. I never even used Pascal so I wouldn't know to much about it, but I would suggest C or C++ since it seems to be more popular, and a lot of things revolve around it. Plus there are some great tutorials, and alot of people to help you.

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Pascal is very basic and while you can do a lot of things with it, you should learn a more full-feature language like C++.
    EntropySink. You know you have to click it.

  4. #4
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178
    If you want.! more easyest language and powerfull use C#
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> Pascal is very basic

    That is an odd statement. Whilst it is true that Pascal was developed as a teaching language, it has grown and todays Pascal systems, (consider Borland Delphi for example), are very flexible and powerful. Certainly not basic.

    I use Delphi at least once a week because it turns out certain jobs in a fraction of the effort C/C++ would use.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  6. #6
    Registered User
    Join Date
    Aug 2005
    Posts
    3
    I still prefare giving it a try. Where are some basic C++? tutorials with guides on what to use?

  7. #7
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Adrian, I apologize for the comment. I wasn't aware that Delphi was a Pascal-like language. I don't really know anything about Delphi, and my only experience with Pascal was my very first programming class in college.... and it seemed very simple at the time and I haven't really touched it since then.

    I guess that was a bit of an ignorant statement.
    EntropySink. You know you have to click it.

  8. #8
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    You can think of Delphi as Pascal++; Its main addition to its pascal heritage was object orientation.
    Pascal is also very much a full-featured language; back in the days of DOS it was very popular amongst the programming fraternity. There were plenty of commercial games made using it, ran just as fast as its C/C++ equivalent.

    The problem is that it looks damn freaky from a C/C++ viewpoint, that's all.

  9. #9
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> Its main addition to its pascal heritage was object orientation.

    Actually, "Object Pascal" pre dates Delphi by quite a bit. Indeed, the last couple of releases of Borlands "Turbo Pascal" suite were OO.

    For the right applications, Delphi is a really sweet tool to use.

    This is something of a digression however. To the OP, C/C++ has a greater marketability then Pascal/Delphi, although it depends where you are to a certain extent. In the US, Delphi is not as popular as it is in Europe.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  10. #10
    Registered User
    Join Date
    Aug 2005
    Posts
    3
    Hello! What hell is this? Some kind of general blanter. This is my topic! Post a new thread about the small details about C++ and Pascal.

  11. #11
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    Abusing people always seems like a strange way to ask for help...
    Visit entropysink.com - It's what your PC is made for!

  12. #12
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    You do not consider the discussion of the pros and cons of the 2 languages you are inquirying about to be relevent, and probably highly significant to your original question, which posted on a C/C++ forum is really likely to get a unbiased view?

    >>> This is my topic!

    This is a public topic on a public forum.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  13. #13
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    Hello! What hell is this? Some kind of general blanter. This is my topic! Post a new thread about the small details about C++ and Pascal.

    what's wrong with you...??
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  14. #14
    Registered User
    Join Date
    Jul 2005
    Posts
    7
    Python is probably the easiest language to use. Here is an article that describes it:
    http://www.artima.com/intv/aboutme.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pascal
    By cogeek in forum Tech Board
    Replies: 32
    Last Post: 11-20-2004, 04:19 AM
  2. C & Pascal Help
    By Dragon227Slayer in forum C Programming
    Replies: 4
    Last Post: 12-01-2003, 09:40 AM
  3. Compares C++ and Pascal
    By Jaguar in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 07-19-2002, 11:28 AM
  4. Pascal Compiler
    By (TNT) in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 04-09-2002, 12:57 AM
  5. Pascal "with()" in C++
    By larry in forum C++ Programming
    Replies: 3
    Last Post: 09-27-2001, 02:04 PM