need help with constructor |
|
[5 replies] Last: working on these functions right now SoS() ; The default constructo... (by xCriminialKingx)
|
by hpardo11
Help With Simple Program
|
|
[2 replies] Last: Well this assignment uses automatic submission and grading and the hea... (by hpardo11)
|
Help me (1,2) |
|
[20 replies] Last: But can you make it to backspace (by RazvanJackson)
|
by totalnooob
C program to check if in array are prime numbers
|
|
[1 reply] : You probably want to add special handling for inputs less than 2. (by LB)
|
by Generalbiiff
Please help
|
|
[3 replies] Last: thanks for the help... worked on my I pad... but when I run the fixed ... (by Generalbiiff)
|
by babanaitor
how do i count the number of values entered
|
|
[1 reply] : You don't need to store the 10 values at all. Use a looping structure ... (by LB)
|
by DrawerC
How can I count the length of the word by strlen
|
|
[3 replies] Last: I think (by DrawerC)
|
by franc0
aaaa
|
|
[1 reply] : The code you have shown uses both Java syntax and C++ syntax. Are you ... (by LB)
|
by yehozz
Arrays with functions
|
|
[9 replies] Last: Ooooh i got it now, Thank you so much! (by yehozz)
|
by xxllaacckks
how to retrieve the value from the original integer
|
|
[1 reply] : You forgot to ask a question. Questions end with question marks "?". (by LB)
|
by SamuelGr
Passing STL vectors of type object
|
|
[1 reply] : I'm not sure why you even need pointers at all here - why not use refe... (by LB)
|
by DreamTime
Assignment Operator Copies negative values instead of actual values
|
|
[2 replies] Last: If this == &other, then loop breaks : other.scoreArray is lost on line... (by MiiNiPaa)
|
Recursive tictactoe game help |
|
[3 replies] Last: I see. It will still go thru the possible ways to will and check if it... (by kbw)
|
by helios103
pointer and arrays, while loop doesn't run?
|
|
[1 reply] : That is because in your second code after the third for loop pTesxt no... (by CodeBlob)
|
by AnAriyan
Tic toch game C++ project without using arrays
|
|
[no replies]
|
by newbieg
Why a float in a double?
|
|
[2 replies] Last: Yes, integers with an absolute value below 2^24 are represented exactl... (by helios)
|
by ryanmac75
Having trouble finding the correct average
|
|
[2 replies] Last: I cant believe I overlooked that.... Works perfect now. Thank You (by ryanmac75)
|
by ipodder1985
generating random numbers in arrays
|
|
[1 reply] : your main function does not have a body: int main() {} Note that ... (by Gamer2015)
|
by s8050
Changing console font size in windows xp
|
|
[1 reply] : I think the problem with this idea is that the console is not directly... (by newbieg)
|
by kartik17
problem in making program using loop
|
|
[3 replies] Last: thanks for reply integralfx and CodeBlob. That solved my problem.Many ... (by kartik17)
|