Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
A tribonacci series starts with the sum of three initial numbers and it continues in that form. that is its difference from Fibonacci
Posted
Updated 21-Jun-17 23:22pm
v2
Comments
Sergey Alexandrovich Kryukov 22-Apr-15 2:34am    
So, C or Objective C?
—SA

You can sort it out 1) by learning about those sequences: http://en.wikipedia.org/wiki/Generalizations_of_Fibonacci_numbers[^]; 2) by learning Objective C (or C, per your question tag); 3) doing some work.

Such questions about "difference" are incorrect. How would you define "difference"? If you can, please tell us the difference between apple and Apple. Just read on each topic, learn what each of them is, and forget about "differences".

—SA
 
Share this answer
 
Your question shows some missing knowledge. Objective C is the language for MacOS or IOS platforms and a superset of C++.

If you have a Mac with installed XCode and an iPhone or iPad you may write an Objective C App. But your core functionality I would prefer to write in C++ Code. A
tutorial for Objective C.

Another solution may be the use of the Visual Studio on Windows with generic C++.
 
Share this answer
 
Comments
Richard Deeming 22-Jun-17 15:39pm    
April 2015!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900