User profile: Azagaros

User info
User name:Azagaros
History
Joined:
Number of posts:410
Latest posts:

How do they create a software??
A GUI library is used as part of the C++ programming language. C++ programming software is usually ...

Problem in files
i am trying to understand why you chose control-x to quit. I would key off the id, which in most ca...

How do I read this
it reads : c times 205 is greater than d divided by 1.6 c * 205 > ...

Noob - Want to create basic Image resampler
first task is getting the file into memory. there are jpg libraries on most linux systems. Rescali...

Multidimensional Arrays
Let's work on the logic first. For example: [code] int even[8][5]; int row = 0; int column = 0; f...