by mxjabber
images
|
|
[no replies]
|
by Adot2the
C++ Project I've been stuck on for weeks...
|
|
[1 reply] : #include <iostream.h> #include <cmath> void findPrime(int, int)... (by psault)
|
by bettie
trouble using loops
|
|
[9 replies] Last: Thankyou (by bettie)
|
by antoin
Sorting
|
|
[3 replies] Last: Okay gzero, thanks mate got it working now with no errors (by antoin)
|
by nizbit
Code wont compile
|
|
[3 replies] Last: Try the C++ Documentation and look at the Arrays page. http://www.c... (by xabnu)
|
by velaphi
integers and loops
|
|
[2 replies] Last: excellent it works, thanks (by velaphi)
|
by velaphi
logical error
|
|
[2 replies] Last: Thank you very much, i've been trying to solve this problem for the pa... (by velaphi)
|
by Theeper
Looping and managed strings
|
|
[no replies]
|
by firebird
halvnumber() c++ code
|
|
[9 replies] Last: Thank you so very much (by firebird)
|
by sukabanjot
writing to file
|
|
[2 replies] Last: For a simple text file: #include <iostream.h> #include <strin... (by psault)
|
by mikeym
Return a pointer by reference
|
|
[1 reply] : Anyone? Is this question to hard for the beginners section or somet... (by mikeym)
|
C++ Compiler |
|
[1 reply] : Try Bloodshed software's Dev-C++ (by psault)
|
by UltraMagnus
Compile Error When Using List of Pointers
|
|
[5 replies] Last: I have never seen how to use the list class; in particular, the line ... (by psault)
|
by guruguy87
Case Switch used within nesting
|
|
[1 reply] : #include <iostream> using namespace std; int main() { int fl... (by psault)
|
by merille181
do..while function
|
|
[1 reply] : This might not be perfect, but it's something like what you asked abou... (by psault)
|
by osprey
looping in a phone dir
|
|
[1 reply] : getName(firstName, lastName); input.open("phoneDir"); while (... (by psault)
|
by vaflyboy03
BUBBLE SORT PLEASE HELP
|
|
[1 reply] : try changing temp = A[j+1]; to temp = *A[j+1]; and then *A ... (by psault)
|
by skev
help with loops
|
|
[3 replies] Last: Just move your output line outside of the while loop. In this case, m... (by psault)
|
by mxjabber
number guessing game
|
|
[6 replies] Last: ok, thank you again, that will help a lot ^_^ (by mxjabber)
|
by filluup
schedual meeting
|
|
[no replies]
|