by jojojo
can you tell me what's wrong?
|
|
[1 reply] : first question: //here I don't why it dosen't work ! while( L<H)... (by MaikCAE)
|
by KaidzAccount
Type conversion problem
|
|
[1 reply] : An array name without brakets is a pointer to the array. Therefore:... (by Disch)
|
by dunsondog109
reading from the command line
|
|
[6 replies] Last: thanks (by dunsondog109)
|
by jofl
sorting array without subscripts??
|
|
[12 replies] Last: ok that is going great Thanks to all and to all a good night merry ch... (by jofl)
|
by Sorb3t3ro
Problem displaying output
|
|
[2 replies] Last: Well you could read the rest (and I did, it was fun) but you might con... (by tummychow)
|
identifiers in C++ code |
|
[3 replies] Last: Where would you say that pow is no longer overkill? (just curious...) ... (by tummychow)
|
input from a file |
|
[4 replies] Last: Cool! Thanks! (by killemall77777)
|
by Lisa
Program Errors
|
|
[5 replies] Last: Okay the program will compile now with no errors but when I go to run ... (by Lisa)
|
by dominic3176
Constructing a linked list using pointers
|
|
[2 replies] Last: Thanks for the pointers (no pun intended)! I'm still getting a bit of ... (by dominic3176)
|
by dominic3176
Time complexity for O(n) and O(2^n)
|
|
[no replies]
|
declaration |
|
[5 replies] Last: Thanks guys!!! I forgot to put in using namespace std; just one sma... (by jason007thomas)
|
by MattN
#include Related Issues
|
|
[1 reply] : Are you using the same macro for the three inclusion guards? If that's... (by helios)
|
by sparky
Weighted Graph?
|
|
[2 replies] Last: Thanks jRaskell for replying. I would like to implement the weight for... (by sparky)
|
by stickers123
Average won't average
|
|
[3 replies] Last: this is my work and it didn't work at first bcoz the name you decle... (by jojojo)
|
by spaceboy1026
Printing primes using the seive method
|
|
[3 replies] Last: Thank you for your comments. You were right, I did make stuff false b... (by spaceboy1026)
|
by gedas
Vectors
|
|
[3 replies] Last: That remove algorithm is in my opinion somewhat mis-named. In this... (by guestgulkan)
|
by AleaIactaEst
static function
|
|
[1 reply] : static functions declared within the scope of a class are non-member f... (by jsmith)
|
by burned2many
first time working in arrays
|
|
[1 reply] : your here #include <iostream> #include <cstring> using namespa... (by hongquan156)
|
by Brainstorm
C++ future
|
|
[3 replies] Last: I had this strange feeling that C# wasn't nice as it appears to be. I'... (by Brainstorm)
|
by pm2gonzales
argument in a switch
|
|
[4 replies] Last: I changed all of the char arrays to have the same size, but I'm still ... (by pm2gonzales)
|