by paetim
shipping charges
|
|
[4 replies] Last: thank you so much. Figured it out and you guys were right. (by paetim)
|
by birdwalkr
Function that reverses a string?
|
|
[1 reply] : C++ has the function reverse() , so normally you wouldn't need to do ... (by Cubbi)
|
Need help with a stupid question. |
|
[2 replies] Last: Ohh god feel so dumb right now lol knew it would be something stupid l... (by closed account 3qX21hU5)
|
by tian447
IF statement not working in basic menu
|
|
[3 replies] Last: if (menuChoice == 'I' || 'i') This is evaluating to "If ((menuChoi... (by Moeljbcp)
|
by bosox99
Printing to file, multiple program runs.
|
|
[1 reply] : Then use the ios::app flag as a second parameter for open(); funct... (by Aceix)
|
by bowlbase
output every n terms
|
|
[4 replies] Last: I thought about doing a for loop earlier but the series uses a for and... (by bowlbase)
|
by AuburnChicky
Program giving date
|
|
[no replies]
|
by hyundoj
MessageBox
|
|
[3 replies] Last: Then I've not heard of MessageBox::Show before,but just MessageBox(... (by Aceix)
|
by manonthem00n
C++ Classes help
|
|
[1 reply] : You shall delete the allocated bankAddress in the destructor. It is ... (by vlad from moscow)
|
by boazgeorge
How do i compare two objects in a string?
|
|
[18 replies] Last: Let's approach this from a different angle. Suppose you have a phone ... (by cire)
|
by alepxpl93
function return problem
|
|
[1 reply] : pass the two variables as reference and assign the values to them in t... (by codewalker)
|
by nahla
Do these following input data lines work correctly?
|
|
[4 replies] Last: What happens in scenario 3 is that 24 is extracted from the stream int... (by cire)
|
by jmeadors24
Passing an array of structures using a pointer
|
|
[7 replies] Last: That worked perfectly, thank you. And sorry for the simple questions. ... (by jmeadors24)
|
by smccuan
How to convert string to int, and check for errors...
|
|
[4 replies] Last: You are correct, '+' being a valid symbol at the beginning of a number... (by cire)
|
by ShaoC
prime number testing
|
|
[2 replies] Last: i got it thanks for your time, =] (by ShaoC)
|
by ShaoC
while/if
|
|
[5 replies] Last: isee, thanks alot! (by ShaoC)
|
print function in classes |
|
[4 replies] Last: ok mom (by ilovelearning)
|
by skarla
help
|
|
[1 reply] : have a look at http://www.lazyfoo.net , and follow the instructions pr... (by Fransje)
|
by tgeo
Struct variable not remaining
|
|
[2 replies] Last: I knew it was something like that, I assumed it would pass the struct ... (by tgeo)
|
by GIjessiebear
Problem with modulus division
|
|
[5 replies] Last: Glad it was some help. Actually, in the first version, there are sep... (by Chervil)
|