User profile: KRAkatau

User info
User name:KRAkatau
History
Joined:
Number of posts:172
Latest posts:

Turning BMP Image To Min. Finite Automata
1) Yes, it will still be 2D. 2) Yes, these will be the actual pixel coordinates.

Strcmp help !
Line 71 - you have [code]selection = 2[/code], needs to be [code]selection == 2[/code]. You don't r...

Do while loop buggy [Need helps]
This condition [code](chance != 4)||(chance!=0)[/code] is equivalent to [code]true[/code], because a...

Turning BMP Image To Min. Finite Automata
Basically, yes, it's just a sequence of numbers as you've written. Logically, though, this is not a...

Turning BMP Image To Min. Finite Automata
Well, if you have an RGB bmp image, and you know that it's only black and white pixels, then you can...

This user does not accept Private Messages

User: KRAkatau

  • Public profile