by jgialis
Class Templates
|
|
[1 reply] : You should place a break; after the cout on line 71. Apart from tha... (by coder777)
|
by aguarda2
Object method error says non-const must be an lvalue.
|
|
[1 reply] : The class function Stack::push takes the following parameters: (List<... (by Moschops)
|
by dnorton
Program to calculate interest isn't working.
|
|
[6 replies] Last: I'd suggest using just one function and pass the number of days as a p... (by Chervil)
|
Function and struture |
|
[no replies]
|
by adeline555
questions regarding arrays and structure
|
|
[no replies]
|
by shiveka
Please tell difference between copy constructor
|
|
[1 reply] : What is the difference between copy constructor and default copy cons... (by TheIdeasMan)
|
exiting loop upon negative number |
|
[5 replies] Last: @ curiousfloridian Could we ask you not to delete your question once... (by TheIdeasMan)
|
by justontime41
calling a function from one class to another
|
|
[4 replies] Last: I think you misunderstand. In the main function, you create an objec... (by sasauke)
|
How would I get the length of the last word in a string of input? |
|
[1 reply] : Try world.length (by papagym177)
|
by sya20
how to use 2D array, 'if' statement and 'for' loop
|
|
[5 replies] Last: It almost seems as simple as adding braces ('{}') around your code... ... (by WakeofMisery)
|
by maria1995
morse code translator PLEASE HELP
|
|
[1 reply] : Use the thingie on the bottom right so it isnt a pain in the eye pls... (by MaBunny)
|
by dnorton
How to print with two figures to the right of the decimal.
|
|
[3 replies] Last: #include <iostream> #include <iomanip> double get_interest( double a... (by JLBorges)
|
by YvngSavage
Problems with my calculator
|
|
[3 replies] Last: Both n1 n n2 are int types try using this : cout<<(float)(n1/n2)<<e... (by MaBunny)
|
by Ijustwanna1
number of divisors
|
|
[1 reply] : #include <iostream> // returns the number of integral divisors of nu... (by JLBorges)
|
by dignastudent
Help Scanning document
|
|
[no replies]
|
by misslyss
can't get 3 lowest values to print correctly
|
|
[5 replies] Last: nevermind guys I got it!! thanks again (by misslyss)
|
by RadWayne
cout behaviour
|
|
[7 replies] Last: If you use a text file created on a windows system and try to use it... (by RadWayne)
|
by crimhaze
Loop help
|
|
[3 replies] Last: So are you able to use functions? My suggestion would be to read the ... (by Chervil)
|
by novice35
Conversion table
|
|
[1 reply] : Line 6, that '/' is not a legal character for creating variables. You ... (by newbiee999)
|
by b29hockey
opening/reading from a file
|
|
[1 reply] : change lines 4 and 5 to these: ifstream myfile; myfile.open("preside... (by newbiee999)
|