by rddscalif
do-while loop...I think.
|
|
[1 reply] : You can use a dynamic array to store the user's input in. Using a dyna... (by danghotties)
|
by Nikolai
Area Calculator problems.
|
|
[4 replies] Last: std::string is a class that holds 0 or more characters. http://www.c... (by AbstractionAnon)
|
by dallasbm
error C3861: 'stonetolb': identifier not found
|
|
[1 reply] : google function prototypes, because im not sure you know what those ar... (by Little Bobby Tables)
|
by Lucy2
Need help with a string
|
|
[3 replies] Last: Thanks so much Hp of Legend. This is perfect! (by Lucy2)
|
by imaghhc
constructor assign question
|
|
[1 reply] : 1. I think you're right. But indeed this may depend on your ideas of w... (by tcs)
|
analyzing text file for letters of alphabet |
|
[no replies]
|
by K0d0
Trouble reading in info
|
|
[1 reply] : If you only want to write to stdout what you get from stdin, then your... (by tcs)
|
by abdalimran
Program is not giving output, why?
|
|
[1 reply] : Besides the output, look carefully at lines 14 and 22. What if n star... (by PCrumley48)
|
by rddscalif
NEED HELP. very confused.
|
|
[5 replies] Last: JoshHenry, yes that helps so much! Thank you for the explanation as we... (by rddscalif)
|
by Koolal
while menu.
|
|
[1 reply] : In your while loop you have something like "if the letter is a capital... (by danghotties)
|
by qingcheng
my zipcode
|
|
[no replies]
|
by verte200
Help with linear search funtion.
|
|
[no replies]
|
Sorting a multimap in alphabetical order |
|
[7 replies] Last: It would work. Though it would change the structure of your program (a... (by JLBorges)
|
by ElliahRamos
String and goto, student project
|
|
[no replies]
|
by abdalimran
Why the program is not giving output?
|
|
[1 reply] : Your code has no way of exiting the while loops. the variable r is no... (by crimsonzero2)
|
by melgunn6
Pass by reference
|
|
[17 replies] Last: thanks for your help! I finally think i have it correct! (by melgunn6)
|
"Global" definitions to use in loops? |
|
[3 replies] Last: 1) Can I accidentally give "menubutton" a in-correct value, maybe 2? ... (by AbstractionAnon)
|
by BoomWrx
Help with default parameter value
|
|
[3 replies] Last: #include "stdafx.h" #include <iostream> using namespace std; // nee... (by rafae11)
|
by DEnumber50
Overloading operators
|
|
[8 replies] Last: The line numbers did remain the same, because I only removed and repla... (by DEnumber50)
|
by kdg926
Switching code to Class/object structure
|
|
[2 replies] Last: That's funny you mention its a poor definition as it was the one provi... (by kdg926)
|