Thread: C operators

  1. #1
    Registered User
    Join Date
    Oct 2006
    Posts
    1

    C operators

    Hi,

    I'm a c# developer, and I am wondering if they operators in C and C++ are pretty much the same? In C# we have: http://www.codereference.com/book/csharp_operators.aspx

    These are pretty much standard between C#, java, C, C++ and even javascript correct?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    clicky click

    Java has more operators than C. In C++ you can overload operators to do stupid things. I don't know about C# because it's never interested me. The same goes for Javascript.


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Logical Operators in C++
    By Flecto in forum C++ Programming
    Replies: 4
    Last Post: 05-15-2009, 07:17 AM
  2. Bolean Operators hurt my head. (Trouble understanding) :(
    By Funcoot in forum C++ Programming
    Replies: 3
    Last Post: 01-20-2008, 07:42 PM
  3. operators???
    By arjunajay in forum C++ Programming
    Replies: 11
    Last Post: 06-25-2005, 04:37 AM
  4. floating point operators
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 10-22-2003, 07:53 PM
  5. Operators
    By George in forum C++ Programming
    Replies: 3
    Last Post: 04-02-2003, 07:35 PM