by kev172006
problem with while loop
|
|
[5 replies] Last: void data_out(employeeType anEmployee) { cout << anEmployee.fname b... (by closed account 48T7M4Gy)
|
by waranthem
Program skips "if statement" if true?
|
|
[7 replies] Last: Along those lines, http://www.roulette.com.au/strategy/playing-red-or-... (by closed account 48T7M4Gy)
|
by dana18
"segmentation fault.core dumped"
|
|
[3 replies] Last: Line 10: The vector t is empty. You cannot access it like on line 19... (by coder777)
|
by dana18
convert problem
|
|
[2 replies] Last: http://www.cplusplus.com/forum/beginner/180210/ (by closed account 48T7M4Gy)
|
by Enot02
This form parameters are difficult!
|
|
[5 replies] Last: Thanks programmers! Goodbye! See you next time! (by Enot02)
|
by Sakas
Fibonacci sequence into a vector<string> for sorting.
|
|
[no replies]
|
by jem19
Snipper for (for loop, while loop, do while loop)
|
|
[3 replies] Last: See http://www.cplusplus.com/forum/beginner/179925/ (by closed account 48T7M4Gy)
|
by jem19
One Program (For loop, while loop, Do while loop)
|
|
[5 replies] Last: See http://www.cplusplus.com/forum/beginner/179500/ (by closed account 48T7M4Gy)
|
by RicMat96
EOF
|
|
[no replies]
|
by ankit137
Stack as array
|
|
[1 reply] : Even when I am not passing the stack array as reference in the in... (by coder777)
|
by jekaterina
Count the frequency of words in array and delete duplicates
|
|
[3 replies] Last: You need a variable to store the number of unique words after you have... (by Thomas1965)
|
by stevecaboose
Passing a file into an Expression Tree
|
|
[1 reply] : SOLVED: changed the build_tree function in the main to this: void b... (by stevecaboose)
|
by leashbomb69
getting errors with code please help
|
|
[9 replies] Last: OMG I GOT IT TO WORK (EXECUTE) THANK YOU SO SO SOOOOO MUCH!! (by leashbomb69)
|
by cspace
Storing address: intptr_t vs uintptr_t
|
|
[4 replies] Last: I used "hex literal address" to mean the "literal" value here: (u)int... (by cspace)
|
by remone
One Time Pad- Encryption program
|
|
[12 replies] Last: #include<iostream> #include<vector> #include<stdlib.h> #include <stdex... (by gg101)
|
by asam22
class constructors and initialization - Implementation Help
|
|
[no replies]
|
Unrecognized operand error |
|
[3 replies] Last: For example which line in the snippets provided is line 137 in your a... (by AtticusOmundson)
|
by nameishi
why is Return 0 not leaving my method??
|
|
[11 replies] Last: i see Thanks! (by nameishi)
|
Help with player movement |
|
[2 replies] Last: I would guess that since you don't have a case '*' in your print fun... (by cire)
|
by Axarator
Having trouble with multiple or's
|
|
[1 reply] : if ( (down_p || left_p ||right_p) && g_up ) { (by cire)
|