Forum: C++
Apr 25th, 2005, 7:52 PM
|
|
Replies: 2
Views: 123
|
Forum: C++
Apr 25th, 2005, 5:29 PM
|
|
Replies: 2
Views: 123
Need Help Understanding
Hi.
I have this assignment for programming in which I have to write an encoding program. The program has to ask the user how many phrases they want to encode, and then take a phrase, encode it,...
|
Forum: C++
Mar 28th, 2005, 11:49 PM
|
|
Replies: 5
Views: 227
|
Forum: C++
Mar 28th, 2005, 6:12 PM
|
|
Replies: 5
Views: 227
What is an "implicit declaraion" error?
Hi.
I am working on this program for my C++ class. The assignment is you have to take a list, and sort it three different ways: Reverse, opposite order of how the user entered the numbers, Normal,...
|
Forum: C++
Mar 1st, 2005, 5:55 PM
|
|
Replies: 6
Views: 278
Well, after MUCH trial and error, I think I...
Well, after MUCH trial and error, I think I figured out what to do.
In order for the table to be created, I need, before the setpercision(), the statement:
cout.setf(ios::fixed)
Everything seems...
|
Forum: C++
Mar 1st, 2005, 10:24 AM
|
|
Replies: 6
Views: 278
|
Forum: C++
Feb 28th, 2005, 9:42 PM
|
|
Replies: 6
Views: 278
|
Forum: C++
Feb 28th, 2005, 5:45 PM
|
|
Replies: 6
Views: 278
Loan Amortization Problem
Hello.
I hope this is allowed here: homework help :) . If not, please let me know.
I got to write this loan amortization program for my programming class. I got the basic math down but now,...
|
Forum: C++
Feb 3rd, 2005, 9:25 PM
|
|
Replies: 3
Views: 321
Newbie Help with C++
Hello
I am currently enrolled in a C++ class and I am working an assigment. The assignment is:
You are to write a C++ program that reads in values for m and n and prints the values of the...
|