by Doge1
How to check string for any number?
|
|
[3 replies] Last: Or combine http://www.cplusplus.com/reference/algorithm/any_of/ and ht... (by keskiverto)
|
by Drakonaut
Default constructors variables.
|
|
[1 reply] : In short: it is safer to assume that compiler generated constructor do... (by MiiNiPaa)
|
by strling
tgamma function
|
|
[no replies]
|
by Doge1
Is there any way i could make this code simple as possible.
|
|
[5 replies] Last: You're right, sorry. (by TheHardew)
|
by Umahoin
I need help with a function returning the correct values
|
|
[2 replies] Last: THANK YOU SO MUCH I knew it was a super small fix that I was overlooki... (by Umahoin)
|
by ttu
Tricky increment example
|
|
[6 replies] Last: [quote=2011 Standard] 5.17 / 1 [ expr.ass ] In all cases, the ass... (by MiiNiPaa)
|
by darkninja
calculator need help
|
|
[8 replies] Last: Could you please code tag the final version of your code. So any noob ... (by andywestken)
|
by eiffel79
Switch Statements - Output Help!
|
|
[4 replies] Last: Perfect! Thank you so much! That worked. (by eiffel79)
|
by omurad
Modulo issue
|
|
[2 replies] Last: Makes sense... Good thing I posted this in the beginner category lol. ... (by omurad)
|
by nffarah
Read .txt file
|
|
[2 replies] Last: How large are your integers ? If the numbers are small, like 1 - 20 t... (by SamuelAdams)
|
by bheadmaster
Static object member of the same class
|
|
[2 replies] Last: Ah. It's all clear now. Thank you :) (by bheadmaster)
|
by jhykima
Initializing an Array of Strings
|
|
[7 replies] Last: @MiiNiPaa Awesome. Thank you so much for the response!!! I understand... (by jhykima)
|
by GreenTea1984
Question about cout << endl statements
|
|
[6 replies] Last: Side note: endl is really overused. Just output a "\n" in the right ... (by Duthomhas)
|
by CodeWriter
Code::Blocks build fails
|
|
[3 replies] Last: If your tutorial recommend fstream.h, it likely is, as that isn't even... (by Zhuge)
|
by kartik17
problem with objects and classes
|
|
[2 replies] Last: thanks very much newbiee999 (by kartik17)
|
by WeiKeWen
Memorization Program
|
|
[3 replies] Last: To solve the max() problem add #include <algorithm> It must have b... (by andywestken)
|
by taserman21
Tons of Errors, Please Help.
|
|
[3 replies] Last: Line 37: what is logically wrong with cin << endl ; Line 13: Do you ... (by keskiverto)
|
by Nedim1
Output of a vector, why doesn't this work?
|
|
[1 reply] : i <= prime.size() should be i < prime.size() That is, you're pr... (by andywestken)
|
by RadWayne
Funky string concatenation
|
|
[1 reply] : operator+, operator-, etc are evaluated left to right. So subterm cid... (by andywestken)
|
by football52
Classes questions
|
|
[1 reply] : Line 41. This is not how to express what you want. What you should sa... (by booradley60)
|