Click here to Skip to main content
15,887,214 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Programming Question of the Week? Pin
Daniel Pfeffer19-Mar-21 5:00
professionalDaniel Pfeffer19-Mar-21 5:00 
AnswerRe: Programming Question of the Week? Pin
PIEBALDconsult19-Mar-21 5:04
mvePIEBALDconsult19-Mar-21 5:04 
AnswerRe: Programming Question of the Week? Pin
Rick York19-Mar-21 5:48
mveRick York19-Mar-21 5:48 
GeneralWhy are so many peopel appearing to suddenly learn C as a first language? Pin
OriginalGriff19-Mar-21 2:53
mveOriginalGriff19-Mar-21 2:53 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
W Balboos, GHB19-Mar-21 3:03
W Balboos, GHB19-Mar-21 3:03 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
den2k8819-Mar-21 3:08
professionalden2k8819-Mar-21 3:08 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
OriginalGriff19-Mar-21 3:29
mveOriginalGriff19-Mar-21 3:29 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
den2k8819-Mar-21 3:54
professionalden2k8819-Mar-21 3:54 
True, but still C is a prerequisite to develop firmware, the rest is "easily" adjusted - i.e. I was baffled when I saw most functions using static local variable, until I discovered that stack space is carefully calculated and allocated to the byte (well, roughly) during configuration phase.

Avoiding malloc and free is also quite easy, heck it's easier to not use them, especially considering how C programming is taught even in Computer Engineering courses.

And the hard core real time skill is needed only in a few critical parts of the system, all the rest is rote C code that also needs to be fast. I have no training on any real time systems and yet developed 2 firmwares very successfully, the BSP layer was already provided by the manifacturer. I just had to mind performance a bit more than usual. And scheduling is a breeze, it's really a single thread system with timed cyclic functions.
GCS d--(d+) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Rage19-Mar-21 5:22
professionalRage19-Mar-21 5:22 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
den2k8819-Mar-21 6:03
professionalden2k8819-Mar-21 6:03 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Bruce Patin22-Mar-21 3:54
Bruce Patin22-Mar-21 3:54 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Kirk 1038982122-Mar-21 17:56
Kirk 1038982122-Mar-21 17:56 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
OriginalGriff22-Mar-21 21:03
mveOriginalGriff22-Mar-21 21:03 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Slacker00719-Mar-21 4:29
professionalSlacker00719-Mar-21 4:29 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Mike Hankey19-Mar-21 4:55
mveMike Hankey19-Mar-21 4:55 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
den2k8819-Mar-21 4:58
professionalden2k8819-Mar-21 4:58 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Mike Hankey19-Mar-21 5:04
mveMike Hankey19-Mar-21 5:04 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
  Forogar  19-Mar-21 5:19
professional  Forogar  19-Mar-21 5:19 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
den2k8819-Mar-21 6:05
professionalden2k8819-Mar-21 6:05 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
dandy7220-Mar-21 3:39
dandy7220-Mar-21 3:39 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Richard MacCutchan19-Mar-21 3:27
mveRichard MacCutchan19-Mar-21 3:27 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
glennPattonWork319-Mar-21 3:29
professionalglennPattonWork319-Mar-21 3:29 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
RickZeeland19-Mar-21 4:21
mveRickZeeland19-Mar-21 4:21 
GeneralRe: Why are so many peopel appearing to suddenly learn C as a first language? Pin
Johnny J.19-Mar-21 4:39
professionalJohnny J.19-Mar-21 4:39 
GeneralRe: Why are so many people appearing to suddenly learn C as a first language? Pin
OriginalGriff19-Mar-21 4:58
mveOriginalGriff19-Mar-21 4:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.