by MintDropz
why function isnt returning double
|
|
[1 reply] : In your feed pet function try changing weight = (double(weight + 0.2... (by closed account 2UD8vCM9)
|
by calisabeth
Can't get rid of leading zero
|
|
[2 replies] Last: Thank you so much!!! (by calisabeth)
|
by cfilipko
Errors with triangle coding
|
|
[1 reply] : 1.) Use the code tags. 2.) Make sure you are closing your brackets. ... (by Militie)
|
by nomanrasheed
How program can ask me to put value?
|
|
[3 replies] Last: Okay! I got it. Thank you! :) (by nomanrasheed)
|
by TheMrDrake
Dual Sorting Ascending Order
|
|
[no replies]
|
by tr1944
Enclosing classes in namespaces
|
|
[1 reply] : base1.h namespace x{ class base1 { public: base1(int... (by ne555)
|
by JoshObyrne92
Issue using the pop command for a Queue
|
|
[2 replies] Last: Thanks for the help, I've been really struggling with Queue functions,... (by JoshObyrne92)
|
by gmac
std dev.
|
|
[12 replies] Last: You say "similar". The devil is in the details, so show your exact cod... (by keskiverto)
|
by bdickman
Searching for words in file without using arrays
|
|
[1 reply] : There are many data structures you can use to store information. You... (by Militie)
|
by thebackdoor
trajectory of circles moving
|
|
[no replies]
|
by TheDero
Having Trouble With Program Organization/Structure
|
|
[6 replies] Last: Consider using set<> instead of a hash table because all you have to... (by dhayden)
|
by Asim1589
count the occurrence of letters in the string
|
|
[4 replies] Last: Thanks cire! i was able to figure this out (by Asim1589)
|
by sheva29
retrieving multiple elements from a vector in one pass
|
|
[6 replies] Last: Read the link I provided before. It is an iterator to element you want... (by MiiNiPaa)
|
by HelenI
Stacks,String,For.....
|
|
[6 replies] Last: Now it works!!! Thank you very much!!! :) (by HelenI)
|
by Sheldon255
Number Guessing Game
|
|
[4 replies] Last: 1. If you want to insert a comment in code do it like so: std::cout <... (by TheHardew)
|
by donvigor
file i/o
|
|
[2 replies] Last: I wrote a sample of the code: #include <iostream> #include <fstream... (by PopEye)
|
by Codebones
No Operator "==" matches these operands.
|
|
[3 replies] Last: Note on lines 32-38: The operator>> returns reference to the stream. T... (by keskiverto)
|
factorial function help :) |
|
[no replies]
|
by Arichimoto
Parameters
|
|
[4 replies] Last: I got it to work! also, good point, I'll remember that in future, chee... (by Arichimoto)
|
by AVM8
deque
|
|
[6 replies] Last: MikeyBoy I found the error where i done silly mistake where i wish ... (by AVM8)
|