OutputStream help

OutputStream* const destStream;
GZIPCompressorOutputStream zipcomp();
zipcomp.GZIPCompressorOutputStream(*destStream,5);

failure

yes… have you written any other programs before? do you understand pointers? did you read the documentation?

sigh… You are passing an uninitialized pointer to zipcomp.GZIPCompressorOutputStream…

I’m new to c + +. help me

this isn’t a ‘learn c++ forum’… maybe someone has some links for you where you could learn C++ (although your pointer issue is a basic C construct), and then you could come back and ask JUCE related questions…

Please go through this link. http://www.rawmaterialsoftware.com/viewtopic.php?f=2&t=4281. There are couple of links in that post I have gone through and felt are real good.
If you haven’t done lot of programming on c and c++ these two links would be idealhttp://www.learncpp.com/ and http://mindview.net/CDs/ThinkingInC/beta3.

thank you very much for the recommendations, I inform you that I am not new to programming.
I programmed in several languages, shell, Script. I learn so fast.

Thank you. I will continue to outpace and I hope to soon be able to contribute something to work with the powerful and beautiful library Juce.

Congratulations to the creator of this magnificent and powerful library. :smiley:

In any case you can go through second link http://www.learncpp.com/. It’s simple and deals with things in detail.

thank you vishvesh