So Pelles C can not compile C++ code? Classes, MFC and so on - it all will not work here?
Correct, Pelle's C is just that, a
C compiler, why would anyone expect it to compile
C++, which is a different programming language. You won't expect a Ruby compiler to understand Python either. Or compiling Lisp in a Smalltalk compiler...
It will be pretty bad...
Well, that a matter of POV...
I hope Pelles C IDE functionality will be enough for me, because I do not know what can I install without administartor privileges
Again, if you want to program in C++, use a C++ compiler, not a C compiler. There are quite a few free ones with usable IDE's out there (CodeBlocks @
http://www.codeblocks.org/, CodeLite @
http://codelite.org/ or my personal preference for C++, Orwell's DevC++ @
http://orwelldevcpp.blogspot.com/, as that has the most active development).
And without administrator rights on your machine, you are in software development in for a lot of hurt anyway...
Ralf