Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Simple Asymetric Encryption Pin
Chris Losinger5-Feb-12 5:07
professionalChris Losinger5-Feb-12 5:07 
QuestionHow to maintain an external C++ DLL developed with Literate Programming? Pin
Stefan_Lang2-Feb-12 4:59
Stefan_Lang2-Feb-12 4:59 
QuestionRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
David Crow2-Feb-12 5:29
David Crow2-Feb-12 5:29 
AnswerRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Stefan_Lang2-Feb-12 6:10
Stefan_Lang2-Feb-12 6:10 
QuestionRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
David Crow2-Feb-12 9:21
David Crow2-Feb-12 9:21 
AnswerRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Stefan_Lang2-Feb-12 22:14
Stefan_Lang2-Feb-12 22:14 
AnswerRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
jschell2-Feb-12 8:39
jschell2-Feb-12 8:39 
GeneralRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Stefan_Lang2-Feb-12 21:56
Stefan_Lang2-Feb-12 21:56 
I considered it. I really did, although I wasn't happy about that. I spent several hours to learn about it, skimming articles on the issue, with a special focus on the things I knew to be a weakness in the current library. As matters stand, every single article I've specifically searched for either didn't address the keywords I searched for, addressed them in a different context, or put a rather negative view on the whole context of LP.

I am now pretty sure that
1. LP is detrimental to team development
2. ignores interoperability with most modern SW development tools and therefore in the long run will in fact produce low quality code by modern standards, in spite of it's proclaimed goals to produce high quality.
3. Has no consideration whatsoever regarding performance, and in fact, due to automated code generation makes it near impossible to care about that. (performance is crucial for our purposes, and we made a point of that)
4. Does not prevent the programmer to produce bad code: It didn't take me long to spot some pretty horrible things in the code we got. I've yet to find out if these come from generated code or are in fact coded into the original algorithm. But in the end that does not matter.

Judging by the articles I looked into, I got the impression LP never really got outside universities. And it seems for very good reasons. I'm not going to put effort into changing that.
GeneralRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
jschell3-Feb-12 10:23
jschell3-Feb-12 10:23 
GeneralRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Stefan_Lang6-Feb-12 5:53
Stefan_Lang6-Feb-12 5:53 
GeneralRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Bram van Kampen3-Feb-12 16:00
Bram van Kampen3-Feb-12 16:00 
AnswerRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Bram van Kampen2-Feb-12 14:06
Bram van Kampen2-Feb-12 14:06 
GeneralRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Stefan_Lang2-Feb-12 22:22
Stefan_Lang2-Feb-12 22:22 
GeneralRe: How to maintain an external C++ DLL developed with Literate Programming? Pin
Bram van Kampen3-Feb-12 15:22
Bram van Kampen3-Feb-12 15:22 
Questionusing c# dll in g++ under Linux. is it possible? Pin
stenlyman1-Feb-12 13:00
stenlyman1-Feb-12 13:00 
AnswerRe: using c# dll in g++ under Linux. is it possible? Pin
«_Superman_»1-Feb-12 17:43
professional«_Superman_»1-Feb-12 17:43 
AnswerRe: using c# dll in g++ under Linux. is it possible? Pin
CPallini1-Feb-12 21:52
mveCPallini1-Feb-12 21:52 
AnswerRe: using c# dll in g++ under Linux. is it possible? Pin
jschell2-Feb-12 8:47
jschell2-Feb-12 8:47 
QuestionSSL Project Pin
krishnaradha871-Feb-12 1:00
krishnaradha871-Feb-12 1:00 
AnswerRe: SSL Project PinPopular
CPallini1-Feb-12 2:26
mveCPallini1-Feb-12 2:26 
GeneralRe: SSL Project Pin
Richard MacCutchan1-Feb-12 2:57
mveRichard MacCutchan1-Feb-12 2:57 
GeneralRe: SSL Project Pin
CPallini1-Feb-12 3:31
mveCPallini1-Feb-12 3:31 
GeneralRe: SSL Project Pin
Albert Holguin1-Feb-12 3:26
professionalAlbert Holguin1-Feb-12 3:26 
GeneralRe: SSL Project Pin
CPallini1-Feb-12 3:32
mveCPallini1-Feb-12 3:32 
GeneralRe: SSL Project Pin
Albert Holguin1-Feb-12 4:21
professionalAlbert Holguin1-Feb-12 4:21 

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.