by firstlast
Random Numbers on an Output Stream
|
|
[3 replies] Last: Cool, thanks for the help! It's been racking my brain for days now. (by firstlast)
|
by Mypcisslow
Writing function to return min/max of given test arrays
|
|
[1 reply] : Firstly all your arrays are empty arrays. You need to fill in values p... (by abhishekm71)
|
by ldelsignore
Xcode: Unusual Compiling Problem
|
|
[1 reply] : On line 3 try void chopin(int x, int& y, int z, int& q) Or modify li... (by ats15)
|
by Susan
Pointers
|
|
[5 replies] Last: Does it mean if i make a pointer p point to an the first element of an... (by Susan)
|
by Caith
Need help with inheritence (not compiling)
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/40071/#msg216270 (by ne555)
|
by KeegM480
Need Help ASAP with a Loop
|
|
[9 replies] Last: Sorry for such a late reply, major computer issues. I got it working n... (by KeegM480)
|
by ccngai
Problems about array modification
|
|
[1 reply] : Who can help me figure it out? (by ccngai)
|
by Queso36
Help with arrays
|
|
[1 reply] : You need a "18-20" as well. The calculation in line 21 is wrong. Need ... (by ShodanHo)
|
by wolfv
next_permution() compile error
|
|
[2 replies] Last: Thanks long double main. operator< is exactly what was missing. The f... (by wolfv)
|
by Firerap
Help with caesar shift/ endcoding, decoding
|
|
[no replies]
|
by Nicole G
Help with Hotel Occupancy Program?
|
|
[2 replies] Last: for(floor = 1; floor <= numfloors; floor++) { floor++; floor is a... (by xismn)
|
by BlackBug
stringstream
|
|
[2 replies] Last: http://www.cplusplus.com/reference/sstream/stringstream/ What don't... (by AbstractionAnon)
|
by Sharan123
sound
|
|
[2 replies] Last: To do any kind of I/O, you need a library. Even I/O to the console (c... (by Disch)
|
by dday9
Rand() gets same seed
|
|
[5 replies] Last: @Chervil - Thanks, I'll use the srand (0) and avoid having to include... (by Disch)
|
by ktmdude3
Two Dimensional vector assignment issues.
|
|
[no replies]
|
by Garion
Nested While Loop
|
|
[5 replies] Last: I noticed that behavior after I posted, I will have to remember that v... (by Garion)
|
by smittey
Function body in header file?
|
|
[2 replies] Last: Hah! Ah ok, thanks! So this way of defining is almost exclusively fo... (by smittey)
|
by dday9
if statement not executing properly
|
|
[4 replies] Last: @Mats, yeah I changed the output to lowercase rock, paper, scissors an... (by dday9)
|
by Garion
Comparing Values
|
|
[3 replies] Last: That fixed my error on that one. Thanks. This is where it gets hard f... (by Garion)
|
by selenium
getline() not working
|
|
[3 replies] Last: try this: #include <iostream> #include <fstream> #include <string> u... (by chipp)
|