In the Windows world, I am a real fan of C++Builder. There is really nothing like it to get fancy stuff done quickly. However, there is never, never, ever any reason to use cout or printf. Instead, I use something like "RichEdit1->Lines->Add("Hello World!");". That will throw the noobs off guard!
I have also done a lot of PIC programming. You want to use just one line of printf? Well POOF, there goes 30 percent of your memory.
Well, we all have stories. It's back to Geany time.
I have also done a lot of PIC programming. You want to use just one line of printf? Well POOF, there goes 30 percent of your memory.
Well, we all have stories. It's back to Geany time.
Statistics: Posted by danielpatrick — Sat Mar 16, 2024 12:48 am