Click here to Skip to main content
15,917,795 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: is it stack or heap? Pin
IdUnknown27-Oct-05 6:27
IdUnknown27-Oct-05 6:27 
GeneralRe: is it stack or heap? Pin
georgemarios27-Oct-05 6:40
georgemarios27-Oct-05 6:40 
QuestionHow to generate a custom warning at compile time in C++ Pin
Anonymous26-Oct-05 18:41
Anonymous26-Oct-05 18:41 
AnswerRe: How to generate a custom warning at compile time in C++ Pin
Anonymous27-Oct-05 1:02
Anonymous27-Oct-05 1:02 
QuestionConverting a C++ style string into something execvp can use. Pin
Anonymous26-Oct-05 9:47
Anonymous26-Oct-05 9:47 
AnswerRe: Converting a C++ style string into something execvp can use. Pin
Christian Graus26-Oct-05 10:39
protectorChristian Graus26-Oct-05 10:39 
QuestionHigh Compression based software Solution Pin
ANPPS26-Oct-05 8:56
ANPPS26-Oct-05 8:56 
AnswerRe: High Compression based software Solution Pin
Christian Graus26-Oct-05 10:49
protectorChristian Graus26-Oct-05 10:49 
Which bit do you need help with ?

ANPPS wrote:
This system will be designed for
storing files at a compression rate of 75:1.


Where did this figure come from ? Did you just pull it out of the air ? What sort of files will they be ? Compression of jpg images, for example, is next to impossible, because they are already highly compressed. In fact, I just tested, and a 1.2 MB bmp is a 392 kb zip, or a 121 kb jpg ( jpg is of course, a lossy compression, so this doesn't mean you should expect a 10:1 compression rate to be achievable for programs ).

I'd say that you need to research compression algorithms, find out what is possible, and then impliment it from there. The rest of the system sounds pretty straightforward to me.

Christian Graus - Microsoft MVP - C++
QuestionDamn that 4kbytes of leak memory Pin
Alex Cutovoi26-Oct-05 7:42
Alex Cutovoi26-Oct-05 7:42 
AnswerRe: Damn that 4kbytes of leak memory Pin
Christian Graus26-Oct-05 10:49
protectorChristian Graus26-Oct-05 10:49 
AnswerRe: Damn that 4kbytes of leak memory Pin
georgemarios27-Oct-05 1:43
georgemarios27-Oct-05 1:43 
QuestionWin32 to .Net DLLs, character sets Pin
wikoh26-Oct-05 7:12
wikoh26-Oct-05 7:12 
Question,HOW TO PROGRAM POPUP DICTIONARY? Pin
Anonymous26-Oct-05 0:05
Anonymous26-Oct-05 0:05 
AnswerRe: ,HOW TO PROGRAM POPUP DICTIONARY? Pin
toxcct26-Oct-05 0:35
toxcct26-Oct-05 0:35 
AnswerRe: ,HOW TO PROGRAM POPUP DICTIONARY? Pin
cynferdd26-Oct-05 0:43
cynferdd26-Oct-05 0:43 
JokeRe: how to blabla Pin
toxcct26-Oct-05 0:52
toxcct26-Oct-05 0:52 
GeneralRe: how to blabla Pin
cynferdd26-Oct-05 1:05
cynferdd26-Oct-05 1:05 
JokeRe: how to blabla Pin
toxcct26-Oct-05 1:10
toxcct26-Oct-05 1:10 
JokeRe: how to blabla Pin
cynferdd26-Oct-05 1:17
cynferdd26-Oct-05 1:17 
AnswerBut seriously, folks.... Pin
wikoh26-Oct-05 6:46
wikoh26-Oct-05 6:46 
GeneralRe: But seriously, folks.... Pin
toxcct26-Oct-05 7:29
toxcct26-Oct-05 7:29 
Questionstrange behavior ... anybody knows why? Pin
FreeClimber25-Oct-05 4:33
FreeClimber25-Oct-05 4:33 
AnswerRe: strange behavior ... anybody knows why? Pin
Christian Graus25-Oct-05 12:43
protectorChristian Graus25-Oct-05 12:43 
GeneralRe: strange behavior ... anybody knows why? Pin
FreeClimber25-Oct-05 20:58
FreeClimber25-Oct-05 20:58 
QuestionNewbie in direct.h Pin
Alex Cutovoi25-Oct-05 3:36
Alex Cutovoi25-Oct-05 3:36 

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.