(April 9, 2012 at 3:07 pm)Napoleon Wrote: Well I understand that C is a primitive version of C++, so I don't know if this will help or not. I use Cygwin and the GCC collection of compilers to compile it and I just write my code in Notepad++.
Your understanding is totally wrong. C++ != C. Hell, c++ isn't even a strict superset of C. So calling C a "primitive version of C++" is like calling a Model T Ford a "primitive Camaro."
Derp.
Wikipedia Wrote:The C and C++ programming languages are closely related. C++ grew out of C, as it was designed to be source-and-link compatible with C.[1] Due to this, C code is often developed with C++ IDEs, integrated with C++ code, and compiled in C++ compilers. While most C source code will compile as C++ code without any changes, certain language differences prevent C++ from being a strict superset of C.REF: http://en.wikipedia.org/wiki/Compatibili...nd_C%2B%2B
Objective-C is a strict superset of C. You can mix C and ObjC freely without worrying about issues presented in the above.
REF: http://en.wikipedia.org/wiki/Objective-C
Slave to the Patriarchy no more