by kigoral
Help with using structs
|
|
[4 replies] Last: I got it working, thanks for help in any case! (by kigoral)
|
by Fireproof13
Noob help with Mac commands
|
|
[no replies]
|
by Wabush
Can't really understand what cin.ignore() does
|
|
[2 replies] Last: First of all, thank you for your help. And yes, now I remember that I ... (by Wabush)
|
by basg
Advice c++ Menu
|
|
[no replies]
|
by chmary
salut tout le monde je suis un étudiant en informatique de gestion
|
|
[no replies]
|
by mlholder
Command Line Arguments
|
|
[1 reply] : Find the executable, usually in the project folder under Debug if you'... (by JayhawkZombie)
|
2 programs I cant do, c++ |
|
[2 replies] Last: My program is not running That does not tell much. If a code fails ... (by keskiverto)
|
by survivor31
boolean loop
|
|
[11 replies] Last: It's fine you give me a hard time... I need the push to find alternati... (by survivor31)
|
by AliElsaid
Problem in 2D array
|
|
[3 replies] Last: #include <iostream> using namespace std; int main() { int rows =... (by closed account 48T7M4Gy)
|
by PopRockCandy
length of a string
|
|
[6 replies] Last: My bad... there's still a lot to come up with, If you want I can edit ... (by shadder)
|
by Saibachick
Dog age calculator won't calculate (if...else if)
|
|
[2 replies] Last: Oh, crap. Can't believe I missed that. Thank you very much honestly :D... (by Saibachick)
|
by tkj80
if-else statement
|
|
[1 reply] : You should put your else block in braces. If you don't use braces, o... (by JayhawkZombie)
|
by rantiv
sum and products
|
|
[5 replies] Last: It was just a challenge activity for Intro to programming. They asked ... (by rantiv)
|
by Reekoh
Help. reading from File
|
|
[1 reply] : It never prints because string phrase; doesn't have a value. Make a ... (by closed account iGLbpfjN)
|
by Darkslayertv
Very Beginner Question(While Loop)
|
|
[1 reply] : your code, indented int main() { int tooLow = 0; int tooHigh = 100;... (by ne555)
|
by tolulekes
trying to read from a file
|
|
[4 replies] Last: Tolulekes, On line 56 myfile.open ("Aisosa.txt", ios::in|ios::ate)... (by Handy Andy)
|
by spikey1972
calling a running Avg function in a for-loop
|
|
[2 replies] Last: @ gentleguy.. compiler errors here are irrelevent. I'm trying to put... (by spikey1972)
|
by LainStorm
Help: read/wirte to struct
|
|
[9 replies] Last: Okay, but why are you even defining any President in main()? You never... (by jlb)
|
by ghostaccount
Programming Contest Problem output giving extras blank spaces
|
|
[3 replies] Last: The problem is probably being caused because the example you're using ... (by jlb)
|
by davBams
Issue with linkedlist program, embarrasingly elusive!
|
|
[5 replies] Last: i.e does the getline() leave an end of line character in the input bu... (by jlb)
|