Click here to Skip to main content
15,891,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Adding 2 double datat types [modified] Pin
Code-o-mat18-Sep-09 2:39
Code-o-mat18-Sep-09 2:39 
GeneralRe: Adding 2 double datat types Pin
dipuks18-Sep-09 3:10
dipuks18-Sep-09 3:10 
GeneralRe: Adding 2 double datat types Pin
Code-o-mat18-Sep-09 3:19
Code-o-mat18-Sep-09 3:19 
GeneralRe: Adding 2 double datat types Pin
dipuks18-Sep-09 6:11
dipuks18-Sep-09 6:11 
QuestionRe: Adding 2 double datat types Pin
David Crow18-Sep-09 6:55
David Crow18-Sep-09 6:55 
Questiondownload Netapi32.lib Pin
ranjithgoud18-Sep-09 1:55
ranjithgoud18-Sep-09 1:55 
AnswerRe: download Netapi32.lib Pin
Cedric Moonen18-Sep-09 2:12
Cedric Moonen18-Sep-09 2:12 
GeneralRe: download Netapi32.lib Pin
ranjithgoud18-Sep-09 2:14
ranjithgoud18-Sep-09 2:14 
GeneralRe: download Netapi32.lib Pin
Rajesh R Subramanian18-Sep-09 2:24
professionalRajesh R Subramanian18-Sep-09 2:24 
AnswerRe: download Netapi32.lib Pin
Naveen18-Sep-09 2:23
Naveen18-Sep-09 2:23 
GeneralRe: download Netapi32.lib Pin
Rajesh R Subramanian18-Sep-09 2:27
professionalRajesh R Subramanian18-Sep-09 2:27 
GeneralRe: download Netapi32.lib Pin
Naveen18-Sep-09 2:37
Naveen18-Sep-09 2:37 
GeneralRe: download Netapi32.lib Pin
ranjithgoud18-Sep-09 2:40
ranjithgoud18-Sep-09 2:40 
GeneralRe: download Netapi32.lib Pin
ranjithgoud18-Sep-09 3:14
ranjithgoud18-Sep-09 3:14 
QuestionRe: download Netapi32.lib Pin
David Crow18-Sep-09 6:23
David Crow18-Sep-09 6:23 
Question[Message Deleted] Pin
Game-point18-Sep-09 1:21
Game-point18-Sep-09 1:21 
AnswerRe: how to Read Text from Image file Pin
Cedric Moonen18-Sep-09 1:24
Cedric Moonen18-Sep-09 1:24 
GeneralRe: how to Read Text from Image file Pin
Game-point18-Sep-09 1:27
Game-point18-Sep-09 1:27 
AnswerRe: how to Read Text from Image file Pin
Game-point18-Sep-09 1:53
Game-point18-Sep-09 1:53 
GeneralRe: how to Read Text from Image file Pin
Sauce!18-Sep-09 5:42
Sauce!18-Sep-09 5:42 
Questionoperator overloading Pin
santhosh-padamatinti18-Sep-09 0:47
santhosh-padamatinti18-Sep-09 0:47 
AnswerRe: operator overloading Pin
Stuart Dootson18-Sep-09 1:53
professionalStuart Dootson18-Sep-09 1:53 
QuestionRe: operator overloading Pin
Roger Stoltz18-Sep-09 2:03
Roger Stoltz18-Sep-09 2:03 
sampath-padamatinti wrote:
don't have the efficient size for a data type


What does this mean?
That the size is inefficient? In what way; not 32-bit aligned?
What kind of data type are you referring to? Classes?


sampath-padamatinti wrote:
we can increase this one by using operator overloading


Well, it depends...
The code size will of course be bigger, but the size of the object will remain.
You may increase the size of an object by adding one or more virtual functions as the virtual table is part of the object, but this has nothing to do with efficiency.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


AnswerRe: operator overloading Pin
CPallini18-Sep-09 2:37
mveCPallini18-Sep-09 2:37 
QuestionIssue in porting code from VS6.0 to VS2008 [modified] Pin
Nandu_77b18-Sep-09 0:41
Nandu_77b18-Sep-09 0:41 

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.