by catalin10
using a subprogram sub
|
|
[13 replies] Last: it must display "YES" if any two consecutive numbers entered are equa... (by ne555)
|
by OxBADC0DE
Is this possible in C++?
|
|
[5 replies] Last: C++ has no such an operator as <>, and only existent C++ operators can... (by vlad from moscow)
|
by learn2adv
Const and Pointers.
|
|
[9 replies] Last: does the syntax to the left of * mean that const int is applied to Va... (by coder777)
|
by MinwooJu
Pancake glutton
|
|
[8 replies] Last: Here, you are using 'i' to set min and max... 1 2 3 4 5 6... (by MinwooJu)
|
by magadavixt
if else if statement the correct choice?
|
|
[1 reply] : What is it?! double Age; double Service; double Rule1; ... (by vlad from moscow)
|
by azaaza
question about function call
|
|
[2 replies] Last: I see. Thanks for your detailed explanation, hamsterman! (by azaaza)
|
Need help on simple program |
|
[3 replies] Last: Lines 80, 89, 99, and 103: You're using the assignment operator instea... (by Albatross)
|
by Kickasstimus
Weird problem
|
|
[1 reply] : You'll have to post more of your code. (by hamsterman)
|
by kd7vdb
Using a Array and Capitalizing letters
|
|
[7 replies] Last: Use this example. // toupper.cpp : main project file. #include "stda... (by whitenite1)
|
by Andrew2172
NEED HELP WITH LOOP
|
|
[7 replies] Last: Figured it out. Thanks everyone. (by Andrew2172)
|
by adamhere
Why my variable is not calculating?
|
|
[2 replies] Last: yea sry I just did it :) thanks for telling me :) (by adamhere)
|
Compile error |
|
[8 replies] Last: That did it! The program itself has some flaws, but I can debug them m... (by WastedPotential)
|
strings and output files |
|
[1 reply] : You are opening the file, but you aren't writing anything to it. Add... (by Hippogriff)
|
by tctwins
Sales bar chart using loops
|
|
[5 replies] Last: Please help. I need this assignment bad! (by tctwins)
|
Help With a Program |
|
[no replies]
|
by zbowers16
Can anyone show me this program for C++. I am not very good at programming.
|
|
[3 replies] Last: Ok well you're missing a closing brace for the switch statement and yo... (by Muckle ewe)
|
by Kuronoma
A Programe to remove a specific char. from string
|
|
[no replies]
|
by gelatine
loop doing wrong things.
|
|
[5 replies] Last: I think you need to preserve a's value. If so don't change a's value ... (by vin)
|
Get program to stop reading line if input is an integer? |
|
[no replies]
|
by jayzy13
Help about reading lines.
|
|
[1 reply] : You can't alter a specific piece of a file. Instead, you read-in all o... (by closed account zb0S216C)
|