by jewing87
class with non member functions
|
|
[2 replies] Last: Actually, since you only ever need to check distances and whether two ... (by Zhuge)
|
by oddlyunknown
constructing
|
|
[1 reply] : If you are asking homework solution, at least don't copy-paste the tex... (by Bazzy)
|
by brazyuri86
Random unique numbers
|
|
[6 replies] Last: You'll also have to make sure to add the number to your list of gen... (by Duthomhas)
|
by ExponentialP
Extra Credit Exercise (Simple Functions)
|
|
[13 replies] Last: [quote=ne555]I put the throw statement because, if you're expecting to... (by m4ster r0shi)
|
by takure
having problems with atoi and displaying output
|
|
[3 replies] Last: If you want to convert a string to integer, rather than use atoi() you... (by Galik)
|
by EdBoon
allocating new memory in switch statement
|
|
[2 replies] Last: thank you very much! (by EdBoon)
|
by rdangelo
advanced C++ book
|
|
[2 replies] Last: Additionally, consider any of the C++ In-Depth Series books. (by moorecm)
|
by DeadSix17
Remove() Wont work for some reason.
|
|
[2 replies] Last: Indeed.. Newbie error i guess i didnt add "myfile.close" PS: Yes i... (by DeadSix17)
|
grade and final score |
|
[3 replies] Last: change void grade() { double score; to this: void grade(do... (by Skillless)
|
by gers1978
Program to convert times from 24hr to 12hr clock
|
|
[1 reply] : The difference is that global variables are frowned upon and reference... (by jsmith)
|
by woody1144
Struggling with pointers
|
|
[1 reply] : All I want to do is to be able to print the value (the hex value) rat... (by Skillless)
|
parallel arrays |
|
[16 replies] Last: the first bug is that we have to initialize totalDivSales to zero, eit... (by abdallahijazi)
|
Audio Recording Application |
|
[3 replies] Last: Oh i see So we have to start the very basic one... Btw any link ma... (by ronaldpassion)
|
by takure
problem with atoi
|
|
[3 replies] Last: Yes. Use an std::stringstream like so: std::stringstream(xstr)>>x... (by firedraco)
|
percentage mark |
|
[6 replies] Last: a pierce o wrote: int get_Score(double,double,double,double... (by ne555)
|
by DarkShadowEX
Assistance needed T_T
|
|
[8 replies] Last: Hey thanks guys for all your help. The calculation works but the numbe... (by DarkShadowEX)
|
by LaffyTaffy
Array of pointers not changing out of scope?
|
|
[7 replies] Last: Also you're making a little mistake here. temp = new Coin* [size+1]... (by ne555)
|
by Colby
Calculating Displacement vector, velocity vector, and frames
|
|
[2 replies] Last: i have to utilize the void function in the code somehow. (by Colby)
|
by diegocles
shared memory in c
|
|
[3 replies] Last: Huh? But... When i increase that value to sizeof (Mystruct) , the co... (by helios)
|
by jaeger138
Function overloading program not working
|
|
[3 replies] Last: yeah, I just noticed that I set the input asked for to int. Silly old ... (by jaeger138)
|