by Ghazala
Question about looping
|
|
[3 replies] Last: try this : #include <iostream> #include <string> int main() { std::... (by Ericool)
|
by composter
playing mp3 file
|
|
[5 replies] Last: download FMOD API , then look for samples. Very easy and you can crea... (by Ericool)
|
by oscarocampo
File input
|
|
[2 replies] Last: Thank you I have been stuck on this part of my homework for two days n... (by oscarocampo)
|
english to morse code |
|
[1 reply] : i am getting an error What error? Please be specific. Please post... (by AbstractionAnon)
|
Unsure whether to use array or map? |
|
[2 replies] Last: I'm unsure on how to get the program to call out the person which ent... (by AbstractionAnon)
|
by SrLuk
A newbie question
|
|
[3 replies] Last: You're never going to reach line 37, because you never call tot. Lin... (by AbstractionAnon)
|
by koesmi
Replace the ...e... in scientific notation
|
|
[4 replies] Last: Thanks for the information. Then I'll do it how you suggested. (by koesmi)
|
by rofhiwangae
remove algorithm
|
|
[2 replies] Last: wow dats great,, only thot isalpha was of type cctype....it works than... (by rofhiwangae)
|
by rofhiwangae
checking for palidrone words
|
|
[7 replies] Last: thanx it works nycly (by rofhiwangae)
|
by Kreadeth
reference to ostream object
|
|
[1 reply] : C++ streams are not copyable (for good reason), so you have to pass th... (by LB)
|
by RuiQi
C++ solve parametric equations
|
|
[1 reply] : If the question is "Does C++ standard library provide such functions?"... (by keskiverto)
|
by GabeJ
1 pound outputs as 16 ounces
|
|
[12 replies] Last: Looks good, if you like try also the following from https://en.wikiped... (by closed account 48T7M4Gy)
|
by noobcplus
d
|
|
[1 reply] : You have essentially: char res; cin >> res; if (res == 'yes') Doesn'... (by keskiverto)
|
by kevinkim
Parameters and arguments
|
|
[5 replies] Last: it helps me to fix my confusion. I appreciate it, Kevin C. even a lit... (by kevinkim)
|
by luv2program
Array counting instances of negative and numbers that go beyond array size
|
|
[11 replies] Last: @Kevin C yours works too and much more simpler O.O and thank you for ... (by luv2program)
|
by samrux
Creating objects of a cartesian plane: What else can I do?
|
|
[11 replies] Last: Oh, I forgot another thing: return this->inverted(); is the same... (by Kevin C)
|
Just a beginner and need your help sir |
|
[5 replies] Last: Sir Kevin C, this does work. thank you very much! Thanks also to sMav.... (by NoobDeveloper)
|
by CryptiKau
System() command Dragging a file into another
|
|
[5 replies] Last: Its based on droplets which require you to drag and drop a file onto i... (by CryptiKau)
|
by FireCoder
How to chose randomly from a array??
|
|
[10 replies] Last: <random> is a C++11 addition. (by closed account E0p9LyTq)
|
by Sauvok
Need help: cin contents to a vector
|
|
[7 replies] Last: Thank you so much Kevin C! A lot of help! AND fast replies! I really ... (by Sauvok)
|