by pals123
Calling Functions
|
|
[3 replies] Last: It's not calculating properly You should explain what you mean by th... (by Ganado)
|
by iamnoob15
What is the difference .....
|
|
[2 replies] Last: Thank you Sir. :) (by iamnoob15)
|
by hellworld136
quadratic equation help
|
|
[13 replies] Last: Let me suggest that you have qroot() return a bool that indicates wh... (by dhayden)
|
by h4ever
access to std::string element
|
|
[3 replies] Last: Corrected, thanks if (i == 2 && (*it) != '-' ) (by h4ever)
|
by shadowCODE
expected type specifier
|
|
[4 replies] Last: Thanks. it works (by shadowCODE)
|
by hellworld136
factorial logic question
|
|
[2 replies] Last: [quote=Homberto]the code works for me. Uggh...did you even read the O... (by giblit)
|
by hellworld136
Array question
|
|
[4 replies] Last: Thanks for the detailed reply. The resource I'm studying taught arrays... (by hellworld136)
|
by Riesel1
Speed up C++ code
|
|
[4 replies] Last: Was it because I neglected to reopen values2? Yes. (by Chervil)
|
how long does it take for you to finish a c++ book |
|
[1 reply] : It honestly is not about how fast you go. Just learn the material one ... (by Edwards)
|
by rozick1
sieve of eratosthenes seems slow
|
|
[1 reply] : 1) Construct the vector with the value you want, rather than iteratin... (by Disch)
|
by unstoppy
SFML Mouse event
|
|
[6 replies] Last: omg what a stupid mistake by me. thank you so much. i couldnt find thi... (by unstoppy)
|
by TheToaster
Having trouble understanding libraries and API.
|
|
[5 replies] Last: So, if I understand correctly, OpenGL is used for making graphics do t... (by TheToaster)
|
by Smzamir
Problem in saving results in a text file
|
|
[4 replies] Last: Hey Gingi, i appreciate your idea to closing the file. file.close() ... (by shadowCODE)
|
C Programming- "Expected Expression Before % Token" |
|
[2 replies] Last: Also, a switch() statement would be more appropriate here than the r... (by dhayden)
|
by hellworld136
While loop question
|
|
[4 replies] Last: Thanks for the help. I got it working now, if there was a better way o... (by hellworld136)
|
Linked list |
|
[2 replies] Last: Thanks bro i realized the problem and it's now working .... so foolish... (by MRKSalman0349)
|
by h4ever
error C2039: 'IsDirectory' : is not a member of 'FILE_'
|
|
[2 replies] Last: Thanks. (by h4ever)
|
by iamnoob15
Hi I'm new here:)
|
|
[2 replies] Last: Thank you so much Sir! :D (by iamnoob15)
|
by it058
pointer to constant
|
|
[6 replies] Last: As per your instructions : my code #include<iostream> #include<conio>... (by it058)
|
wHILE LOOP |
|
[6 replies] Last: can u post exactly what you would like the read out to look like. (by kmtompkins)
|