by otkirsch
Type Issue?
|
|
[16 replies] Last: Perfect. Thank you! I will do the code tags from now on. Just as a... (by otkirsch)
|
RETURN |
|
[6 replies] Last: They go back to where they were called from. If 1 is returned, the if ... (by TarikNeaj)
|
Dealing with money in C++ |
|
[1 reply] : When should I round values, before or after using data in arithmetic ... (by Moschops)
|
by swisher91
Help with program. Works but doesn't read from class file.
|
|
[3 replies] Last: add cin.get(); before return 0; (by RUNNER PRO AGARIO)
|
by jgg2002
Checking if input is character or integer.
|
|
[3 replies] Last: @TarikNeaj, how would that work all the time, see, for example wouldn'... (by RUNNER PRO AGARIO)
|
by Billyin4C
"Pretty bird...Pretty bird"
|
|
[8 replies] Last: YAY, SOMEONE LIKES AGARIO TOO. !cin is a validator, that validates c... (by RUNNER PRO AGARIO)
|
by r merc
Why is the third element short 256
|
|
[2 replies] Last: use code tags for writing code please (by RUNNER PRO AGARIO)
|
by anony1
opencv clapack and visual studio
|
|
[no replies]
|
by gayetaaj
whenever I type correct choices, it still says INVALID, other letters should be invalid help please
|
|
[1 reply] : Your code will put invalid every time the entered parking level is not... (by Shadowwolf)
|
by hrynyma
Unresolved externals
|
|
[4 replies] Last: Ok, I wasn't sure about that, because I am also a beginner sort of. (by jgg2002)
|
by stealthboy
Making a square frame out of asterisks
|
|
[7 replies] Last: That is the output I am getting with width = 10, height = 5. *******... (by Stalker)
|
by ak10
unable to create new file with user entered name
|
|
[2 replies] Last: Thanks a lot, i changed it to dd-mm-yyyy and it works (by ak10)
|
by Faizan Saeed
string not comparing perfectly
|
|
[1 reply] : Problem: i string1 string2 temp 0 't' 't' ... (by naaissus)
|
by Repix
Help *DLL INJECTOR*
|
|
[1 reply] : Why do you unnecessarily open "config.txt" in main() and in InjectD... (by integralfx)
|
I'm stuck please help |
|
[2 replies] Last: Thank you. (by SiliconPatriot)
|
by yousirname
Return a value
|
|
[2 replies] Last: If you're asking, "Why does the main function have to return something... (by xismn)
|
by marlon270
cant get average from arrays
|
|
[5 replies] Last: but I am getting the same number for my averages. Yes. You're calcu... (by cire)
|
by astroannie
How to call a method of a method
|
|
[1 reply] : I think this is what you want to do: std::vector<MyObject> myObjects;... (by JagerDesu)
|
by JORGEMAL
Size in bytes of integer types
|
|
[7 replies] Last: Something like this, perhaps. #include <iostream> #include <cstdint>... (by JLBorges)
|
by Dan Feerst
Pulling strings out of a string without stringstream
|
|
[7 replies] Last: > My main point is that there's no need to incur the overhead of split... (by JLBorges)
|