Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-12-26 | 822 Bytes | |
InstaChat.zip | 2011-12-26 | 18.6 kB | |
COPYING.txt | 2011-12-26 | 35.1 kB | |
InstaChat.h | 2011-12-26 | 7.9 kB | |
InstaChat.cpp | 2011-12-26 | 10.0 kB | |
main.cpp | 2011-12-26 | 1.3 kB | |
Totals: 6 Items | 73.8 kB | 0 |
InstaChat is experimental unfinished software. This software is being made with the sole purpose of learning, my c++ skills are not spectacular, as there subjects that I'm just now touching like inheritance and virtual functions and other that I haven't even touched like templates. Current Problems: Faulty implementation of the send/receive functions result in loss of data when dealing with slow networks. The keyboard map was made using my own layout so people using a keyboard that is not portuguese might experience problems. TO-DO: Fix keyboard mapping (currently slopishly done though const vars). Fix data not reaching destination properly when using internet instead of localhost. Code CleanUp. Probably rewrite the whole thing am still learning important things about the language.