Results 1 to 3 of 3

Thread: if (c/c++ == JAVAscript) {EASY GOING}

  1. #1

    if (c/c++ == JAVAscript) {EASY GOING}

    Hi

    i learnt PASCAL in school, and for me it was jus tooo simple,so i went and studied C and C++( jus basics/intuduction) and found it to have the same basics as PASCAL ,so i learnt what i wanted to learn in C/C++(that was jus too do some cool **** for my mothers work),
    now i am starting with JAVAscripting and so far its kinda EXACTLY THE SAME AS C/C++, without all the private and public objects(so far anyways).

    SO now my question is this:
    *Why so many languages based on ONE?
    *So basically -> if u know one ,you know 'em all??

  2. #2
    Senior Member
    Join Date
    Jun 2002
    Posts
    405
    Why so many languages based on ONE?
    They all have different strengths and weaknesses, people wouldn't create new languages if there was no need to. Javascript is generally used for web stuff whereas C/C++ is not.

    So basically -> if u know one ,you know 'em all??
    If you understand the basic concepts of OOP then you've got a headstart in any languages that work with it. Getting a good grip on C++ will help you along no end in learning a language like Java and vv, as well as simpler languages like javascript.

  3. #3
    Senior Member
    Join Date
    May 2003
    Posts
    472
    there are some good books to be consulted...like Programming Languaues By Robert Sbesta.....which will highlight these thing....

    the differences come from various facts the bindings used by thye language...data types...OOPs or Procedural....the sub program and sequence control mechanisms used...these fact wont matter u alot...till now...but they are imp for considering the execution efficiency of the programs...
    guru@linux:~> who I grep -i blonde I talk; cd ~; wine; talk; touch; unzip; touch; strip; gasp; finger; mount; fsck; more; yes; gasp; umount; make clean; sleep;

Posting Permissions

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