0
favorites
favorites
1
comment
comment
Maritime Container Check digit verification
This C code will take a string and return the check digit for the maritime container represented. Useful for validation purposes. The letter -> number auxiliary routine is a bit naive, but does its job. ...
0
favorites
favorites
1
comment
comment
[Qt] Default main.cpp without translator
Default main.cpp without translator ...
0
favorites
favorites
1
comment
comment
FLAMES
Small C program....
Check it out!
try to change the path to initgraph()
works wel with turboc compiler ...
0
favorites
favorites
1
comment
comment
delete all pointers of a Qt container
Delete all the pointers of a Qt container and clear it. ...