by passw0rd
superstring question
|
|
[1 reply] : if ( s.find(t) != std::string::npos ) { std::cout << s << "\nis a... (by MiiNiPaa)
|
by Nocturnal8
What does the cin.get() do?
|
|
[1 reply] : Reference is your friend here: http://en.cppreference.com/w/cpp/io/ba... (by MiiNiPaa)
|
by Zenith1900
Call to a function
|
|
[4 replies] Last: so you need a function that takes in the object as a parameter? voi... (by novellof)
|
by davez
the Ternary operator
|
|
[3 replies] Last: Whoops, typo. Thanks for noticing. Fixing it. (by MiiNiPaa)
|
by freecody24
help!!!
|
|
[3 replies] Last: How did you solve the problem? Did my post help you? Please let me kno... (by novellof)
|
by swivel
Comparing elements in the same array
|
|
[2 replies] Last: Your question is so vague. Why would you compare if 1 = 2? (by DeathLeap)
|
by Zenith1900
Implement Arrays
|
|
[1 reply] : const int NUM_NAMES = 5; string names = {"name1","name2","name3","n... (by novellof)
|
Help!!! |
|
[3 replies] Last: What is wrong with your loop? What is your issue because it works for ... (by novellof)
|
by Extreme112
&& with strings
|
|
[2 replies] Last: OHHHH. Such a stupid mistake. Thanks (by Extreme112)
|
by Zenith1900
Cant create class object
|
|
[1 reply] : In your class you need to name the arguments: class QuizData { ... ... (by hyperfine)
|
by tamirat
finding a range between period dates in an enum
|
|
[19 replies] Last: For some reason I thought I needed to make another function for the en... (by tamirat)
|
by sammweout
Help me
|
|
[1 reply] : the worker has 2 dependents what formula to use if it has 3 or more de... (by sammweout)
|
Midi Note Calculator |
|
[2 replies] Last: So what is wrong with my math here? n[ i ] = i + i^(1/12) for each st... (by adventureaudio)
|
by gabsacr
How to exclude a number from command 'for'?
|
|
[3 replies] Last: What are you trying to "make work"? Your code there seems to be a diff... (by Ganado)
|
by bumzoid
Need help
|
|
[2 replies] Last: When I am unsure how to get a program started, I try to answer the fol... (by squished18)
|
by spotzform
Using a Scanner to read input from file to vectors
|
|
[10 replies] Last: This is one of the first C++ programs ive ever worked with so im still... (by spotzform)
|
by sammweout
Help
|
|
[5 replies] Last: can you run it and see if theres any other errors? im trying to get ri... (by sammweout)
|
by FlyingTr
Overloading operators to accept array of objects
|
|
[12 replies] Last: Nikko YL 1.I changed the static, you are right about that. Thank y... (by FlyingTr)
|
by jdwright
Simulation - Stepping out of bounds?
|
|
[3 replies] Last: Yep, I missed that one. Thank you. The reason I hard coded so many nu... (by jdwright)
|
by versa
if statement help
|
|
[8 replies] Last: Thanks everyone for the help i just changed (areac <=0) to (radiusofci... (by versa)
|