by s8050
Is there a way to make simple tones in simple console app?
|
|
[3 replies] Last: Your welcome :D even I cried when I found it. Amazing (by shadder)
|
by joeaswe1
Rectangle class
|
|
[16 replies] Last: It runs, but this is the output I get: Rectangle 1 area ia greater t... (by joeaswe1)
|
It wont update or react to an updated int x |
|
[2 replies] Last: Thanks LB! You really cleared that up for me, i didn't realize that. ... (by RadioactiveRetard)
|
by khatereh
Pointer
|
|
[8 replies] Last: My pleasure^^ Happy coding! (by TarikNeaj)
|
Bitset Exercise from C++ Primer |
|
[1 reply] : Line 12. What input can be converted into bitset<32>? (by keskiverto)
|
by keltonfan2
C++ program works fine locally but gives me errors when I submit it as homework due to -Wfatalerrors
|
|
[6 replies] Last: Have you tried talking to your professor or emailing them to find out ... (by LB)
|
by DreamTime
Return an error and continue program?
|
|
[2 replies] Last: I'm not too sure what sort of program you're trying to make, but why n... (by closed account 2LzbRXSz)
|
by aali
I hope to help me solution
|
|
[6 replies] Last: Thank you (by aali)
|
by DreamTime
Rounding a Double with Exp form
|
|
[1 reply] : look up std::setprecision & std::fixed (by Texan40)
|
by DreamTime
Confused about Constructor def
|
|
[6 replies] Last: Oh okay I see. I feel silly now. Thanks guys. (by DreamTime)
|
Text based adventure storylines colliding! |
|
[11 replies] Last: Why is using namespace std; bad? http://stackoverflow.com/q/1452721/... (by LB)
|
by abdalla0011
need a help in ( for , while )
|
|
[4 replies] Last: Just trial and error and let us know what you come up with. If you're ... (by closed account 2LzbRXSz)
|
by jakvrh1
Copy-assignment operator
|
|
[4 replies] Last: I'm using pointer string because of exercise in book c++ primer. Other... (by jakvrh1)
|
by WDman420
how does one make their class variables private but still access them?
|
|
[6 replies] Last: so by making friend declarations I can access private variables from ... (by tipaye)
|
by azoom
Help with a loop
|
|
[2 replies] Last: Thanks a lot! I've started to check out the videos as well. :) (by azoom)
|
fstream problem |
|
[1 reply] : First off you have quite a bit of memory leaks in this program, which ... (by Z e r e o)
|
Project Euler #1 Algorithm Question |
|
[7 replies] Last: OK. I now see what you are doing with strings and vectors. Very compli... (by closed account 48T7M4Gy)
|
what's wrong with my pushback |
|
[3 replies] Last: > the program looks at the one's place of a vector and puts it into bu... (by ne555)
|
by jcauser
Slide/Selection Bar Help Please
|
|
[2 replies] Last: Thanks LB (by jcauser)
|
by NookLines
Unable to use friend
|
|
[4 replies] Last: There's no relation between 'using two variables' and 'friend'. With ... (by coder777)
|