Beginners - April 2012 (Page 66)

factorial function
 
Can someone tell me why my factorial function gives different output than wolframalpha.com after 22! ? Is double not precise enough? #include <iostream> #i...
[6 replies] Last: Thanks for all of the replies. @firedraco, I probably will have to us... (by CJC0117)
Creating a Quadratic Equation Solver HELP!
 
Hello, I created this simple program to solve quadratic equations: #include <iostream> using namespace std; int main() { cout.setf(ios:...
[15 replies] Last: I had this code on my laptop since my first year comp science. It seem... (by ariesthechamp)
Pig latin Translator program. stuck... stub program?
 
The program is supposed to basically ask the user for a choice from a menu to translate an entire .txt file or translate a single sentence to pig latin. Word...
[1 reply] : You wouldn't happen to be a student at BG taking CS 2010, would you? i... (by mexicansnowball)
April 2012 Pages: 1... 646566
  Archived months: [mar2012] [may2012]

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