by XXpoomaanXX
NEED HELP WITH IMPORTANT PROJECT PLEASE
|
|
[11 replies] Last: @whitenite1. I tried that and it did not work. As I said I found tha... (by Handy Andy)
|
by sharbu
Count the number of duplicate elements in an array-C
|
|
[2 replies] Last: Figured it out :) #include<stdio.h> #include <stdlib.h> int main()... (by sharbu)
|
by sharbu
convert a bool return value into YES or NO
|
|
[6 replies] Last: I'll try again. Aim is to make it work for any container, not just str... (by lastchance)
|
by elohssa
Rules around RVO
|
|
[5 replies] Last: Got it thanks. "even on an lvalue" Makes sense, that's a good one to... (by elohssa)
|
temperature conversion loop |
|
[6 replies] Last: I typed it out. You must be fairly tired seeing that you started in... (by closed account 48T7M4Gy)
|
by sharbu
strlen function in C
|
|
[4 replies] Last: zero it? for(x = maxlen; str != ' '; x--); and I think you want str[... (by jonnin)
|
by H00G0
Conversion error on simple pointer program.
|
|
[4 replies] Last: What's wrong with using cout? And instead of getch() why not just use... (by H00G0)
|
by rajhansk
How does map iterator work?
|
|
[2 replies] Last: Thanks (by rajhansk)
|
by somefight
while if problem ..
|
|
[5 replies] Last: thanks for help!! (by somefight)
|
Using function pointers on class member functions |
|
[3 replies] Last: thank you! this was extremely helpful I am a bit new to programming ... (by erixliechtenstein)
|
by sharbu
for loop: iterate between specified numbers
|
|
[8 replies] Last: #include <iostream> int main () { int n = 10; // number of child... (by closed account 48T7M4Gy)
|
by ayoesquire
Ray mapping inn C++
|
|
[6 replies] Last: Why, thank you. (by ayoesquire)
|
by sharbu
Extracting and adding integers in a string.
|
|
[6 replies] Last: #include <iostream> #include <sstream> #include <string> #include <cc... (by lastchance)
|
by CosminPerRam
Program stuck but processing
|
|
[10 replies] Last: I figured out the problem, the program was doing an infinite loop beca... (by CosminPerRam)
|
While Looping |
|
[8 replies] Last: Thank You, everyone!! I appreciate the help!!. (by MichaelBhattacharya)
|
Need help making additions in c++11 (1,2) |
|
[23 replies] Last: Hello jlin55 So put int range ={0} in SalesReport class? Yes. And... (by Handy Andy)
|
by Icyblizz
Linked list recursion exercise
|
|
[2 replies] Last: @ne555 Seemed like a good way to practice my dynamic allocation, gues... (by Icyblizz)
|
by Armannn
shared_ptr
|
|
[2 replies] Last: You need to include string.h as you use C string calls. Constructs li... (by kbw)
|
by Meden
Making a palindrome (1,2)
|
|
[30 replies] Last: #include <iostream> #include <sstream> #include <algorithm> #include ... (by closed account 48T7M4Gy)
|
by Funkman
error: Id returned 1 exit status
|
|
[9 replies] Last: Thanks for the gotcha info, mbozzi. (by Ganado)
|