Posted: Fri Aug 28, 2009 9:34 pm Post subject: RE:Write a simple source code
I agree with bbi5291. If it compiles and runs under a C++ compiler, it can be considered C++ code. Even if it uses outdated header files and code. But hey, im not judgemental.
Sponsor Sponsor
[Gandalf]
Posted: Fri Aug 28, 2009 10:52 pm Post subject: RE:Write a simple source code
Come on now, arguing semantics has never gotten anyone anywhere.
If you're writing 90% inline assembly, I think we can all agree that, even if you consider that C++ code, it's definitely not idiomatic C++ code.
saltpro15
Posted: Fri Aug 28, 2009 11:00 pm Post subject: RE:Write a simple source code
wow, this topic has come a long way from outputting "C++ Programming is fun!"
wtd
Posted: Fri Aug 28, 2009 11:51 pm Post subject: Re: Write a simple source code
Not quite the message the OP wanted, but it is idiomatic.
Now you're talking. Glad to see somebody knows how to write real C++ .
bbi5291
Posted: Sat Aug 29, 2009 10:21 am Post subject: Re: Write a simple source code
If that were real C++, then any sane C++ programmer would be using Java instead. But wait, that hasn't happened...
wtd
Posted: Sat Aug 29, 2009 10:45 am Post subject: RE:Write a simple source code
It's showing you the power of using the << operator. And yes, that's real C++ code.
bbi5291
Posted: Sat Aug 29, 2009 10:52 am Post subject: Re: Write a simple source code
Of course, I didn't mean to assert that it's fake C++ code. What I meant is that if C++ is expected to look like that for such a simple program, nobody would ever use it to write such a program.
Sponsor Sponsor
A.J
Posted: Sat Aug 29, 2009 11:50 am Post subject: RE:Write a simple source code
Not here, not now.
This thread was merely used to answer jhooper3581's question. If you have anything else to discuss, do it elsewhere.
[No, I have every right to state my opinion. I am not suggesting that any action should be taken, just that I believe that they ought to take the conversation elsewhere.]
bbi5291
Posted: Mon Aug 31, 2009 9:24 am Post subject: Re: Write a simple source code