CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2001
    Posts
    27

    C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    ?


  2. #2
    Join Date
    Jan 2001
    Posts
    27

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    answered- Java. MS is competely ripping it off, but hopefully that is a good thing.


  3. #3
    Join Date
    Nov 2000
    Posts
    2

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    Rip Java off !!! You must be day dreaming


  4. #4
    Join Date
    Apr 2000
    Location
    NJ
    Posts
    123

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    your either being sarcastic or grossly unfamiliar with java!!!

    52901368

  5. #5
    Join Date
    May 2001
    Posts
    7

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    Well this all comes down to which came first C, C++, Java, etc... as we all know C was here first so do we say that Java ripped C off?
    or did it rip C++ off..
    What I don't see here is that no one had mentioned Delphi or C++ builder from Borland. I think that C# is more of a C++ builder ripp off.
    not that its a bad thing. I wouldn't call it ripp of but an improvement. If we all hate MS so much why are we still using MS developing environments?



  6. #6
    Join Date
    Apr 2000
    Location
    NJ
    Posts
    123

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    First thing I though when learning java was that the syntax resembled c++, which I learned first...
    however there are lots and lots of differences.
    To say Java is to C++ as c# is to java would be rediculous.... example do you have System.out.println() in c++ ??
    yet in c# we hava a System.Console.Writeline()
    //forgive me if caps are off!!!
    The thing that bothers me is the resemblence of the apis, and general concepts of c# which are despite names, even if that, the same....
    If it were truelly an improvement to java Im sure developers would be pleased but in my opinion it is not an improvement at all!! Im not sure its an improvement to C++ either!!
    As for hating microsoft, I dont!! They have done many great things, and have created some outstanding software!! However this C# in my opinion was a mistake....
    As for developement enviornments Im agnostic!!!
    Ill use linux/windows makes little difference to me, just give me a console, an editer and compiler and Ill be Happy :0)


    52901368

  7. #7
    Join Date
    May 2001
    Posts
    7

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    "To say Java is to C++ as c# is to java would be rediculous.... example do you have System.out.println() in c++ ??"

    in C++ you can have that same function if you make it.. the question is not what libraries the language has but the syntax. and Java's syntax is very symilar to C and C++.



  8. #8
    Join Date
    Aug 2000
    Posts
    17

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    C# is a .NET language for those who like the "curly brace" family of languages. It's based mostly on C++ from a syntactical point of view, but it borrows from a number of different languages.


  9. #9
    Join Date
    Mar 2001
    Location
    California
    Posts
    336

    Re: C-Sharp Syntax, what does it resemble the most C++? VB? Java?

    Hey buddy, why don't you look at some code? Or try it yourself? Why must you waste 10 other people's time while they sit here and try to explain it to you. If you're already this far, and posting on this board, you can find some code yourself and see the syntax!

    ****.

    John Peloquin
    Peloweb.com
    [email protected]

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured