Computer Science Canada WHAT IS C++ |
Author: | Boarder16 [ Wed Dec 31, 2003 1:24 am ] |
Post subject: | WHAT IS C++ |
What's C++ taht i hear about so much, why is it so much better tahn turing? |
Author: | shorthair [ Wed Jan 07, 2004 3:40 pm ] |
Post subject: | |
its just a different programming language WAIT WAIT , its a real programming language, |
Author: | Tony [ Wed Jan 07, 2004 3:57 pm ] |
Post subject: | |
C++ is the powerhouse of programming If you need to write some really fast functions, C++ is the tool to use. Most games are programmed in C++. |
Author: | rizzix [ Wed Jan 07, 2004 3:58 pm ] |
Post subject: | |
turing is pretty good actually.. just that itz incomplete. those folks at holtsoft i guess are just too lazy. (but we understand, thats expected from most programmers .. hopefully, hehe cuz i'm lazy too) |
Author: | Dan [ Wed Jan 07, 2004 11:24 pm ] |
Post subject: | |
c + oop = c++ |
Author: | wtd [ Mon Feb 09, 2004 11:45 am ] |
Post subject: | |
Hacker Dan wrote: c + oop = c++
C++ is considerably more than that, and some would say its object-oriented features aren't all that great. Far more valuable than OO, is C++'s powerful template system that allows for generic code while maintaining some sembleance of a type system. |