Click here to Skip to main content
15,792,609 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to call a dll indipendent of path where it located in a system? Pin
litu kumar6-Nov-12 1:52
litu kumar6-Nov-12 1:52 
AnswerRe: how to call a dll indipendent of path where it located in a system? Pin
jschell6-Nov-12 10:13
jschell6-Nov-12 10:13 
GeneralRe: how to call a dll indipendent of path where it located in a system? Pin
litu kumar6-Nov-12 19:02
litu kumar6-Nov-12 19:02 
GeneralRe: how to call a dll indipendent of path where it located in a system? Pin
jschell7-Nov-12 8:51
jschell7-Nov-12 8:51 
QuestionVery happy with C++11 Pin
User 5838525-Nov-12 17:33
User 5838525-Nov-12 17:33 
AnswerRe: Very happy with C++11 Pin
Sarath C5-Nov-12 20:01
Sarath C5-Nov-12 20:01 
AnswerRe: Very happy with C++11 Pin
Richard MacCutchan5-Nov-12 23:25
mveRichard MacCutchan5-Nov-12 23:25 
GeneralRe: Very happy with C++11 Pin
Joe Woodbury6-Nov-12 8:32
professionalJoe Woodbury6-Nov-12 8:32 
Don't get me started. Today's object spaghetti makes the old C spaghetti pale in comparison.

C++11 advocate: Look, I made the code more awesome.
Me: It's slower, more complicated than it needs to be and much harder to find bugs. Why not just use C#?
C++11 advocate: But, it's more awesome!

(I actually heard someone today advocate that all pointers must be wrapped in shared_ptr, no matter what. I'm even working on some code that did that for absolutely no apparent reason--the delete happens within three lines and there is a catch around the call to which the pointer is passed AND the pointer is not actually shared. Yet, they not only used a shared_ptr, but spent time creating a factory to instantiate the only instantiation ever of the object to which the pointer is passed.)
GeneralRe: Very happy with C++11 Pin
User 5838526-Nov-12 9:50
User 5838526-Nov-12 9:50 
GeneralRe: Very happy with C++11 Pin
Richard MacCutchan6-Nov-12 22:27
mveRichard MacCutchan6-Nov-12 22:27 
GeneralRe: Very happy with C++11 Pin
User 5838526-Nov-12 23:09
User 5838526-Nov-12 23:09 
AnswerRe: Very happy with C++11 Pin
Chris Losinger6-Nov-12 3:05
professionalChris Losinger6-Nov-12 3:05 
GeneralRe: Very happy with C++11 Pin
User 5838526-Nov-12 9:51
User 5838526-Nov-12 9:51 
QuestionRe: Very happy with C++11 Pin
David Crow6-Nov-12 4:00
David Crow6-Nov-12 4:00 
AnswerRe: Very happy with C++11 Pin
Maximilien6-Nov-12 4:24
Maximilien6-Nov-12 4:24 
AnswerRe: Very happy with C++11 Pin
Chris Losinger6-Nov-12 10:01
professionalChris Losinger6-Nov-12 10:01 
QuestionPutting a COM dll inside a COM dll Pin
WebMaster5-Nov-12 5:39
WebMaster5-Nov-12 5:39 
AnswerRe: Putting a COM dll inside a COM dll Pin
Richard MacCutchan5-Nov-12 6:20
mveRichard MacCutchan5-Nov-12 6:20 
GeneralRe: Putting a COM dll inside a COM dll Pin
WebMaster5-Nov-12 6:47
WebMaster5-Nov-12 6:47 
GeneralRe: Putting a COM dll inside a COM dll Pin
Richard MacCutchan5-Nov-12 6:56
mveRichard MacCutchan5-Nov-12 6:56 
AnswerRe: Putting a COM dll inside a COM dll Pin
Chris Meech5-Nov-12 8:13
Chris Meech5-Nov-12 8:13 
Questionclient server query Pin
akki2309915-Nov-12 2:35
akki2309915-Nov-12 2:35 
AnswerRe: client server query Pin
Richard MacCutchan5-Nov-12 4:19
mveRichard MacCutchan5-Nov-12 4:19 
AnswerRe: client server query Pin
CPallini5-Nov-12 11:47
mveCPallini5-Nov-12 11:47 
Questionhow to get drive list without using COM? Pin
Le@rner5-Nov-12 0:15
Le@rner5-Nov-12 0:15 

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.