by TheEurekaMan
|14| error: expected primary-expression before ‘EmployeeName’|
|
|
[4 replies] Last: Thanks for your help everyone. Especially that last bit about actuall... (by TheEurekaMan)
|
Trouble with Continue and Break statements (1,2) |
|
[26 replies] Last: a) choice needs to be initialized to some (arbitrary) controllable val... (by closed account 48T7M4Gy)
|
by lovecoding
Self stading program C++ Help
|
|
[3 replies] Last: Which question did you answer The first three. Regarding question 1... (by mbozzi)
|
by weelad
trying to create a basic linked list
|
|
[1 reply] : Just follow your state mutations. (enter List1::List1()) head =... (by helios)
|
by i773
Handling Destructors properly in header?
|
|
[15 replies] Last: Is the cstrValue simply an input parameter? Does the function promise ... (by keskiverto)
|
by rezy3312
While loop IDK what is wrong
|
|
[1 reply] : Line 38 is selecting a condition of wrong input. This can occur for on... (by lastchance)
|
by markquill
Document Scanner
|
|
[1 reply] : this is a programming forum for software development. Someone might ... (by jonnin)
|
by bluefrog
lock-free queue usage
|
|
[7 replies] Last: But if a queue (lock-free or not) is empty, then you have to wait No... (by Cubbi)
|
by TheArk
average time function and arrays
|
|
[6 replies] Last: Hello TheArk, just before the return 0;" in main put these two lines:... (by Handy Andy)
|
by dansparce
Formatting the output of an array
|
|
[3 replies] Last: worked like a charm Well, I hope it wasn't seen as some mysterious i... (by Chervil)
|
using points to remove a char from an inputted string |
|
[13 replies] Last: First let me apologise if anything I said previously was not very clea... (by Chervil)
|
by Bopaki
Why am I getting this error
|
|
[4 replies] Last: Thanks Peter87 It worked like a bomb with guards (by Bopaki)
|
by puertas12
deprecated conversion from string constant to 'char*'
|
|
[6 replies] Last: Thank you I have now a clear idea (by puertas12)
|
by rajhansk
Can anybody tell me why do we need a range based for loop?
|
|
[2 replies] Last: ohhh I get it =D (by rajhansk)
|
Class member variables/functions |
|
[13 replies] Last: Glad you had it working. "Fixing" such kind of problem is part of prog... (by longberns)
|
by Foreck
Program to enter text into another program
|
|
[no replies]
|
by rajhansk
why does this program giving one output even if the initial position is at the end?
|
|
[1 reply] : !Input_file.eof() does not work as you expect. http://www.dreamincode.... (by Thomas1965)
|
by EtDecius
Class Inheritance and private containers
|
|
[7 replies] Last: > The exercise states to create a Hand class, as well as a Deck class ... (by JLBorges)
|
by jamesfarrow
random number function not working
|
|
[3 replies] Last: Cheers!! I can't believe it was so easy! Been scratching me head for a... (by jamesfarrow)
|
by dansparce
Array size variables in functions
|
|
[11 replies] Last: On the right track. Try something like this. You'll need to pass back ... (by closed account 48T7M4Gy)
|