Click here to Skip to main content
15,918,404 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Date Time Picker standard time to daylight savings time problem Pin
Richard MacCutchan19-Jul-23 21:59
mveRichard MacCutchan19-Jul-23 21:59 
QuestionRTS game overview chart Pin
Calin Negru14-Jul-23 18:27
Calin Negru14-Jul-23 18:27 
AnswerRe: RTS game overview chart Pin
Andre Oosthuizen17-Jul-23 22:32
mveAndre Oosthuizen17-Jul-23 22:32 
GeneralRe: RTS game overview chart Pin
Calin Negru18-Jul-23 3:53
Calin Negru18-Jul-23 3:53 
GeneralRe: RTS game overview chart Pin
Andre Oosthuizen18-Jul-23 23:49
mveAndre Oosthuizen18-Jul-23 23:49 
AnswerRe: RTS game overview chart Pin
Gerry Schmitz18-Jul-23 4:57
mveGerry Schmitz18-Jul-23 4:57 
QuestionWorking with a service, how to debug? Instant memory fault Pin
charlieg8-Jul-23 13:11
charlieg8-Jul-23 13:11 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
Randor 8-Jul-23 17:44
professional Randor 8-Jul-23 17:44 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg9-Jul-23 2:28
charlieg9-Jul-23 2:28 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
Randor 9-Jul-23 2:51
professional Randor 9-Jul-23 2:51 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
Andre Oosthuizen9-Jul-23 3:39
mveAndre Oosthuizen9-Jul-23 3:39 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg9-Jul-23 8:49
charlieg9-Jul-23 8:49 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
Randor 9-Jul-23 9:51
professional Randor 9-Jul-23 9:51 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg10-Jul-23 2:13
charlieg10-Jul-23 2:13 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg12-Jul-23 0:48
charlieg12-Jul-23 0:48 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
jschell12-Jul-23 5:28
jschell12-Jul-23 5:28 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg12-Jul-23 7:51
charlieg12-Jul-23 7:51 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
jschell10-Jul-23 3:44
jschell10-Jul-23 3:44 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg11-Jul-23 23:31
charlieg11-Jul-23 23:31 
Questionworking with C++ includes and examining header files used in LLVM Pin
ngochuyen binhhoa5-Jul-23 16:53
ngochuyen binhhoa5-Jul-23 16:53 
QuestionRe: working with C++ includes and examining header files used in LLVM Pin
CPallini5-Jul-23 21:43
mveCPallini5-Jul-23 21:43 
AnswerRe: working with C++ includes and examining header files used in LLVM Pin
Richard MacCutchan5-Jul-23 21:48
mveRichard MacCutchan5-Jul-23 21:48 
GeneralRe: working with C++ includes and examining header files used in LLVM Pin
jschell6-Jul-23 5:25
jschell6-Jul-23 5:25 
GeneralRe: working with C++ includes and examining header files used in LLVM Pin
Richard MacCutchan6-Jul-23 5:35
mveRichard MacCutchan6-Jul-23 5:35 
QuestionBoolean gates. Part 2 Pin
Calin Negru5-Jul-23 4:17
Calin Negru5-Jul-23 4:17 
Roughly speaking adding two 32 bit numbers requires 32 Boolean gates.
Why do you need millions of transistors? I know there is also substraction, division, multiplying, comparison etc. Some operations probably require way more Boolean gates than the number of bits the numbers involved in the operation are made of.
Also my guess is there is a comparison based mathematical operation type selector that directs the bits to the correct area on the processor pill. Still it’s difficult to imagine where millions of transistors go.

If I think about it more I get it, this is just Alu. There is also non mathematical stuff that needs to be taken care of as well.

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.