Kaspersky says (some) c++ programs are TrojansKaspersky found a couple of c++ .exe files and found them to be trojans (HEUR:Trojan.Win32.Generic) ...
FLTK InstallationHow do I install FLTK on Code::Blocks v12.11? It's completely alien to me.
FLTK installationIn the FLTK lib folder, all the .lib files are missing except README.lib. I'm supposed to copy them ...
What is a bidirectional stream?I presume something like [code]fstream fs("output.txt", ios_base::in|ios_base::out);[/code] bu...
Coding style/layout - easy to read?Just wondering if anyone could comment on the layout of my code and how it is written. Obviously I'm...