User: maad

  • Public profile

User profile: maad

User info
User name:maad
History
Joined:
Number of posts:6
Latest posts:

addition array elements
One thing about this segfault: Make sure, that you don't add a part of the array that does not exist...

GUI buttons
I learned all that "GUI-Stuff" using the Qt lib. (I think) It is much better documented and easier t...

addition array elements
Yes, 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() error
Hello 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