Search:

Type: Posts; User: Rouss

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    4,305

    So you could include and and...

    So you could include <stdio> and <iostream> and write a hybrid c/c++ program? Is this just a Mac thing, or is it true of all versions of gcc? I guess I could test that question myself. I don't write...
  2. Replies
    14
    Views
    4,305

    I'm not sure what you mean. I don't think you can...

    I'm not sure what you mean. I don't think you can write a C program and compile it as C++, unless you include the C headers the way c++ likes it, <cstdio>, <cstring>, etc. And I don't think you can...
  3. Replies
    14
    Views
    4,305

    Whoa, I wasn't trying to prove anyone wrong (I...

    Whoa, I wasn't trying to prove anyone wrong (I don't have enough expertise to do that), I was just explaining the difference between the two.



    It's not really like the cpp headers. You would...
  4. Replies
    14
    Views
    4,305

    Unlike C++, Obj C really is an extension to C. An...

    Unlike C++, Obj C really is an extension to C. An Obj C program is really just a C program, using special C headers to allow you to use the Obj C object designs.

    I've done a few projects for class...
Results 1 to 4 of 4