Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Hijacked: C vs C++
Mark M
On 7/4/18 12:05 PM, Jerry Gaffke via Groups.Io wrote> Forty years ago ... could be worse.
You could have been submitting decks of punched cards in CobolThat's how I started (IBM 370/168) but it was a bit more than 40 yr ago. After a while I got into cooler stuff like Pascal, a little FORTRAN on PDP 11's, assembler on various microprocessors, then C under various flavors of unix on minis & micros, C++ and finally Java on various platforms. Java is pretty cool but has gotten pretty bloated. C is still the best, IMO. I like to write code but don't seem to have the patience for it any more. It might be different if I was still getting paid for it. :) I can really appreciate the time & effort you guys put into it. 73... Mark AA7TA |
Re: Hijacked: C vs C++
Forty years ago, programming might involve typing into an ADM-3 terminal
toggle quoted message
Show quoted text
with a 1200 baud? UART connection to a Vax-11/780 under BSD Unix. If you were lucky, could be worse. You could have been submitting decks of punched cards in Cobol? to some batch system. With several dozen other programmers sharing the same VAX,? might take a minute or two after submitting name and password before? you were fully logged in and had a shell prompt. So the sysadmin would generally have the fortune cookie program dump some text to the screen for you to ponder while twiddling thumbs. Here's another example, chosen from thousands: 'Twas midnight, and the UNIX hacks Did gyre and gimble in their cave All mimsy was the CS-VAX And Cory raths outgrabe. "Beware the software rot, my son! The faults that bite, the jobs that thrash! Beware the broken pipe, and shun The frumious system crash!" OK, now we're totally hijacked. Excellent name for the thread! Jerry On Wed, Jul 4, 2018 at 09:29 am, Arv Evans wrote:
For those who did not understand your reference to Fortune Cookies. |
Re: Hijacked: C vs C++
For those who did not understand your reference to Fortune Cookies. _._ On Wed, Jul 4, 2018 at 12:42 AM Jerry Gaffke via Groups.Io <jgaffke=[email protected]> wrote: On critical code, I prefer the direct correspondence of a vanilla C program to its executable. |
Re: Software for uBITX
software v4 on this will work on version 3/4 board On 4 July 2018 at 14:53, <Franz.Rebholz@...> wrote: Hi, |
Re: Who has uBITX with Nextion display in action pictures ?
I have the Nextion 3.2 (non enhanced) display working with my uBITX, but the screen is not fully utilized.? The file I used is ubitx_32.tft.? Will an updated .tft file for the 3.2 display be available at some point?
Thanks to all who have made this great little rig available to the amateur community - your hard work is appreciated! 73, Bill |
Re: LED Power Output Indicator
#ubitx
¿ªÔÆÌåÓýIt isn't a voltage doubler. You need a
second cap for a doubler. The Diode to ground keeps the load
symmetrical (more or less) for positive and negative excursions.
There is no need to double the voltage, there is plenty of voltage
and current available to light an LED.?
Howard On 7/3/2018 11:25 PM, R. E. Klaus via Groups.Io wrote: Doesn't the 2 diodes and the cap form a rudimentary voltage doubler similar to those used in old AC/DC radios?
|
Re: Removing insulation from fine wires
¿ªÔÆÌåÓýThose are great for stripping or cutting. I used one for 30 years for stripping wires of almost any gauge. ? From: [email protected] <[email protected]> On Behalf Of John Smith via Groups.Io ?
|
Re: Completed my QCX
#ubitx
Looks very nice Judd, almost missed it because of the topic name.? What size Nextion display is that ?
73 Kees K5BCQ |
Re: KD8CEC Firmware
¿ªÔÆÌåÓýIan, I am running beta 1.094 and it is great. Thanks for your hard work. You mentioned that 1.095 was ready for release but I am not able to locate it.? Can your point me to it? Thanks, Pat AA4PG
Pat Griffin
http://www.cahabatechnology.com/aa4pg.html
From: [email protected] <[email protected]> on behalf of Ian Lee <kd8cec@...>
Sent: Sunday, July 1, 2018 7:10:26 PM To: [email protected] Subject: Re: [BITX20] KD8CEC Firmware ?
Thanks for your interresting.
You can get it from the link below
See the Release section for more convenience.
Ian KD8CEC
-- Best 73 KD8CEC / Ph.D ian lee kd8cec@... (my blog) |
Re: Completed my QCX
#ubitx
Thanks Lee.
Now when my version 4 board gets here I know what I am doing.? Hopefully it will be an even better build, especially the enclosure.? I still need to do a few things to this one, I plan on changing out the AF control with another one that has a more user friendly knob attachment.? I was lucky I had this old knob that had two set screws that were 90 degrees to each other. I didn't leave much room in this one for upgrades, but I am going to do the S-Meter and the AGC.? Still looking at all the different mods others have done. -- Judd, WD8WV |
Re: Known issues on uBITX r4
#ubitx
hirosmb
I finally have got a uBITX today.
toggle quoted message
Show quoted text
I placed my order last Friday night and then have it on WED evening. It took only 5 days delivering from India to Japan. Thanks, all. I¡¯ll start enjoying myself to set my uBITX up from now on. // hiro, JJ1FXF 2018/06/30 20:39¡¢hirosmb JAZZ <hirosmb@...>¤Î¥á©`¥ë: Raj, |
Re: Hijacked: C vs C++
Jack Purdum
The bloat in the Arduino IDE isn't nearly as bad as that. After all, you all have been using C++ the moment you used Serial.begin() in a program. Indeed, I don't think I've seen any Arduino libraries that weren't written in C++. I do agree that C is much easier to use and that's my preferred programming language. Still, the OOP Trillogy brings a lot to the table in terms of making one's code a little more bullet proof. The good news is that you can apply some of those safety concepts without really having to go full bore on C++. I, too, will stick with C, but I'm not against swiping some good stuff from C++ when I can. Jack, W8TEE
On Wednesday, July 4, 2018, 8:17:54 AM EDT, w7hd.rh <w7hd.rh@...> wrote:
It was a simple printf("Hello world.\n") statement as the entire
content.? Probably the printf is what caused the overhead. Ron W7HD On 07/03/2018 08:31 PM, Jack Purdum via
Groups.Io wrote:
-- Ron W7HD - NAQCC#7587 OMISS#9898 KX3#6966 LinuxUser#415320 Editor OVARC newsletter |
Re: Hijacked: C vs C++
my community college had me learn C. I suspect ?the added functionality wasn't required.? On Wed, Jul 4, 2018, 5:36 AM bobh_us <rwhinric@...> wrote: With C++, there are too many unseen gears turning to implement all those cool features.In my C++ class the instructor would often start class with the quiz ¡°How many constructors are called¡± for some simple code. Everybody¡¯s answers would be low.? |
Re: Hijacked: C vs C++
With C++, there are too many unseen gears turning to implement all those cool features.In my C++ class the instructor would often start class with the quiz ¡°How many constructors are called¡± for some simple code. Everybody¡¯s answers would be low.? With some experience, there is little difference in in resulting code execution speed for C coders. ?There is a huge difference for C++ coders. And the good ones make a lot of money. |
Re: LED Power Output Indicator
#ubitx
Please don't assume a 3.0 volt LED and reasonable brightness. As I already stated,
I used a clear red LED and it is nice and bright and fun to watch. I have received all the information I was looking for.?? Thank you. It works great just the way it is.? "If it aint broke, don't fix it." -- Lee - N9LO? "I Void Warranties" ? |