String comparison |
|
[1 reply] : I guess that item1 is a std::string. Do you mean if item1 is one o... (by coder777)
|
by xW0ot
How to compare every element of the array?
|
|
[1 reply] : You may use the following algorithm template <typename InputIterator... (by vlad from moscow)
|
by CLearner88
copying values from an array to an array in a function.
|
|
[3 replies] Last: That error is due to the the ; on line 4. Although assigning thing to ... (by hamsterman)
|
by CLearner88
What does this error mean?
|
|
[4 replies] Last: hmm, i see. Then how do i go about for the assignment to solve this is... (by CLearner88)
|
by Halo Fan
Why does operator+= only have one parameter?
|
|
[1 reply] : I'm not sure, but it sounds like you answered your own question. Is t... (by Disch)
|
by erandall
Corrupted stack around declared array of char (i.e., letter grades)
|
|
[1 reply] : corrupted stack error usually means array-out-of-bounds-access issues ... (by guestgulkan)
|
by Lebron
C++ please somebody help..
|
|
[19 replies] Last: Almost.. So far, you have not made arr equal strn , with the for loop... (by whitenite1)
|
by megawolf15
help please
|
|
[2 replies] Last: okay first i know proper grammar i didnt use it second i have to use w... (by megawolf15)
|
by IWishIKnew
return the dang array! ...please?
|
|
[8 replies] Last: nah that's alright. I decided to revamp the whole dam thing. Took 5 ... (by IWishIKnew)
|
by eyesofhope
get() put() read and write functions from online source
|
|
[4 replies] Last: ok so the countWords(enormous); doubleToSingleSpace(enormous); sumA... (by HydroKr0n1k)
|
by erandall
Adapting an initializer for arrays
|
|
[5 replies] Last: Thank you, that helped all but the multi-dim array. I keep 'hosing' my... (by erandall)
|
by MJP4110
Unresolved external symbol help
|
|
[2 replies] Last: Oh I see, I thought using extern meant that foo would be shared everyw... (by MJP4110)
|
by Jepickle
Passing structure as argument help
|
|
[5 replies] Last: And now I am oh so gratefully receiving errors under "<<" in my functi... (by Jepickle)
|
by Niner16
Graph using map(STL)
|
|
[no replies]
|
by Halo Fan
checking if iterator is at the end of my list?
|
|
[no replies]
|
by Omar Alamy
Overloading operators
|
|
[2 replies] Last: so i made a few changes and im still stumped as to why its not working... (by Omar Alamy)
|
by TexanMonkey
Convert an Int to a Char array
|
|
[4 replies] Last: You could do it the lazy way, char letter = "0" for(int x = 0; x < n... (by GRex2595)
|
by wd40
If If else statment
|
|
[5 replies] Last: tolower only works for chars. Use #include <algorithm> and transform(... (by GRex2595)
|
Whats wrong with my code? |
|
[7 replies] Last: Ok. . . (by GRex2595)
|
by findme
moving mouse pointer in c++
|
|
[2 replies] Last: Can I put that code into my console program or does it have to be a wi... (by findme)
|