Search:

Type: Posts; User: pittbull

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    4,116

    C and C++ have different standards. From casting...

    C and C++ have different standards. From casting the return value of malloc (C++ needs that, in C it should be avoided) to nasty things like 'sizeof('a')' which gives different values in C and C++....
  2. Replies
    20
    Views
    4,116

    Not at all. There are many well-working C codes...

    Not at all. There are many well-working C codes that won't compile in C++.
    --> http://david.tribble.com/text/cdiffs.htm
Results 1 to 2 of 2