Beginners - September 2013 (Page 13)

Express a certain amount of money into dollars and pennies?
 
Hi guys, I have to write a program that shows the number of bills and coins for a given amount of...
[11 replies] Last: There are many formatting options. setw is only one of them. int pe... (by keskiverto)
by ephekt
Help with classes, objects, and the correct output
 
I have been asked to change this program from a struct to a class with all private variables and som...
[2 replies] Last: thank you for that (by ephekt)
Getting errors. How do i correct it?
 
Using the square below the main() function, write the code for a user-written function called larger...
[9 replies] Last: Ok that's good! Not just that it works but that you also get how it al... (by Chervil)
Help With Looping
 
I need to compute a pi approximation with the MadhavaLeibniz series. http://en.wikipedia.org/wiki/Le...
[18 replies] Last: Thank you (by ccwtree11)
Infix to Postfix using file input & stack
 
I'm using a test file before I use the one my teacher gave me. My test file looks like this 3 3+1...
[7 replies] Last: Ok so I've switched it to a while loop but it still processes it rathe... (by natekelsey)
help with switch
 
Please help i can't enter restart and test what do i need to do --thanks in advance. void mai...
[3 replies] Last: You really don't need a break; at the end of the switch statement af... (by Uk Marine)
C++ editor/IDE for Mac?
 
Please don't suggest XCode. I hate XCode. So, I've recently bought a C++ book called "Jumping i...
[4 replies] Last: I can give to you a suggestion -Editor/Compiler- if you don't like the... (by eyenrique)
UNSORTED LINKED LIST
 
Hey guys I'm trying to do this program but when I run it doesn't work... Hopefully some of you will...
[no replies]
Sum of 2 Dimensional Array
 
#include <iostream> using namespace std; void main () { int exam ; int ave ; int x, y; ...
[3 replies] Last: That's the only problem.-.- It worked now.:/ Thanks guys. xD (by karlsanada13)
QUICKSORT
 
The program seems to crash every time quickSort is called. Can anybody help ?? template <class...
[no replies]
Array
 
Is this an ok way to initialize an array? int array = {1,2,3,4};
[2 replies] Last: Thank you. (by MasterT)
game help
 
#include <iostream> using namespace std; int main() { //create the board char boa...
[10 replies] Last: yar..........................................help plz (by awais rana)
Increasing values although decreasing values were expected
 
Hi everybody, I'm having difficulties in calculating values of the function f(i) to later write...
[4 replies] Last: I do not know what was going on inside my brain... The constant in th... (by SProCppS)
calling functions randomly
 
Problem: I have 5 user-defined functions a(),b(),c(),d() and e().In the main part i am to enter a...
[2 replies] Last: thanks but could you explain the concept a further please????????? (by cyberdude)
Reading from txt file
 
Hello, I have serious problem. Is it impossible to read files from this txt document C++ Thanks 2a ...
[16 replies] Last: I did point to that problem already in my previous post: [quote=Cherv... (by Chervil)
Question , Left to Right
 
This code moves the letter A across the screen from left to right but I dont understand why, I want ...
[10 replies] Last: omg, i feel silly now lol finally finally got it working. thanks every... (by closed account N8pE3TCk)
Having trouble understanding
 
In the book that I'm reading (Dive into C++) the author says If you divide your random number by ...
[3 replies] Last: Thank you. (by MasterT)
by Vigii
Passing and returning value of an array using class
 
Hi All, I'm trying to pass and return the values of an array using classes. I couldn't figure out...
[5 replies] Last: to return array you have to return a pointer to an array you can't ret... (by Gkneeus)
Legacy WordCount Code
 
Hi all I am newbie in C++ and I am having some problems to understand a Wordcount code that was done...
[2 replies] Last: That was rude. If you're not going to help, why post? Just to brag? @... (by Duthomhas)
Loops in my project.
 
I need at least one loop in my project. My knowledge of loops seems to not all be there yet. When I ...
[5 replies] Last: You made d your third choice. You're going to confuse the user. To m... (by GRex2595)
September 2013 Pages: 1... 1112131415... 64
  Archived months: [aug2013] [oct2013]

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