Final State MachineI tried to code a traffic light. What I have so far is somewhat where I think, it could be a FSM. Bu...
Convert binary to decimal[code] ... int num = 0b11111111111111111111111111111110; ... textBox1->AppendText( "...
Synchronisation between folders@seeplus wrote: [quote]For which os?[/quote] At best it would be platform independent. The program ...
Synchronisation between foldersI want to synchronize two folders/directories. The constrains are follow: 1) Each folder should hav...
C-String : incompatibility between char and const char *Line 23: atoi needs at parameter a pointer to a c-string, not a single char. But with password[3] yo...