by PP Namias
Averaging Grades
|
|
[3 replies] Last: #include <iostream> #include <vector> using namespace std; struct Bo... (by lastchance)
|
by WakelessFoil
User controlled loop not working
|
|
[2 replies] Last: look at what dutch says then look at lines 30 & 36. Also look where yo... (by CodeGoggles)
|
by agnt1831
2D Histogram
|
|
[6 replies] Last: First of all, that is amazing. Thank you. To be honest, I have no id... (by agnt1831)
|
by JacenT98
Help with a Blackjack Project
|
|
[1 reply] : a linked list looks like this: class data { int i; double d; ... (by jonnin)
|
Header hell |
|
[2 replies] Last: a 'master' header file is fine in some situations, esp for a large fil... (by jonnin)
|
by DonnaPin
issue with virtual string function
|
|
[3 replies] Last: That is a constructor member intializer list , initializes the data m... (by deleted account xyzzy)
|
by irene 127
for loop overwriting itself for an array.
|
|
[3 replies] Last: this is so much clearer now! thank you so much. (by irene 127)
|
by lychee
How to read 4x4 2D-array from file
|
|
[6 replies] Last: @seeplus Yes I did see it the code is for reading file and it works a... (by lychee)
|
by heart1210
Trying to get the Numbers to input and do the calculation correctly
|
|
[9 replies] Last: Andy, Thank you for the information and the help. I will take it all ... (by heart1210)
|
by chebyrek
Help!
|
|
[11 replies] Last: #include <iostream> int main() { char str {}; std::cin >> str; ... (by seeplus)
|
swap two parts of a string |
|
[6 replies] Last: Thank you all so much for helping me, really appreciate it :) (by laura fidarova)
|
by chebyrek
Help with this task
|
|
[4 replies] Last: #include <iostream> #include <valarray> #include <string> using names... (by lastchance)
|
by chebyrek
Please correct my code
|
|
[3 replies] Last: #include<ctime> #include<iostream> #include <cstdlib> using namespace... (by againtry)
|
by dada51
I'm stuck with a very simple problem
|
|
[10 replies] Last: A couple minutes ago I didn't have a clue about what you meant by "cod... (by dada51)
|
by noahk81
"Undefined reference to" Error
|
|
[1 reply] : Note the discrepancy: void load(vector<record> &allEmployees, ifstr... (by dutch)
|
by chebyrek
Check my code, please!
|
|
[4 replies] Last: seepluc, thank you for your help. You have helped to solve many proble... (by chebyrek)
|
by Violetzz
why I didn't get my desire input?
|
|
[12 replies] Last: You don't need to worry about passing by reference for now. You just... (by MikeyBoy)
|
Swap lines in matrix |
|
[5 replies] Last: thank you soooo much for the 193934th time!) (by laura fidarova)
|
by yvez
Printing string array in For loop seems to print memory location, how to fix this?
|
|
[2 replies] Last: Oh! thanks it worked now (by yvez)
|
by Violetzz
why my function didn't working?
|
|
[5 replies] Last: thank you for your advice :D really appreciated that! ^_^ (by Violetzz)
|