User Profile
Collapse
-
Coding antiviruses in visual C++
What is the starting point for coding antiviruses in visual C++ -
Hie, for the first program you can use this code:
int i,j;
for(i=1;i<=5;i+ +)
{
{
for(j=1;j<=i;j+ +)
printf("%d",j);
for(j=(i-1);j>0;j--)
printf("%d",j);
}
printf("\n");
} -
Antivirus project
Hie guys, I'm a really good C programmer who recently moved on to Visual C++ but the problem is that I've been given a project on creating antiviral software using C++ and I honestly don't know where to start
No activity results to display
Show More
Leave a comment: