Click here to Skip to main content
15,893,266 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionAES Rijndael Cryptography fails Pin
Leonardo Muzzi16-Feb-09 10:16
Leonardo Muzzi16-Feb-09 10:16 
GeneralRe: App fails to use AES Rijndael Cryptography correctly? Pin
Luc Pattyn16-Feb-09 10:41
sitebuilderLuc Pattyn16-Feb-09 10:41 
AnswerRe: App fails to use AES Rijndael Cryptography correctly? Pin
Leonardo Muzzi17-Feb-09 3:13
Leonardo Muzzi17-Feb-09 3:13 
QuestionCreating graph of file usage in build tree Pin
Adam Dare13-Feb-09 3:38
Adam Dare13-Feb-09 3:38 
AnswerRe: Creating graph of file usage in build tree Pin
ky_rerun24-Feb-09 15:16
ky_rerun24-Feb-09 15:16 
GeneralRe: Creating graph of file usage in build tree Pin
Adam Dare24-Feb-09 18:35
Adam Dare24-Feb-09 18:35 
GeneralRe: Creating graph of file usage in build tree Pin
ky_rerun24-Feb-09 20:24
ky_rerun24-Feb-09 20:24 
GeneralRe: Creating graph of file usage in build tree Pin
Adam Dare25-Feb-09 4:13
Adam Dare25-Feb-09 4:13 
Actually we build using the VC compiler, just not inside VS or a VS project. That system doesn't scale well for our needs. While this is an interesting approach I'm still favoring the monitoring of the file activity external to the compiler for serveral reasons:

1. We have C/C++ and C# projects in our tree, and possibly other languages as well that I haven't had to deal with yet.
2. We deal with a number of different building tools that may not have output options like the more mature C/C++ compilers do.
3. Since I have a number of differnt build tools I need to track dealing with each one separately and maintaining the output processing code for handling each tools output sounds like a big task and fragile

Taking a more build tool agnostic approach to gathering this information I feel will make the tool more reliable and take less maintenance work. I won't be trying to track down all of the differnt build tools we use and the necessary command line options to gather the information. And then have to figure out how to process each tools output to gather the information I need.

Adam
Questionerror correction Pin
Deresen12-Feb-09 2:02
Deresen12-Feb-09 2:02 
AnswerRe: error correction Pin
Ravadre12-Feb-09 4:44
Ravadre12-Feb-09 4:44 
GeneralRe: error correction Pin
Deresen12-Feb-09 5:07
Deresen12-Feb-09 5:07 
GeneralRe: error correction Pin
Ravadre12-Feb-09 6:45
Ravadre12-Feb-09 6:45 
AnswerRe: error correction Pin
Arash Partow12-Feb-09 12:04
Arash Partow12-Feb-09 12:04 
GeneralRe: error correction Pin
Deresen12-Feb-09 21:04
Deresen12-Feb-09 21:04 
AnswerRe: error correction Pin
Arash Partow13-Feb-09 1:14
Arash Partow13-Feb-09 1:14 
GeneralRe: error correction Pin
Deresen13-Feb-09 1:54
Deresen13-Feb-09 1:54 
AnswerRe: error correction Pin
supercat912-Feb-09 12:46
supercat912-Feb-09 12:46 
QuestionStrings issue... Pin
ventomito10-Feb-09 8:25
ventomito10-Feb-09 8:25 
AnswerRe: Strings issue... Pin
cmk10-Feb-09 12:34
cmk10-Feb-09 12:34 
AnswerRe: Strings issue... Pin
Mohammad Dayyan11-Feb-09 0:30
Mohammad Dayyan11-Feb-09 0:30 
GeneralRe: Strings issue... Pin
ventomito11-Feb-09 4:39
ventomito11-Feb-09 4:39 
AnswerRe: Strings issue... Pin
Alan Balkany11-Feb-09 5:23
Alan Balkany11-Feb-09 5:23 
AnswerRe: Strings issue... Pin
Scott Dorman13-Feb-09 6:19
professionalScott Dorman13-Feb-09 6:19 
QuestionFinding Algorithms With Google Pin
Kyudos3-Feb-09 11:46
Kyudos3-Feb-09 11:46 
AnswerRe: Finding Algorithms With Google Pin
Member 41945933-Feb-09 12:21
Member 41945933-Feb-09 12: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.