¡@

Home 

c++ Programming Glossary: coworker

Bitfield manipulation in C

http://stackoverflow.com/questions/1044654/bitfield-manipulation-in-c

... But this makes me cringe . The interesting argument my coworker and I had about this is still unresolved. Both styles work and.. the classic bitmask method is easy safe and clear. My coworker agrees it's common and easy but the bitfield union method is..

C++ code in header files

http://stackoverflow.com/questions/583255/c-code-in-header-files

scheme with specification files and body files. I have a coworker much more knowledgeable in C than I who is insisting that all.. style code separation share improve this question Your coworker is wrong the common way is and always has been to put code in..

strptime in windows?

http://stackoverflow.com/questions/667250/strptime-in-windows

have this. Is there a Windows alternative for this My coworker needs to use this app. I tried googling it already to no avail..

Are mutex lock functions sufficient without volatile?

http://stackoverflow.com/questions/6837699/are-mutex-lock-functions-sufficient-without-volatile

mutex lock functions sufficient without volatile A coworker and I write software for a variety of platforms running on x86..

Using C++ in an embedded environment

http://stackoverflow.com/questions/880603/using-c-in-an-embedded-environment

Today I got into a very interesting conversation with a coworker of which one subject got me thinking and googling this evening...

passing a pointer by reference in c++

http://stackoverflow.com/questions/9231483/passing-a-pointer-by-reference-in-c

form and could cause problems. Here is the method that my coworker suggested I use typedef unsigned char unsignedcharptr bool myFunction.. any difference between the two. You should ask your coworker why he believes there is. What might be the cause is for maintainability..