by jakesweater
Need ideas for a code
|
|
[no replies]
|
by Martin V
Passing just one field of a struct as a parameter
|
|
[2 replies] Last: Functions operate on whole types. The function open_door() operates on... (by helios)
|
by faust058
Classes with CounterType
|
|
[2 replies] Last: Thanks. I appreciate it (by faust058)
|
by jakesweater
Roll a die game
|
|
[4 replies] Last: I need to out beat my professor star pupil. Thank you. (by jakesweater)
|
by Emma Naylor
How do I set values of an array using a for loop?
|
|
[2 replies] Last: Alright I've amended the program so that I can at least get one card t... (by Emma Naylor)
|
by kikolak
contains warning
|
|
[1 reply] : Can you tell us the warning message and what line you think it might b... (by closed account oGwfSL3A)
|
by Lotherad
PdCurses box problem
|
|
[no replies]
|
by AceDawg45
Help with DO while loop?
|
|
[3 replies] Last: OOOHHHH!!! Yeah I remember seeing that somewhere. I used to only use d... (by AceDawg45)
|
by Martin V
Bool function used in procedure not working as expected
|
|
[3 replies] Last: Thanks a lot Thumper, your response really helped. This is the code th... (by Martin V)
|
by Sharan123
Exception error
|
|
[6 replies] Last: Thanks :) (by Sharan123)
|
by popup271
Globalize a function variable
|
|
[2 replies] Last: Maybe try passing the strings by reference? This, void get_cWord(ifs... (by Keppit)
|
by Edonis
Help.
|
|
[7 replies] Last: int i=1; int n=100; double p; if ((i>40)&&(i<70)) { do { ... (by keskiverto)
|
by mdeeza
trouble with derived class
|
|
[3 replies] Last: thank you both for great feedback, tweaked it with more of a combinati... (by mdeeza)
|
by Graeme Hart
Printing Element in a Linked List
|
|
[2 replies] Last: Sweet, that's it. And yeah, I know I shouldn't ignore warning, and I ... (by Graeme Hart)
|
by ldelsignore
Char Array Upside-down Question-mark Error
|
|
[1 reply] : In the second for loop, you should try printing foo instead of foo ;... (by Danny Toledo)
|
by jakesweater
Error in my tic-tat-toe code
|
|
[1 reply] : const char X = ’X’; Whatever you are using here they aren't st... (by Hippogriff)
|
Error in the code |
|
[2 replies] Last: Like yulingo said, can we see the errors your getting? Also, can I se... (by closed account oGwfSL3A)
|
by Kaevan807
Multithreading using <thread>
|
|
[5 replies] Last: I have an InterlockedExchangeAdd function within my bank object's tra... (by Disch)
|
by popup271
What is going on here? PLEASE HELP!
|
|
[4 replies] Last: Thank you guys! I need to invest more time in sleeping XD (by popup271)
|
by leo255
What's Wrong With My Basic Sort?
|
|
[5 replies] Last: Thanks again, Glandy. Yeah, I would love to use vectors, but the part... (by leo255)
|