Re: A89: ASM Mentoring


[Prev][Next][Index][Thread]

Re: A89: ASM Mentoring




From: "Michael Cowart" <freakonaleash881@hotmail.com>
> The much larger code thing - Most C++ people want to use
> cout << "Your text here"
> instead of
> printf("Your text here")
> (Zeljko's oft repeated (and true) example of why C++ on the calc would not
> be good.)

I would never even think of useing printf on the calc since that function
isn't in rom and is really large and uggly. As I said, it is the standard
objects that is large, not the especially any code from a C++ compiler...

> agree, you could code the exact same way in C++ as you would in C, but it
> would make the extraneous C++ useless.

Thats was kind of my point yes...

///Olle





References: