How to output message is input is the wrong length |
|
[1 reply] : Read it into a string and use .length() (by jonnin)
|
Problems with ifstream |
|
[1 reply] : I'm not sure if this is your problem but why are you declaring a, c, a... (by Too Explosive)
|
by gongong
input isn't passing into a class.
|
|
[5 replies] Last: Why are you trying to do OUTPUT in your INPUT routine? Also, since it ... (by lastchance)
|
by souleaterdm1
How do I check the second character of this string?
|
|
[6 replies] Last: <3 (by zapshe)
|
by deathzine
timezone issue
|
|
[2 replies] Last: if(0<=s && s <=23 && 1<=t && t <=12 && -5<=f && f <=5 ) I don't se... (by deathzine)
|
by msamad08
Error C1083 part 1
|
|
[1 reply] : using std::cout; //remove std:: from cout, as an example (by jonnin)
|
by ajent047
Unable to Round Up
|
|
[4 replies] Last: Using iostream flags really doesn't alter the stored decimal portion e... (by deleted account xyzzy)
|
by jonnin
2D array formatting
|
|
[3 replies] Last: oh whee, another rage-quit poster. (by deleted account xyzzy)
|
by CodeNovice01
Output isn't showing a number I need
|
|
[10 replies] Last: In a nutshell... floating-point math. I don't know specifically what ... (by Ganado)
|
by Superman14
Trouble reading in Chars, adding them together as a string with If Statements.
|
|
[11 replies] Last: I've already showed you how to add `a' and `b' if they are char zapshe... (by ne555)
|
by kings0d
Characters not being detected.
|
|
[2 replies] Last: Hello kings0d, In addition to what jonnin has said. In line 24 the... (by Handy Andy)
|
by adam2016
SDL problem :: entry point must be defined
|
|
[16 replies] Last: Close. By commandeering main(), SDL can avoid multiplying code for e... (by Duthomhas)
|
by highwayman
Trust issues.
|
|
[12 replies] Last: Thanks for the clearing up, was a little confused on what he meant. ... (by mbozzi)
|
stepwise refinement and top down |
|
[3 replies] Last: Humans can't eat an entire whole cow. It has to be cut up into smalle... (by deleted account xyzzy)
|
std::unique() to compare two vectors? (1,2) |
|
[20 replies] Last: [quote=jlb]That last '3' has nothing to do with 13, it is being caused... (by PiggiesGoSqueal)
|
compile time cast stack into vector |
|
[3 replies] Last: A std::vector's size can be set at compile time, but once created the ... (by deleted account xyzzy)
|
by idknuttin
What is the difference between passing the pointer to a function vs passing the address of the pointer to the function?
|
|
[3 replies] Last: So in example 1 we have a pointer pointing to another pointer pointin... (by keskiverto)
|
by XboxOne2019
Reading in one character at a time
|
|
[10 replies] Last: Well, feel free to add - structs instead of map - binary search (prece... (by lastchance)
|
by kings0d
Garbled output from branching.
|
|
[5 replies] Last: This helps a lot. Thanks for the help and the advice on naming convent... (by kings0d)
|
Finding the side of a triangle using only a side and angle (SohCahToa) |
|
[2 replies] Last: std::sin works in radians. You're feeding it the angle in degrees. A... (by PiggiesGoSqueal)
|