by CSharp User
forward_list.erase_after seems to return an iterator to the erased element?
|
|
[7 replies] Last: No problem, and thank you for showing me the before_begin method w... (by Peter87)
|
by ICantC
std::forward_list erasing
|
|
[6 replies] Last: I just learned about before_begin() which allows us to simplify the ... (by Peter87)
|
by calioranged
Passing Member Function as Parameter to Another Member Function
|
|
[2 replies] Last: Thanks helios that's great! (by calioranged)
|
by JayGln
Best programming practices
|
|
[4 replies] Last: These are great suggestions thank you. I do know I am procrastinating,... (by JayGln)
|
by stoneJax
strlen
|
|
[3 replies] Last: That was it. Thank you so much! (by stoneJax)
|
by Abdulahad
Assignment
|
|
[1 reply] : #include <iostream> #include <cctype> #include <limits> int main() {... (by deleted account xyzzy)
|
Implementing polymorphically |
|
[2 replies] Last: Dynamic polymorphism is done in C++ through inheritance and virtual ... (by Ganado)
|
by doodoohead01
Trying to convert float to int with type casting operator
|
|
[3 replies] Last: Okay, thanks! I didn't think about that i should've remembered that th... (by doodoohead01)
|
by stoneJax
Compare Strings
|
|
[8 replies] Last: Your'e right it works. I had one line before that, s2 = '!';, to test... (by stoneJax)
|
by Detslibli
Population estimator, for loop not adding to variable and file is empty
|
|
[2 replies] Last: Yes, this helped me, I found out that I had File instead of file insid... (by Detslibli)
|
by daisy3713
Trouble writing files
|
|
[1 reply] : You're missing and ending code tag! I laugh at my own puns. Anyway, i... (by zapshe)
|
by Myro
Adding emp.totpay together
|
|
[3 replies] Last: got it double Payroll(incomeInfo employee , int NUM_EMPS) { doubl... (by Myro)
|
by stoneJax
Constructor
|
|
[5 replies] Last: stoneJax wrote: I am not sure of the differences between, or how... (by anup30)
|
by lost110
Operator overloading question
|
|
[7 replies] Last: Style choice with practical benefit. The public members are introduce... (by keskiverto)
|
Struggling with c-strings and arrays |
|
[2 replies] Last: The function "verticalWords" at the bottom doesn't have the same param... (by zapshe)
|
by gjur99
Structures with arrays help!
|
|
[4 replies] Last: //find the player with the highest score Is the function meant to... (by Repeater)
|
by cloudsdale
Sharing objects between functions
|
|
[7 replies] Last: Good luck. Hope you find what you're looking for. (by Repeater)
|
by Harry792
D&D initiative tracker program
|
|
[3 replies] Last: yes, I get it. I would store all the players in a vector. roll/ co... (by jonnin)
|
by redfury
Problem in making operator overloading function a friend of class
|
|
[3 replies] Last: When confronted by a list of errors one line of attack to fixing them ... (by deleted account xyzzy)
|
by PistolPete10
need help with a input function
|
|
[5 replies] Last: Heh, I really do need coffee and lots of it. The comment at line 40 I ... (by deleted account xyzzy)
|