Hi Guys, im starting to learn C++.
Im an Actual java Programmer, and now im following some video tutorials.
Anyway, as i use to have netbeans installed, i did install some GCC plugins on it, using ming and some others stuff.
Well, when i installed codeblock, with mingw together, i choosed to compile with GCC etc, and it gave me a warning that i had other compilers or something like that.
Anyway again, when i build my new default project, just to test it, kaspersky blocked it :
Trojan.win32.agent.vjxr
Im worried , i know it isnt codeblock is fault, but perhaps by builder have a virus?
What do i do ?
==
FirstProject.exe Detectado(s): Trojan.Win32.Agent.vjxr 06/01/2013 13:27:36 d:\arquivos e programas\MeusProjetosC++\FirstProject\bin\Debug\
Heres the code:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}