by famous716
New to C++ and confused (1,2)
|
|
[20 replies] Last: Please post your latest program that you are working with. The one pos... (by leftcoast)
|
by Tk731
File and char help
|
|
[2 replies] Last: The problem with that is all the information is on the SAME file. Also... (by Tk731)
|
by noobneedhelp
how to get 5 cases to compile correctly
|
|
[11 replies] Last: #include <iostream> using namespace std; int main() { double ctem... (by noobneedhelp)
|
Error : Subscript requires array or pointer type |
|
[9 replies] Last: The value will be unknown because total is not enter. So does that mea... (by closed account y6DLy60M)
|
by wynnf4
only output is incorrect???
|
|
[1 reply] : Why are you using both operator>> and std::getline to read q1a from ci... (by Peter87)
|
by Eddy562
Help with calculations
|
|
[2 replies] Last: I have started the code, I am stuck at the part where I have to the ca... (by Eddy562)
|
Simple randomizer |
|
[1 reply] : You don't need the for loop and for the random, make it so it random... (by Callum5042)
|
by stfnhill
Expected expression error?
|
|
[9 replies] Last: I can think of a few reasons as to why you're receiving your error mes... (by closed account zb0S216C)
|
C++ Rounding |
|
[4 replies] Last: Thanks guys! It works! Case solved :) (by chunkymonkey11)
|
Mersenne Twister - Yet Another C++ Implementation |
|
[2 replies] Last: Still... No replies. :( (by Zia Ur Rehman)
|
by NostawTtam
Inputting data from a file to an array
|
|
[no replies]
|
by krisbkreeme
How do I round up to the next 100?
|
|
[1 reply] : Check the <cmath> header file--to be specific, the ceil function: ... (by Aceix)
|
by xzbit
making a chat application
|
|
[1 reply] : I am new too. I might be able to help if I know how you made it go fr... (by Forseth11)
|
by snaxpax
How to check a url
|
|
[no replies]
|
by Trac511
Passing by reference and value. Please explain prototypes and headers.
|
|
[4 replies] Last: Why do you need void , can't you just do it the way I did it?... (by Forseth11)
|
by Forseth11
••MY PROGRAM (The one I used GetAsyncKeyState for)••
|
|
[1 reply] : I have found a small glitch with the decoder and encoder, when ever I ... (by Forseth11)
|
by Yangfizz
how come the following code doesn't print out that i want.
|
|
[3 replies] Last: Well, your original code didn't do anything with the value returned fr... (by Chervil)
|
by MariMar
Why matters what return type of the fucntion is?
|
|
[no replies]
|
by NeXy96
Array & Function questions
|
|
[2 replies] Last: okay, thanks! :) (by NeXy96)
|
by krisbkreeme
A few questions from a beginner
|
|
[2 replies] Last: I just started this a little bit ago. #include <iostream> #include <... (by krisbkreeme)
|