Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
Ranked #4K
~849 People Reached
Favorite Tags
c++ x 9
Member Avatar for doddware

The project that I'm currently working on is for an large embedded application with a multi-person team. During a recent review of the code I came across the following statement [CODE]bSlcIsolated[logical-1] = (!!p_bIsolated);[/CODE] The interesting part is the double inversion [CODE]!!p_bIsolated[/CODE] The register being double inverted, is a private byte …

Member Avatar for Salem
0
181
Member Avatar for brizhou

1) The following C++ program reads in a number, checks that it is a three-digit integer and, if it is, echoes it on the screen in the reverse order. It uses a C++ function, called isolateDigits, which takes in a 3-digit integer number and returns the three digits that make …

Member Avatar for doddware
0
114
Member Avatar for abhi_elementx

Hi guys, I was wondering abt the diff between main mem and auxilliary mem? help would be appreciated...

Member Avatar for foreverlove
0
287
Member Avatar for andrew13d

Please help me understand if and how I can program a microcontroller myself and be able to use it in an electronic digital circuit to perform some simple tasks for example switching.

Member Avatar for doddware
0
138
Member Avatar for doddware

Hi everyone, Please bear with me this is my first post here at daniweb. I usually develop in C or assembly for embedded systems, but occasionally I have need to develop a PC application using C/C++ and have relied on Visual Studio C++ 6.0. Unfortunately I recently purchased a laptop …

Member Avatar for doddware
0
129