Integer Fixer

Posts 115 of 20 · Page 1 of 2
Integer Fixer
Code:
unsigned long double integerFix(int number)
{
	unsigned long double *fixedNumber = &number;
	*fixedNumber = number + 1;
	return (unsigned long double)*(&(*fixedNumber));
}
That just add 1 to the Item.
Why make things so complicated ? just whit a int and a return this will work fine.
Quote Originally Posted by XarutoUsoCrack View Post
Why make things so complicated ? just whit a int and a return this will work fine.
Bro, this is a troll because of the cool "String fixer" ...
Quote Originally Posted by XarutoUsoCrack View Post
Why make things so complicated ? just whit a int and a return this will work fine.
Why make a function to add spaces? You could just add them in yourself.
Quote Originally Posted by Flengo View Post


Why make a function to add spaces? You could just add them in yourself.
In all fairness, it's annoying to add spaces each time and i would probably call a function to return the string with the spaces added. That being said, why the fuck he thought he should release it is absolutely retarded as i'm fairly sure 95% of people who view this section (hack coders or not) could write that code on their own in the time it took for them to load the page and then finish facepalming over how stupid it was.
Quote Originally Posted by lilghost8631 View Post
In all fairness, it's annoying to add spaces each time and i would probably call a function to return the string with the spaces added. That being said, why the fuck he thought he should release it is absolutely retarded as i'm fairly sure 95% of people who view this section (hack coders or not) could write that code on their own in the time it took for them to load the page and then finish facepalming over how stupid it was.
Your assumption is completely false, since 75% of the "coders" here only leech a base and change some offsets... that someone gave them.
Quote Originally Posted by Gab View Post


Your assumption is completely false, since 75% of the "coders" here only leech a base and change some offsets... that someone gave them.
haha well that is probably true
Don't worry, I coded the one for subtracting a number.
It took a while to figure out, but it did manage to work in the end

Code:
unsigned long double integerFixTWOO(int number)
{
	unsigned long double *fixedNumber = &number;
	*fixedNumber = number - 1;
	return (unsigned long double)*(&(*fixedNumber));
}
Quote Originally Posted by flameswor10 View Post
Don't worry, I coded the one for subtracting a number.
It took a while to figure out, but it did manage to work in the end

Code:
unsigned long double integerFixTWOO(int number)
{
	unsigned long double *fixedNumber = &number;
	*fixedNumber = number - 1;
	return (unsigned long double)*(&(*fixedNumber));
}
Oh thank you so much, I couldn't get to code this one correctly.
Quote Originally Posted by Gab View Post


Oh thank you so much, I couldn't get to code this one correctly.
Not to worry.
Im sure with further collaboration with each other, we can hopefully work out multiplication or maybe even division!!.
Althoughy the idea may be a little farfetched, Im sure we can accomplish this extravagant task!
Quote Originally Posted by flameswor10 View Post
Not to worry.
Im sure with further collaboration with each other, we can hopefully work out multiplication or maybe even division!!.
Althoughy the idea may be a little farfetched, Im sure we can accomplish this extravagant task!
Woah don't be so fast, let me finish my computer science degree first..
Quote Originally Posted by Gab View Post


Woah don't be so fast, let me finish my computer science degree first..
CS DEGREE = OBV COCKSUCKING DEGREE

NICE TRY
Waw people whats with the hard codes now days ?
Posts 115 of 20 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?