|
-
July 6th, 2012, 07:26 AM
#14
Re: Running certain code in codeblocks sets off AVG?
 Originally Posted by burgergetsbored
I've literally just started so I'm just following small tutorials at the moment. So there are many different files! Surly there is an easier thing than doing this for every file I make?
There are many different files that are involved in the construction of a final product, your "main.exe", or whatever your project is called. That's the only file AVG is having problems with, and the only file you need to add to the safe list.
Is your question related to IO?
Read this C++ FAQ article at parashift by Marshall Cline. In particular points 1-6.
It will explain how to correctly deal with IO, how to validate input, and why you shouldn't count on "while(!in.eof())". And it always makes for excellent reading.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|