by PiOfApple
Number Guessing Game, but game plays with out player...
|
|
[4 replies] Last: If your compiler uses C++'11 or more recent you can use sleep_for #i... (by closed account ybf3AqkS)
|
by CelestialX
Accessing Elements of Vectors within Vectors Involving Class Point
|
|
[no replies]
|
by chocoluve
Passing function name in command line argument
|
|
[2 replies] Last: You can also use argc to check how many command line arguments there a... (by closed account ybf3AqkS)
|
by TuxedoJack
Strange bug in program.
|
|
[5 replies] Last: You are correct, thee substr is a distraction. But the program needs a... (by TuxedoJack)
|
by geraldgodwin
Class Invoice get functions won't populate
|
|
[1 reply] : Oh, and lines 29 and 106 are the start points of the next programs. (by geraldgodwin)
|
by Reniki1
Help for homework
|
|
[3 replies] Last: I was thinking the homework was to describe each line of the code vs t... (by SamuelAdams)
|
by nbstrong
Destructor or Pointer Issue - Storing Binary Trees in a Vector
|
|
[3 replies] Last: Hi thank you for your help. That seems to be a copy constructor? Doesn... (by nbstrong)
|
HELP ASAP: Finding odd numbers in array |
|
[5 replies] Last: Sweet.Thank you so much! (by salomonthesav)
|
by Doctype
Is there a way to get run-time random numbers?
|
|
[2 replies] Last: Here is another way #include <iostream> #include <random> #include <... (by closed account ybf3AqkS)
|
by sajis997
Rotate an array to the right by a given number of steps.
|
|
[1 reply] : Don't shift K steps; shift (k%A.size()) steps. That is, if the size... (by Repeater)
|
by kigoral
Error in constructor (inheritance)
|
|
[3 replies] Last: This has been figured out. Thanks for the help and advice! (by kigoral)
|
by danasass
word sort
|
|
[no replies]
|
Reading text input from .lbf files |
|
[8 replies] Last: If you're careful you can reuse a stream for multiple files. #inclu... (by jlb)
|
by LadieReign
While Loop with division
|
|
[1 reply] : What do you try to achieve on line 20? Integer division produces inte... (by keskiverto)
|
by Xieni
Game Entrance Help
|
|
[no replies]
|
by Xieni
C++ Puzzle of Death Game (UNFINISHED)
|
|
[1 reply] : New version coming soon.... (by Xieni)
|
by GalmPixy
Do-While loop invalid input issue
|
|
[1 reply] : I am having trouble understanding why cin takes 1w as a 1 then a fail... (by AbstractionAnon)
|
by Jake123456
Inserting a variable randomly into a vector
|
|
[4 replies] Last: You never call srand() to seed the random number generator. http://ww... (by AbstractionAnon)
|
Coin Toss using Function |
|
[2 replies] Last: LOLLLLL, Thank You, for some reason I have trouble catching small stuf... (by CodeWarrior20)
|
by HumCH12
do-while loop
|
|
[3 replies] Last: I replace the && into || which made it repeated and then I did have to... (by HumCH12)
|