by palagano1989
Average numbers
|
|
[8 replies] Last: #include <iostream> #include <cmath> #include <iomanip> using namesp... (by CoolGuy)
|
by HG319
remove any node in a leftist heap
|
|
[no replies]
|
by rabster
Unable to pass by reference...
|
|
[16 replies] Last: Oh my goodness thanks, I'm sorry about that sentence I must have been ... (by rabster)
|
by nameishi
Simple VECTOR usage, New to vectors
|
|
[7 replies] Last: yeah i was doing it a crazy weird way, a better way was to use a peek ... (by nameishi)
|
by krappy
How to remove a class object from a vector of objects
|
|
[8 replies] Last: @cire it seems not working, or maybe i am doing it wrong i just copy p... (by krappy)
|
by olalsolals
game
|
|
[2 replies] Last: can you clarify on your question please? This game runs Great (by jasonwynn10)
|
by ZahoorKhan
#include?
|
|
[2 replies] Last: Don't duplicate posts please. It disrupts the communities way of helpi... (by jasonwynn10)
|
by medoo
missing data in my output file
|
|
[1 reply] : ofstream runfile ("mppp.out" , std::ios::out ); runfile <<"Energy1"<<"... (by medoo)
|
by jbkallday
Math Tutor c++ program, can't get the division part to function as it should
|
|
[4 replies] Last: can you show the entire code for us to help? (by jasonwynn10)
|
by amar27
craps game
|
|
[4 replies] Last: Don't duplicate posts please. It disrupts the communities way of helpi... (by jasonwynn10)
|
by Newports
How can I exit a for loop without the use of break?
|
|
[2 replies] Last: Don't duplicate posts please. To answer your question, not that I know... (by jasonwynn10)
|
by theapre93
pseudo code for atm
|
|
[1 reply] : How should I write (simple) pseudo code Write down what you think th... (by kevinkjt2000)
|
by AnOniOwesMe
time between dates
|
|
[1 reply] : more specific to my question would be how could I jam in (int monSail,... (by AnOniOwesMe)
|
by jeffg64
code skips second cin command
|
|
[6 replies] Last: Works just fine for me. If the topic is resolved please mark it as res... (by jasonwynn10)
|
by Marth
My code is not clearing cin (please run it)
|
|
[1 reply] : when a loop is run, getline is only run once, even if the loop is rest... (by jasonwynn10)
|
by keanedawg
rand() only returns 41
|
|
[3 replies] Last: #include <iostream> #include <ctime> #include <cstdlib> using namespa... (by jasonwynn10)
|
by rsood1
Basic Calculator Loop???
|
|
[2 replies] Last: #include <iostream> #include <cmath> #include <cstdlib> #include <iom... (by jasonwynn10)
|
by lxyamerica
unsafe conversion
|
|
[1 reply] : depends on what compiler (by jasonwynn10)
|
by willmannix1
Simple If Else statement is not working for some reason
|
|
[5 replies] Last: Haha the best of us make mistakes, thanks for the help guys. (by willmannix1)
|
by keanedawg
Memory of a class
|
|
[2 replies] Last: Give a man a fish and he will eat for that day. Teach a man how to fis... (by keanedawg)
|