Ram Eater

Posts 16 of 6 · Page 1 of 1
Ram Eater
Though I should be l33t and release another string fixer, Should make l33t hacks and will definitely repair and make your strings way sexier than just typing them and as a added bonus it eats tons of ram! Who wouldn't wanna use this l33t code?!

Code:
#include <iostream>
#include <string>
#include <vector>

using std::cin;
using std::cout;
using std::endl;
using std::string;
using std::vector;

string rameater(string s)
{
	vector<string> longest;
	int c;
        bool ran = true;

	typedef vector<string>::size_type str_sz;
	str_sz str_length;
	str_sz str_longest;

	while(ran)
	{
		longest.push_back(s);

		if (1)
		{
			longest.push_back(s);
                        ran = false;
		}else{
			str_length = str_longest;
			longest.push_back(s);
                        ran = false;
		}
	}

	for (str_sz i = 0; i < longest.size(); ++i)
	{
		c++;
	}

	return s;
}
Yuor codeng are to god i have to step my gaem up now
I wush diz wuz mi cod3. I copi and pastd form micros0ft
why would i want to use a code that eat tons of ram?
wat a l33t pro code!
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?