Trenchguns said:Hey yo bros. Sorry, don't pay much attention to sites and stuff. No I will not remove the file from my signature, but yes I'll move the download location. I use to use ge.tt when I have no time to find a better location. I'll switch over to something else, or host it on my own site or something. The file was a download to a short program I have been working on for the contest that is also linked in my sig. I got the source code as well. :/
Sad to see that people thought I was infecting members. I'll change dl sites right away but man this hurts. Was just looking for feedback.
Hmm. This still isn't a valid reason.Trenchguns said:Hey yo bros. Sorry, don't pay much attention to sites and stuff. No I will not remove the file from my signature, but yes I'll move the download location. I use to use ge.tt when I have no time to find a better location. I'll switch over to something else, or host it on my own site or something. The file was a download to a short program I have been working on for the contest that is also linked in my sig. I got the source code as well. :/
Sad to see that people thought I was infecting members. I'll change dl sites right away but man this hurts. Was just looking for feedback.
Could of easily removed parts of code.Trenchguns said:// ForumKorner Award Contest.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <cstdlib>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
start:
int number;
cout << "Number: ";
cin >> number;
if (number > 10000){
cout << "Please pick a lower real number" << endl;
system("pause");
system("CLS");
goto start;
}
if (number < 0){
cout << "Please pick a higher real number" << endl;
system("pause");
system("CLS");
goto start;
}
else if (number == 0){
cout << "Moving on" << endl;
system("pause");
system("CLS");
goto next;
}
else {
std:fstream outfile;
outfile.open("numbers.txt", std::ios_base::app);
outfile << number << endl;
goto start;
}
next:
string line;
ifstream myfile("numbers.txt");
if (myfile.is_open())
{
while (myfile.good())
{
getline(myfile, line);
cout << line << endl;
}
myfile.close();
}
else cout << "Unable to open file";
system("pause");
return 0;
}
Bananendealer said:Hmm. This still isn't a valid reason.
Do not add any malicious software to any part of a thread/post/signature.
Remove that thing too.
Its an auto download meaning you are trying to infect people.
And what does this program do? Why does it have viruses?
Bananendealer said:Could of easily removed parts of code.
AND WHAT THE FUCK DOES IT DO.
Not everyone is code god here.
Why is it called Forum Korner Award contest.
What it does(at the moment) is take in numbers you write in it and writes it to a file. I had to backtrack a bit, so when you're done putting in numbers you put in zero and it reads the numbers back. I was going to have it do some equations to calculate the middle number of the two farthest numbers. But since the contest is over I haven't gotten to that part yet.Bananendealer said:Could of easily removed parts of code.
AND WHAT THE FUCK DOES IT DO.
Not everyone is code god here.
Why is it called Forum Korner Award contest.
The contest is over lmfao.Trenchguns said:It's not the virus, and I didn't know it was the direct download. Must've clicked wrong link to share. I'm uploading the entire source code and project to mediafire atm.
Bananendealer said:The contest is over lmfao.
Just remove it from everything.
You could copy and paste, but creating an input was a good refresher.Bananendealer said:The contest is over lmfao.
Just remove it from everything.
And what is the point of that though? It takes numbers and puts it into a file...couldn't i just do copy and paste or just write it on notepad? The fuck.
I feel like this is just a stupid excuse to just infect people.
It seems useless for the giveaway.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?