Web Programming Language similar to C++

Discussion in 'Programming' started by mudanoman, Dec 23, 2006.

  1. #1
    Hey guys,

    I just finished a class in C++ and was curious if there are any web programming languages that are similar to C++, so it will be easier to get a head start on. Look forward to hearing and happy holidays.

    -MM
     
    mudanoman, Dec 23, 2006 IP
  2. Angelus

    Angelus Well-Known Member

    Messages:
    1,622
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    138
    #2
    Well, Java can be used for web applications but I suggest that you start learning php...

    p.l.u.r.
     
    Angelus, Dec 23, 2006 IP
  3. venom

    venom Guest

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Also, C# is based off of C++ and can be used with ASP.NET
     
    venom, Dec 23, 2006 IP
  4. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #4
    I had a class in C/C++, which I really didn't learn anything in it (just basic syntax).

    It took me less than a week to start programming in PHP.

    After learning PHP, everything else (Perl+Bash+CGI) were a piece of cake.

    Peace,
     
    Barti1987, Dec 23, 2006 IP
  5. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Of course, there's nothing stopping you doing CGI applications in C++... there's just not as much 'community support' for doing it, but it's definitely possible.

    As other posters have suggested I'd look at Java, C# or PHP (in order of a combination of preference and C++ likeness).
     
    TwistMyArm, Dec 23, 2006 IP
  6. Austars

    Austars Active Member

    Messages:
    1,437
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    95
    #6
    I would recommend PHP, mostly because its so widely accepted and theres so much support and help available for it for free on forums and stuff.
     
    Austars, Dec 23, 2006 IP
  7. mudanoman

    mudanoman Guest

    Messages:
    596
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Sweet. Thanks guys. I will look into PHP first. BTW, how is Ruby? Ruby and Rails looks pretty sweet :p
     
    mudanoman, Dec 24, 2006 IP
  8. Angelus

    Angelus Well-Known Member

    Messages:
    1,622
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    138
    #8
    It looks cool but I don't like the way you have to think with ruby... and the syntax... :confused:

    p.l.u.r.
     
    Angelus, Dec 25, 2006 IP
  9. Valrod

    Valrod Peon

    Messages:
    189
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I would say PHP is the easiest, I mean most everything has basically been written for it.

    C++ has a special place for me though, it was my first language.
     
    Valrod, Dec 25, 2006 IP
  10. Senpai IT

    Senpai IT Active Member

    Messages:
    453
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    68
    #10
    PHP, Perl, JSP will do the trick. They all have C++ based syntax.
    ASP.NET tech is not so good, IMHO. Too much rubbish, though for intranet apps it's allright.
     
    Senpai IT, Dec 25, 2006 IP
  11. vbrocks

    vbrocks Active Member

    Messages:
    90
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    98
    #11
    If you learned MS and Windows version of C++, then C#/.NET is probably the best platform to use. Familiar IDE, easy to set up.
    If your C++ had some Unix flavor, then go for Java. Last time I checked, Eclipse had pretty good IDE for developing JSP and other Java-based web apps.
    Also, if you are planning to sell web apps to others, then protecting your PHP source code may be a little tricky if possible at all. It's an interpreted language, and you'll have to deploy the source code with your project.
    With C# and Java you can deploy precompiled modules and keep the source code for yourself.
    Ah, and C# experience looks pretty good on a resume too :)
     
    vbrocks, Dec 27, 2006 IP
  12. Senpai IT

    Senpai IT Active Member

    Messages:
    453
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    68
    #12
    You can use some sort of PHP obfuscator for the release code.
     
    Senpai IT, Dec 27, 2006 IP
  13. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #13
    ... or use bytecode compilers / encrypters like ionCube (although I do use and recommend an obfuscator that I wrote).
     
    TwistMyArm, Dec 27, 2006 IP
  14. kiwwi

    kiwwi Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    as they said before me, PHP is like C ( curly brackets language ). Latest versions of PHP added objects, so you can choose object programming aproach ( C++ like ).
     
    kiwwi, Dec 28, 2006 IP
  15. Zermelo

    Zermelo Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    yaa!
    you can stat c#.it is very similar to c++ & security as like java.
    c# is full OOP concept. c# have great market in web development..
     
    Zermelo, Dec 28, 2006 IP
  16. phd

    phd Active Member

    Messages:
    496
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #16
    PHP has also OOP concept....and easy to learn if u know C/C++
    You can also go for C#.Net that is also more nearer to C++
     
    phd, Dec 28, 2006 IP
  17. pushkar

    pushkar Peon

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #17
    dont go with PHP..its a limited area of programming....but u should go with C#........u have to area of expantion with C#...Either u can program in C#.Net which is used in ASP.Net Scripting lang too Or u can have java option too...it is quit case sensitive.but good....Depends on in which lan u graspping & interest more...
     
    pushkar, Dec 29, 2006 IP
  18. mr_dean

    mr_dean Peon

    Messages:
    280
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Many languages : Java, PHP, C# have as its ancestor C++ and are more suitable for web programming. PHP is most common in small internet servers. There are a lot of scripts for PHP. Java and C# are less common and hosting is more expensive. Java has huge libraries for many different things.
     
    mr_dean, Dec 30, 2006 IP