Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: variable of less than a byte Pin
ShilpiP22-May-08 22:33
ShilpiP22-May-08 22:33 
GeneralRe: variable of less than a byte Pin
chandu00424-May-08 2:52
chandu00424-May-08 2:52 
AnswerRe: variable of less than a byte Pin
Rajkumar R24-May-08 4:29
Rajkumar R24-May-08 4:29 
AnswerRe: variable of less than a byte Pin
Dan23-May-08 21:48
Dan23-May-08 21:48 
GeneralRe: variable of less than a byte Pin
toxcct22-May-08 23:37
toxcct22-May-08 23:37 
GeneralRe: variable of less than a byte Pin
Rajkumar R23-May-08 0:07
Rajkumar R23-May-08 0:07 
GeneralRe: variable of less than a byte Pin
Rajkumar R23-May-08 2:04
Rajkumar R23-May-08 2:04 
AnswerRe: variable of less than a byte Pin
toxcct22-May-08 23:41
toxcct22-May-08 23:41 
rp_suman wrote:
can we make variable of less than a byte


no way.

actually, you could if your system could address bits, but that's not the case.
I believe some embedded electrical RAM for very specific needs can do that, but not that is into common computers though...

so even you use tricks to point to a particuliar bit (the struct tip explained in another post in this thread), the minimum amount of memory reserved will be a full Byte...


GeneralRe: variable of less than a byte Pin
rp_suman24-May-08 2:25
rp_suman24-May-08 2:25 
QuestionCString problem Pin
trioum22-May-08 20:26
trioum22-May-08 20:26 
AnswerRe: CString problem Pin
Cedric Moonen22-May-08 20:37
Cedric Moonen22-May-08 20:37 
GeneralRe: CString problem Pin
trioum22-May-08 20:51
trioum22-May-08 20:51 
GeneralRe: CString problem Pin
Cedric Moonen22-May-08 21:08
Cedric Moonen22-May-08 21:08 
GeneralRe: CString problem Pin
Rajesh R Subramanian22-May-08 21:24
professionalRajesh R Subramanian22-May-08 21:24 
GeneralRe: CString problem Pin
toxcct22-May-08 23:46
toxcct22-May-08 23:46 
GeneralRe: CString problem Pin
Rajesh R Subramanian23-May-08 0:35
professionalRajesh R Subramanian23-May-08 0:35 
GeneralRe: CString problem Pin
Rajesh R Subramanian29-Jul-08 21:18
professionalRajesh R Subramanian29-Jul-08 21:18 
GeneralRe: CString problem Pin
toxcct29-Jul-08 21:22
toxcct29-Jul-08 21:22 
GeneralRe: CString problem Pin
CPallini22-May-08 21:28
mveCPallini22-May-08 21:28 
GeneralRe: CString problem Pin
Cedric Moonen22-May-08 21:42
Cedric Moonen22-May-08 21:42 
GeneralAlways mocking me! Pin
CPallini22-May-08 22:07
mveCPallini22-May-08 22:07 
AnswerRe: CString problem Pin
ShilpiP22-May-08 20:39
ShilpiP22-May-08 20:39 
GeneralRe: CString problem Pin
ShilpiP22-May-08 20:57
ShilpiP22-May-08 20:57 
GeneralRe: CString problem Pin
Rajkumar R22-May-08 21:05
Rajkumar R22-May-08 21:05 
GeneralRe: CString problem Pin
ShilpiP22-May-08 21:18
ShilpiP22-May-08 21:18 

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.