Click here to Skip to main content
15,914,368 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load image Pin
john563221-May-10 0:36
john563221-May-10 0:36 
Questionhow to draw an arc in open gl implemented in visual c++ Pin
nearest20-May-10 21:47
nearest20-May-10 21:47 
AnswerRe: how to draw an arc in open gl implemented in visual c++ Pin
Cedric Moonen20-May-10 22:57
Cedric Moonen20-May-10 22:57 
QuestionProblem with Activex Control property pages Pin
Sreenivas00320-May-10 21:21
Sreenivas00320-May-10 21:21 
Questioncall standard-draw of a control Pin
baerten20-May-10 21:10
baerten20-May-10 21:10 
AnswerRe: call standard-draw of a control Pin
Code-o-mat20-May-10 21:58
Code-o-mat20-May-10 21:58 
GeneralRe: call standard-draw of a control Pin
baerten20-May-10 22:41
baerten20-May-10 22:41 
GeneralRe: call standard-draw of a control Pin
Code-o-mat20-May-10 23:06
Code-o-mat20-May-10 23:06 
QuestionSend and Receive Problem Pin
Member 365375120-May-10 20:53
Member 365375120-May-10 20:53 
AnswerRe: Send and Receive Problem Pin
Richard MacCutchan20-May-10 21:19
mveRichard MacCutchan20-May-10 21:19 
GeneralRe: Send and Receive Problem Pin
Member 365375120-May-10 21:41
Member 365375120-May-10 21:41 
GeneralRe: Send and Receive Problem Pin
Richard MacCutchan21-May-10 2:57
mveRichard MacCutchan21-May-10 2:57 
AnswerRe: Send and Receive Problem PinPopular
CPallini20-May-10 21:34
mveCPallini20-May-10 21:34 
GeneralRe: Send and Receive Problem Pin
Member 365375120-May-10 22:46
Member 365375120-May-10 22:46 
GeneralRe: Send and Receive Problem Pin
Iain Clarke, Warrior Programmer20-May-10 23:11
Iain Clarke, Warrior Programmer20-May-10 23:11 
QuestionRe: Send and Receive Problem Pin
David Crow21-May-10 3:05
David Crow21-May-10 3:05 
QuestionHow to track rename sheet event in Excel ? Pin
Gaurav171020-May-10 20:38
Gaurav171020-May-10 20:38 
QuestionExtract System's register's value by usiong 'C' language Pin
kushMuchaal20-May-10 18:39
kushMuchaal20-May-10 18:39 
AnswerRe: Extract System's register's value by usiong 'C' language Pin
Aescleal20-May-10 20:11
Aescleal20-May-10 20:11 
Hi,

The first bad news is that operating systems don't have registers, the processor does. Secondly there's no portable way of reading them in C - it's processor and compiler dependent, if you can do it at all.

Just out of interest, is there any particular reason you want to do this as most of the things you read will be completely meaningless in the wider operating system context?

Cheers,

Ash
GeneralRe: Extract System's register's value by usiong 'C' language Pin
kushMuchaal20-May-10 22:53
kushMuchaal20-May-10 22:53 
GeneralRe: Extract System's register's value by usiong 'C' language Pin
kushMuchaal20-May-10 23:14
kushMuchaal20-May-10 23:14 
GeneralRe: Extract System's register's value by usiong 'C' language Pin
kushMuchaal20-May-10 23:55
kushMuchaal20-May-10 23:55 
AnswerRe: Extract System's register's value by usiong 'C' language Pin
Aescleal21-May-10 1:01
Aescleal21-May-10 1:01 
GeneralRe: Extract System's register's value by usiong 'C' language Pin
kushMuchaal21-May-10 1:57
kushMuchaal21-May-10 1:57 
GeneralRe: Extract System's register's value by usiong 'C' language Pin
Aescleal21-May-10 2:27
Aescleal21-May-10 2:27 

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.