by haind01
IF/ELSE not working
|
|
[5 replies] Last: For future reference, if you want 'not equal' use != (by BradleyHeat)
|
by damasta6
Majority number in a string problem
|
|
[6 replies] Last: Oh, okay. Fair. Hadn't thought of that. But now I feel like I should h... (by Thumper)
|
by acemanhattan
Where are my "getchar()" commands throwing me off?
|
|
[no replies]
|
by RainbroDash
Need help!
|
|
[9 replies] Last: int theVariable = 0; char c; do { std::cout << "Variable is equa... (by vlad from moscow)
|
by Forsyth
Help with c++, saving to txt and etc
|
|
[3 replies] Last: How about running through these? http://www.cplusplus.com/articles/N6v... (by Zhuge)
|
SPLAY TREE SPLIT OPERATION |
|
[1 reply] : Uhh... save a copy? I don't understand what you mean by "to split" a ... (by Catfish4)
|
by cristinesel
Updating a data array using pointers
|
|
[6 replies] Last: int * i = new int ; int * j = new int ; //You would need to give the... (by AlitCandle)
|
by Jonny812
Binary to Decimal Converter
|
|
[9 replies] Last: As for ignoring white spaces, the book (chapter 4) actually says the ... (by Chervil)
|
by ElectroPulse
Accelerated C++ - Outdated?
|
|
[5 replies] Last: Accelerated C++ is not an outdated book. Like others have written - i... (by closed account ypfz3TCk)
|
by dn54321
C++ problems
|
|
[5 replies] Last: he will have an issue if he types in a first and last name so: getlin... (by gobiking)
|
by yeki
calling a code
|
|
[4 replies] Last: Well, are these two vectors in their own classes as of right now, or e... (by Ispil)
|
by Rakanoth
Floating points number
|
|
[1 reply] : float: 24 significant bits of mantissa, 8 bits exponent http://en.wiki... (by MiiNiPaa)
|
by Zoo
How to check if input is an operand?
|
|
[5 replies] Last: Small comment, there are floating-point numbers such as 12.53 here. Ra... (by Chervil)
|
by taurine14
What is wrong with this code?
|
|
[3 replies] Last: Olysold and ar2007 - you guys are stars. Thank you very much! (by taurine14)
|
by Olysold
Template find()
|
|
[3 replies] Last: > the 3rd just flies over my head, gonna have to take a look at that c... (by JLBorges)
|
by Farsox
Baffled by lack of iterations
|
|
[3 replies] Last: Nice! I should've remembered that. Thank you to both of you! (by Farsox)
|
by xmigz29
HELP LOOP!!!
|
|
[3 replies] Last: this works. lack of comments in the source code, but at least it studi... (by ar2007)
|
by dhilchie
ERROR : invalid types ‘double[int]’ for array subscript
|
|
[6 replies] Last: right on, i thought i had changed that into an array earlier but i mu... (by dhilchie)
|
by Crakrjack
dynamic array
|
|
[4 replies] Last: Cheers mate, (by Crakrjack)
|
Mystified by "error: expected unqualified-id before 'using'"? |
|
[1 reply] : You need semicolon after class definition. Also: do not use "using" in... (by MiiNiPaa)
|