General C++ Programming - March 2015 (Page 28)

Splitting linked list
 
I have an assignment where I have to split the linked list at a given position by the user. The linked list looks as such: 15 -> 0 -> 15 -> 10 -> 20 -> 30 ...
[4 replies] Last: Is my split function correct? No, your split function does not do th... (by Duthomhas)
explain the result fact (100) = 0!!
 
I tried to calculate the factorial of a number n equal to 100 and the result gives me 0. explain the result fact (100) = 0 please :)
[5 replies] Last: 100! is a very big number, chances are your architecture's "unsigned l... (by Ganado)
March 2015 Pages: 1... 262728
  Archived months: [feb2015] [apr2015]

This is an archived page. To post a new message, go to the current page.