Palindrome Checker help |
|
[6 replies] Last: Oh come on @Andy1992. It is beyond obvious that my response was sarcas... (by TarikNeaj)
|
by etrusks
Can't delete a simple pointer
|
|
[2 replies] Last: Ohh, thank you man :) (by etrusks)
|
Formatting: How do you display array elements justified to the right in output? |
|
[10 replies] Last: Got it. Thanks so much for your help! (by closed account N1Co216C)
|
by zoomer428
why does my while statement return a infinite loop
|
|
[2 replies] Last: creaturehp - herostr; herohp - creaturestr; these two statements is ... (by xenovia12)
|
by Tig3r125
Finding needle in haystack
|
|
[2 replies] Last: Hmm I notice that now. Also, wouldn't I need some type of argument to... (by Tig3r125)
|
by Krisn1995
Negatives in while statement
|
|
[1 reply] : I believe what you're looking for is while (tuition >= 0) ... (by Ganado)
|
by tigerstar105
Copy Constructor not working
|
|
[16 replies] Last: When you call make_lists() in your copy constructor the pointer poly i... (by norm b)
|
Text wont show up in array loop |
|
[2 replies] Last: That worked! Thanks! (by closed account N1Co216C)
|
by steezedq
Displaying a sequence of letters
|
|
[15 replies] Last: Maybe input from the command line arguments ?? But he didn't mention ... (by obscure)
|
Buffers.What are they? |
|
[2 replies] Last: http://www.cplusplus.com/forum/beginner/2503/ (by obscure)
|
String filter function. HELP?! |
|
[18 replies] Last: The getline() function reads a whole line of input, not just non-space... (by Faison)
|
by ThatN00b
parallel array
|
|
[7 replies] Last: You're very welcome man :) Feel free to come back if you get any more ... (by TarikNeaj)
|
by strling
deleting spaces from a string
|
|
[4 replies] Last: for(i=0;s !=0;i++) You want to be checking for '\0' and not 0 .... (by fg109)
|
by zoomer428
cout doesnt show
|
|
[1 reply] : Lets see... First of all. \\ this does not show when ran. // not \... (by TarikNeaj)
|
Confused about header #include |
|
[4 replies] Last: C++ contains ALL features of C. Therefore, using certain C functions i... (by Faison)
|
by savanh
question
|
|
[4 replies] Last: Don't make it a friend function; just make it a normal member function... (by LB)
|
by declung32
1D array help
|
|
[2 replies] Last: In your array_min function, you compare array to min, but the problem... (by Ganado)
|
by abdalimran
How to install SFML-2.2 into Ubuntu 14.04 and integrate with Code::Blocks?
|
|
[1 reply] : Hi, I'm doing something wrong and receiving an error. But I am not ... (by ne555)
|
by slour
Linked list
|
|
[7 replies] Last: you should try singly linked list before trying doubly linked list. (by anup30)
|
by bgann2k17
Writing a Class
|
|
[7 replies] Last: @LB the user said that they'd replaced all uses of name with ptr , ... (by MikeyBoy)
|