Benoit

5,361
reputation
310 views

Registered User

name Benoit
member for 1 year
seen 15 hours ago
website
location South Carolina, USA
age 40
Started programming on a good old TRS-80 Model I

Spent most of my time working with embedded processors. Everything from 8-bit micros to 32-bit systems. Now teaching for a living.


Beware! I (often, not always!) ask questions to which I know the answer. Spread the knowledge brother!

15h
comment Why does a C/C++ program often have optimization turned off in debug mode?
@Alexandry: I expanded the answer to show one possible issue
15h
revised Why does a C/C++ program often have optimization turned off in debug mode?
added example of different behavior
Dec
6
awarded  Mortarboard
Dec
2
awarded  Popular Question
Nov
7
awarded  Nice Answer
Nov
5
awarded  Popular Question
Nov
3
comment Circular Buffer in Flash
Be careful about the wear leveling assumption...True if you have USB or SD type interface. Not so true if you deal with the flash part directly.
Oct
29
awarded  Notable Question
Oct
21
awarded  Taxonomist
Oct
3
awarded  Popular Question
Oct
2
awarded  Notable Question
Sep
17
awarded  Yearling
Aug
21
answered Do vxworks task share data region ?
Aug
9
awarded  Popular Question
Jul
20
answered Profiling a VxWorks system
Jul
14
accepted Improper Use of Version Control
Jul
13
awarded  Notable Question
Jul
13
revised Improper Use of Version Control
added local sandbox
Jul
13
answered Improper Use of Version Control
Jul
13
answered So what was the point of OLE DB if you still wrote SQL?
Jun
25
comment taskVarAdd used twice for the same variable
You can't just go "tv1" from the shell. You have to spawn it: sp(tv1). If you just go -> tv1 -> tv1 You have added the task var 4 times to the shell's context!
Jun
24
answered taskVarAdd used twice for the same variable