by theraz
Guess a randomized number from an array
|
|
[4 replies] Last: If you insist on doing that, use the version with a compiler that isn'... (by Moschops)
|
by alexbnc
Split a char array by delimiter
|
|
[2 replies] Last: It works! For the moment I will remain with the strtok. Thank you! (by alexbnc)
|
by vizion
score exams and categories
|
|
[5 replies] Last: I got it thanks for the tips. I took those lines out and moved the res... (by vizion)
|
by MrBackpack
accessing private members of a class
|
|
[6 replies] Last: Employee::Employee( int initId, string initName, double initHourlyPay... (by MrBackpack)
|
by Lazysquirell
no user input throw exception
|
|
[1 reply] : Sounds like you're using one of the formatted input methods that skip ... (by Cubbi)
|
by taraoski
recursive palindrome string
|
|
[2 replies] Last: Thanks that makes sense! (by taraoski)
|
by kinggrunt
Tic Tac Toe
|
|
[6 replies] Last: kinggrunt, on your check function it ends with "return 'O';" no matter... (by emilya)
|
by jenni davis
strcpy
|
|
[2 replies] Last: Thank you. Saved me another 2 hours of staring at it. Never would have... (by jenni davis)
|
by Doccarson
Need to find the array's average
|
|
[3 replies] Last: By using "cout" like you have before. Also, another little note: yo... (by Gaminic)
|
Help with reading from file |
|
[15 replies] Last: Is there some sort of easy way to do what is described here? a. Each... (by xXcandyKissesXx)
|
Pointer Problem |
|
[1 reply] : Could you be more specific as to what you don't understand, or do you ... (by Catfish)
|
by acronym
Arrays and Vectors
|
|
[1 reply] : gcc error messages: prog.cpp: In function ‘double sum(std::vector<... (by hamsterman)
|
by Final9mare
Problem with array copying over
|
|
[3 replies] Last: actually nevermind, I figured it out, I was not resetting the first an... (by Final9mare)
|
by Final9mare
Need some help with arrays
|
|
[3 replies] Last: You can do it 'in place': The first element of the second array wil... (by Gaminic)
|
by jew
C2064 - argument error
|
|
[14 replies] Last: No worries, good luck! (by gh24)
|
by voytek707
School project \ mystery error
|
|
[4 replies] Last: I didn't read through the code but since you don't include fstream p... (by Alrededor)
|
by dem5813
Casrtesian plane. How to store points that lie on the X axis:I think I need arrays.
|
|
[5 replies] Last: Yeah, that's coz you've put the loop at the wrong point. See, after yo... (by Caprico)
|
by dem5813
Could you help me seperate my main function into multiple different functions, please?
|
|
[5 replies] Last: Yeah, you are right, I am so lost now exactly because I've started wor... (by dem5813)
|
by vgaur25
array
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/arrays/ (by gh24)
|
by humyunfuad
Complicated
|
|
[2 replies] Last: [well,I have some basic knowledge over C.I need to implement genetic ... (by humyunfuad)
|