User profile: Amnesiac

User info
User name:Amnesiac
History
Joined:
Number of posts:53
Latest posts:

Kaspersky says (some) c++ programs are Trojans
Kaspersky found a couple of c++ .exe files and found them to be trojans (HEUR:Trojan.Win32.Generic) ...

FLTK Installation
How do I install FLTK on Code::Blocks v12.11? It's completely alien to me.

FLTK installation
In 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...