ITT: CTRL+V and see what happens.

Recommended Videos

kebab4you

New member
Jan 3, 2010
1,451
0
0
#include
#include

using namespace std;

void mkNoDigitsFile(char fileNameIn[], char fileNameOut[], char newChar){
ifstream fin(fileNameIn);
if (!fin){
cerr << "Kunde inte öppna infilen" << endl;
return;
}

ofstream fout(fileNameIn);
if(!fin){
cerr << "Kunde inte öppna utfil" << endl;
fin.close();
return;
}

char c;
while(fin.get(c)){

if((c>='0') && (c<='9')){
fout << newChar;
} else{
fout << c;
}
}

fin.close();
fout.close();
}

int main(){
mkNoDigitsFile("C:/Temp/DMFAQ58.txt", "C:/Temp/nodigits.txt", '*');
cout << "Klar!" << endl;
return 0;
}
An old test assignment I did that a friend had lost.
 

ReservoirAngel

New member
Nov 6, 2010
3,781
0
0
Zombie Madness with some cards from Zombie World maybe...

just rambling about Yu-Gi-Oh decks like the nerd I am.
 

TheYellowCellPhone

New member
Sep 26, 2009
8,617
0
0
http://www.youtube.com/watch?v=sfCiOzL7cYs

I posted this in Steam chat when someone said it was fun to make people rage.
 

Shakomaru

New member
May 18, 2011
834
0
0
"Water, Earth,&#65279; Fire, Air.

Long ago, the three books lived in harmony,

Then everything changed when M. Night Shyalaman attacked.

Only Michael Dante Dimartino, Master of all 3 books could stop him.

But when the&#65279; world needed him most, he vanished.

Four Years have passed, and the Internet has revealed the new Avatar, a Waterbender named Korra.

Although her bending skills are great, she has a lot to learn before she's able to save anyone. But I believe Korra can save this show." Oh right. I was reading that avatar thread.
 

Connor Lonske

New member
Sep 30, 2008
2,660
0
0
"I won't go into detail, but my pubes are pretty long, and they need it(was referring to trimming it)."

Yeah, I was talking about me bush, problem?
 

TiloXofXTanto

New member
Aug 18, 2010
490
0
0
http://www.youtube.com/watch?v=zxBfdnObJOo&feature=feedu

Oh hey look, AVO, weird.


(Pharmakeus ofilets A captcha too funny to waste)