by kong288
Can you access elements in a vector using strings?
|
|
[5 replies] Last: A vector stores a contiguous sequence of elements. A map stores a uniq... (by LB)
|
by angelk
combination sums
|
|
[1 reply] : If I got your question right, then sort the array and take the minimum... (by moshams)
|
by IBCFQ
Looking for a C++ partner
|
|
[19 replies] Last: Lol! Okay (by Senasel)
|
by Madeirey
3 User Defined Funtions
|
|
[1 reply] : I am supposed to add 3 user-defining functions I don't see any func... (by AbstractionAnon)
|
by firstlast
Cannot run palindrome program
|
|
[4 replies] Last: Shouldn't there be a Stack.cpp or something that contains the implem... (by long double main)
|
substr help |
|
[1 reply] : std::string::find(). also, if you put it in a string stream then you c... (by Little Bobby Tables)
|
by Rahulchawla
newton's method to find square root using recursion
|
|
[3 replies] Last: It was my typo error actually, I just corrected it, when you say "co... (by Chervil)
|
by football52
Switches
|
|
[10 replies] Last: oh oh oh, I see where you are going with it wildblue. Thank you (by football52)
|
by afdh
Abstract class type not allowed as parameter
|
|
[no replies]
|
by Chaosepsilon
Outputting a character from a stack outputs the ASCII instead
|
|
[1 reply] : because you use int as the template argument ? #include <iostream... (by nvrmnd)
|
by afdh
Have to enter the input twice
|
|
[3 replies] Last: Thanks, great help! (by afdh)
|
by zerodragon
basic file I/O string issues
|
|
[3 replies] Last: If you're in an editor (such as notepad), \n has no special meaning. ... (by AbstractionAnon)
|
by paulmaywald
City to zip program help please
|
|
[1 reply] : At lines 98 and 127 you have read a line of text from the data file in... (by AbstractionAnon)
|
by angelk
console and initwindow c++
|
|
[1 reply] : You may have to include the code you are talking about and please be c... (by CodeGoggles)
|
by Icyboom15
Not Sure Why It Always Returns -1..
|
|
[10 replies] Last: Why does void sort() have a return floating in it? Okay, but what i... (by Mats)
|
by sportstool
Comparing Two Strings (C++)
|
|
[15 replies] Last: @CodeGoggles Yea, you dont want to check the characters if the lengths... (by sportstool)
|
Code Review Needed - Function Causing Core Dump (Code in URLs) |
|
[2 replies] Last: I've actually been doing a bit more experimentation, and that isn't it... (by JbstormburstADV)
|
Program holds during scroll in sub window |
|
[2 replies] Last: I suppose you could look into threading your program so that other tas... (by CodeGoggles)
|
by CodeGoggles
Getting unexpected values when trying to set Bits
|
|
[4 replies] Last: Ok I understand two's compliment now. For anyone else who would like a... (by CodeGoggles)
|
by pishi
strange segfault in class
|
|
[3 replies] Last: thanks for your helps guys. i changed code to this and my problem solv... (by pishi)
|