addition array elementsOne thing about this segfault: Make sure, that you don't add a part of the array that does not exist...
GUI buttonsI learned all that "GUI-Stuff" using the Qt lib. (I think) It is much better documented and easier t...
addition array elementsYes, you can use a loop: [code] for (int k = 0; k < 16; k++){ y = y + money[k].dalasis; } [/cod...
Invalid use of incomplete type / log() errorHello everyone! I searched the web for awhile, but I cant find a solution for my problem. (especi...
Writing signed TIFF files using libTIFF[quote] Have you considered normalizing the data [/quote] Normalizing the data is my current work...
This user does not accept Private Messages