by decoy98
Program returns garbage value
|
|
[1 reply] : Perhaps the question you want to ask doesn't really have to do with ex... (by ultifinitus)
|
by mi6aka
bool function return
|
|
[2 replies] Last: Glad you figured it out! Looks to me like you included your else state... (by ultifinitus)
|
by daemonhall
cout not declared?
|
|
[7 replies] Last: Things can get pretty messed up. The first two answers do a pretty goo... (by closed account 2LzbRXSz)
|
by misskmarie
Deallocating Pointers with Arrays
|
|
[6 replies] Last: ultifinitus Thanks for the explanation. It makes a lot more sense now... (by misskmarie)
|
by patriic48
Function call from a class
|
|
[2 replies] Last: Thank you very much Peter87 - That solved my problem, I really appreci... (by patriic48)
|
by mighty asker
Using pointers?
|
|
[6 replies] Last: Yes. (by TarikNeaj)
|
by lckwswws
Bulls and Cows
|
|
[2 replies] Last: This is my code for this exercise but using letters This was more comp... (by etrusks)
|
by eastw
How To Calculate Frequency In An array
|
|
[1 reply] : Why u dont try something like this?: arr = [0 0 1 1 1 0 0 0 0 1 1 0... (by EdevanX)
|
Please correct Program |
|
[3 replies] Last: This code works, don´t forget to comment your code in the future. #... (by patriic48)
|
by Cobey
save value as Pointer address
|
|
[3 replies] Last: stringstream http://www.cplusplus.com/reference/sstream/stringstrea... (by Cobey)
|
by ethantiang
strstr() overloading?
|
|
[3 replies] Last: What do you expect to happen, if you do: const char * foo = "Hello"; ... (by keskiverto)
|
by Avarghese
Random Number Guessing
|
|
[13 replies] Last: You continue to define your function within int main(); I suggest you... (by germanchocolate)
|
by mighty asker
Converting string to hex
|
|
[7 replies] Last: Thank you all. I'd be grateful if someone link me some good sources of... (by mighty asker)
|
by RyuuMamoru
Passing Parameters As Pointers?
|
|
[5 replies] Last: You mean this? http://www.learncpp.com/cpp-tutorial/78-function-point... (by fg109)
|
Pyramidal display |
|
[1 reply] : if (np == -1) cout << ' '; else cout << setw(2) << '0'; ... (by fg109)
|
Array as a Pyramid |
|
[2 replies] Last: Ignore this post, I guess the question posted twice, once blank. (by confusedengstudent)
|
by DarkHeng
Destructors being called twice in inheritance
|
|
[5 replies] Last: We can clearly see that the OrderedLinkedList has no data members of i... (by keskiverto)
|
by Lee125
Stack,queue and string.
|
|
[1 reply] : No, it's not wrong. Arrays have some advantages (no runtime memory all... (by Gamer2015)
|
by pik
selection sorting pointers
|
|
[1 reply] : What do you mean by "sort pointers"? Is it that you don't want to swa... (by keskiverto)
|
by kong288
How to create simple gui in c++?
|
|
[1 reply] : Qt provides a large API and a GUI-Designer As you can probably imagin... (by Gamer2015)
|