Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Drink Machine Simulator Can anyone tell what I am doing wrong with this? [modified] Pin
User 74293383-Dec-10 22:24
professionalUser 74293383-Dec-10 22:24 
GeneralRe: C++ Drink Machine Simulator Can anyone tell what I am doing wrong with this? Pin
Maximilien4-Dec-10 7:22
Maximilien4-Dec-10 7:22 
QuestionRead data using assembly Pin
MKC0023-Dec-10 2:39
MKC0023-Dec-10 2:39 
AnswerRe: Read data using assembly Pin
Rajesh R Subramanian3-Dec-10 2:50
professionalRajesh R Subramanian3-Dec-10 2:50 
GeneralRe: Read data using assembly Pin
MKC0023-Dec-10 3:45
MKC0023-Dec-10 3:45 
GeneralRe: Read data using assembly Pin
Rajesh R Subramanian3-Dec-10 3:53
professionalRajesh R Subramanian3-Dec-10 3:53 
GeneralRe: Read data using assembly Pin
MKC0023-Dec-10 22:09
MKC0023-Dec-10 22:09 
AnswerRe: Read data using assembly Pin
Aescleal3-Dec-10 6:17
Aescleal3-Dec-10 6:17 
Don't bother trying to use assembly language for this type of thing. Under modern operating systems you're always going to have to use some OS service to access the disk whatever language you're programming in. Even if you write a device driver to do the access there's no point in using an assembly language as writing it in C will be easier and probably as fast and efficient. And even if you write a device driver you're still relying on the OS to call the driver for you so you're still at the mercy of the OS.

Cheers,

Ash
GeneralRe: Read data using assembly Pin
MKC0023-Dec-10 22:10
MKC0023-Dec-10 22:10 
GeneralRe: Read data using assembly Pin
Emilio Garavaglia4-Dec-10 10:22
Emilio Garavaglia4-Dec-10 10:22 
JokeRe: Read data using assembly Pin
Luc Pattyn4-Dec-10 12:02
sitebuilderLuc Pattyn4-Dec-10 12:02 
QuestionMemory checker and error detector for C++ Pin
Ahmed Charfeddine3-Dec-10 1:38
Ahmed Charfeddine3-Dec-10 1:38 
AnswerRe: Memory checker and error detector for C++ Pin
Maximilien3-Dec-10 4:19
Maximilien3-Dec-10 4:19 
QuestionGet the process ID by the application itself Pin
CodingLover2-Dec-10 23:36
CodingLover2-Dec-10 23:36 
AnswerRe: Get the process ID by the application itself Pin
User 74293382-Dec-10 23:47
professionalUser 74293382-Dec-10 23:47 
GeneralRe: Get the process ID by the application itself Pin
CodingLover6-Dec-10 1:01
CodingLover6-Dec-10 1:01 
GeneralRe: Get the process ID by the application itself Pin
User 74293386-Dec-10 1:13
professionalUser 74293386-Dec-10 1:13 
GeneralRe: Get the process ID by the application itself Pin
CodingLover6-Dec-10 1:20
CodingLover6-Dec-10 1:20 
AnswerRe: Get the process ID by the application itself Pin
User 74293386-Dec-10 1:24
professionalUser 74293386-Dec-10 1:24 
NewsRe: Get the process ID by the application itself Pin
CodingLover6-Dec-10 1:28
CodingLover6-Dec-10 1:28 
AnswerRe: Get the process ID by the application itself [modified] Pin
User 74293386-Dec-10 1:36
professionalUser 74293386-Dec-10 1:36 
AnswerRe: Get the process ID by the application itself Pin
«_Superman_»3-Dec-10 8:27
professional«_Superman_»3-Dec-10 8:27 
QuestionCString to HEX Pin
Benjamin Bruno2-Dec-10 22:27
Benjamin Bruno2-Dec-10 22:27 
AnswerRe: CString to HEX Pin
Cedric Moonen2-Dec-10 22:43
Cedric Moonen2-Dec-10 22:43 
AnswerRe: CString to HEX Pin
Rajesh R Subramanian2-Dec-10 23:58
professionalRajesh R Subramanian2-Dec-10 23:58 

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.