Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Please tell me recursion isn't used in cuuurrpuuurrations

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
deleted19776
I post too much
Reputation: 11

Joined: 29 Apr 2007
Posts: 3838

PostPosted: Sun Feb 22, 2015 6:39 am    Post subject: Please tell me recursion isn't used in cuuurrpuuurrations Reply with quote

Plz, I've had enough just from this functional programming class.
Back to top
View user's profile Send private message
Nirojan
How do I cheat?
Reputation: 108

Joined: 16 Sep 2008
Posts: 0
Location: seshville

PostPosted: Sun Feb 22, 2015 5:24 pm    Post subject: Reply with quote

recursion is used in corporations
_________________
Quote:
yo i b 22 tryna make it in dis rap game but da steetz dont got luv for no wun na mean so im out hea tryna holla at da fams on dis innernet shit u no way i sayin
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sun Feb 22, 2015 5:58 pm    Post subject: Reply with quote

Recursive functions make much better loops. It's called job security!

Code:
function calc(int[] values, int index, int total) {
  if (index >= values.length)
    return total;
  return calc(values, index + 1, total + values[index]);
}
Back to top
View user's profile Send private message
deleted19776
I post too much
Reputation: 11

Joined: 29 Apr 2007
Posts: 3838

PostPosted: Sun Feb 22, 2015 8:54 pm    Post subject: Reply with quote

Zanzer wrote:
Recursive functions make much better loops. It's called job security!

Code:
function calc(int[] values, int index, int total) {
  if (index >= values.length)
    return total;
  return calc(values, index + 1, total + values[index]);
}

Fuck it, I know I'm going to systems at this point.
Back to top
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Feb 22, 2015 9:13 pm    Post subject: Reply with quote

Waxxup wrote:
Zanzer wrote:
Recursive functions make much better loops. It's called job security!

Code:
function calc(int[] values, int index, int total) {
  if (index >= values.length)
    return total;
  return calc(values, index + 1, total + values[index]);
}

Fuck it, I know I'm going to systems at this point.

tfw have enthusiasm to become a computer scientist and immediately want to go into IT after entering university.
Back to top
View user's profile Send private message
deleted19776
I post too much
Reputation: 11

Joined: 29 Apr 2007
Posts: 3838

PostPosted: Mon Feb 23, 2015 12:55 am    Post subject: Reply with quote

cokefag wrote:
Waxxup wrote:
Zanzer wrote:
Recursive functions make much better loops. It's called job security!

Code:
function calc(int[] values, int index, int total) {
  if (index >= values.length)
    return total;
  return calc(values, index + 1, total + values[index]);
}

Fuck it, I know I'm going to systems at this point.

tfw have enthusiasm to become a computer scientist and immediately want to go into IT after entering university.

Nah not IT, I want to do something more like C, C++, and perhaps Verilog with FPGAs. I like hardware and low level systems so far.
Back to top
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Mon Feb 23, 2015 2:48 am    Post subject: This post has 1 review(s) Reply with quote

Waxxup wrote:
cokefag wrote:
Waxxup wrote:
Zanzer wrote:
Recursive functions make much better loops. It's called job security!

Code:
function calc(int[] values, int index, int total) {
  if (index >= values.length)
    return total;
  return calc(values, index + 1, total + values[index]);
}

Fuck it, I know I'm going to systems at this point.

tfw have enthusiasm to become a computer scientist and immediately want to go into IT after entering university.

Nah not IT, I want to do something more like C, C++, and perhaps Verilog with FPGAs. I like hardware and low level systems so far.

im not talking about you faggot
fuck comp sci, its for fucking nerds
Back to top
View user's profile Send private message
deleted19776
I post too much
Reputation: 11

Joined: 29 Apr 2007
Posts: 3838

PostPosted: Mon Feb 23, 2015 3:05 am    Post subject: Reply with quote

Eh fuck recursion. Iteration all the way across the sky and rainbows.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites