by PimpedKoala
Rounding Irrational Numbers
|
|
[1 reply] : floats with setw() (by closed account Dy7SLyTq)
|
by RoKr93
Generating a random office building
|
|
[no replies]
|
by bma
new and need help with class project
|
|
[no replies]
|
by symon123
Randomly select an integer from a vector that changes size
|
|
[1 reply] : I figured it out... my solution was: int Random = std::rand() % vec... (by symon123)
|
by Fran
Jumble Word(Leaving end letters)
|
|
[4 replies] Last: I'm having trouble not having it use the same number more than once; ... (by greenleaf800073)
|
by svanhornf15
.txt files
|
|
[5 replies] Last: Well, I can think of a couple of different ways to handle that data. T... (by Chervil)
|
by cadobe
bitwise
|
|
[4 replies] Last: What I suggested was not "cheating". The code as posted was not correc... (by Chervil)
|
by masonace4365
Need help with random number arrays
|
|
[2 replies] Last: Here you go: #include <cstdio> #include <cstdlib> #include <iostrea... (by greenleaf800073)
|
by victor72
String. Replace. Translit problem (from Russian to English)
|
|
[1 reply] : You probably need to use the std::wstring class to properly handle you... (by jlb)
|
by Beginner007
this program doen't depug need help
|
|
[3 replies] Last: For now I will give you this framework to work off of. I just threw it... (by closed account 3qX21hU5)
|
by sh129951
HELP! Struct that stores coins and calculates change
|
|
[1 reply] : I see a few problems. 1) You have a bunch of variables declared a... (by AbstractionAnon)
|
by swampcroc
Lab help
|
|
[6 replies] Last: ...write a C++ program... int main() { return 0; } ...with ... (by booradley60)
|
by mirec
object struggle
|
|
[2 replies] Last: ok thank you.. I hoped that i can remove it, but oh well.. i guess vec... (by mirec)
|
by Akintoc
Input validation predicament
|
|
[no replies]
|
by abzksm
anyone has an idea ?
|
|
[4 replies] Last: yes sure (by abzksm)
|
by diamondx
executable not working properly
|
|
[3 replies] Last: Thank you for answering. the code is huge around 100 lines. :+D D... (by TheIdeasMan)
|
by fluffy
Game assignment Error
|
|
[2 replies] Last: and you repeated things aren t correct either. it will print out exact... (by mirec)
|
by s1l3nt
Array problem
|
|
[1 reply] : Remember, characters are numbers, too. So we can do some arithmetic on... (by booradley60)
|
by Katt21
How to find the output of this nested loop
|
|
[5 replies] Last: Thank you so much! I understand now. (by Katt21)
|
by svanhornf15
For Loop Troubles
|
|
[1 reply] : 3rd column: convert inches to mm and do ceil() 4th column: convert m... (by MiiNiPaa)
|