by Mr42castle
Newton's Method
|
|
[6 replies] Last: while ((y/x1)+0.0001 < x0); produced a better approximation faster ... (by Smac89)
|
dice game, iteration with selection |
|
[1 reply] : When they win, you add 1 to their bank then display bank+2...so you ar... (by Zhuge)
|
by activecat
Storing variable-size pointers array as class variable
|
|
[6 replies] Last: To binarybob350, Thanks. Vector indeed is one of the solutions. I wi... (by activecat)
|
by GadgetRX
Array initialization skipping straight to int main?
|
|
[5 replies] Last: @cire Thanks for correcting my stupid oops. binary is initialized to 6... (by buffbill)
|
by MMhawk607
Graph related problem.
|
|
[4 replies] Last: http://en.wikipedia.org/wiki/Graph_%28abstract_data_type%29 Adjacency... (by majidkamali1370)
|
ATM program loop trouble |
|
[9 replies] Last: I do not think you r stupid at all ~~~ have u been drinking svedka? ... (by joneele)
|
by cesard21
creating array and giving error
|
|
[1 reply] : You need to loop from i=0 to i<5. Valid array indices for an array of ... (by Zhuge)
|
by Spirrwell
Downloading Files Multiplatform
|
|
[no replies]
|
by Steve02
Global vs Local var scope
|
|
[3 replies] Last: So how is the author of these tutorials getting his code to run with ... (by cire)
|
by newworld
hospital program
|
|
[1 reply] : This is my best guess. int main() { std::cout << "I'm a hospital!... (by Stewbond)
|
by sabrinap15
Multiple Functions
|
|
[1 reply] : #include <iostream> #include <fstream> #include <string> int factori... (by Stewbond)
|
by Kenny002
Question about clearing/free up memory
|
|
[2 replies] Last: Alright thanks! (by Kenny002)
|
by ddow
New to prgramming!
|
|
[3 replies] Last: Thanks everyone. I appreciate it all I will check out the webiste pr... (by ddow)
|
by copre22
Using bitmask operators
|
|
[3 replies] Last: String multyplyByTwo ( const int number ) is a function declaratio... (by cire)
|
by kriptix
Create own functions for Read/WriteProcesses
|
|
[no replies]
|
by altaird
array declaration error
|
|
[no replies]
|
by aortizb
Dynamically allocated Vector
|
|
[1 reply] : [quote=aortizb]" Would it be any advantage in declaring it as vector<d... (by closed account zb0S216C)
|
by dekeenfrance
VC thread arguments number limited?
|
|
[5 replies] Last: Thanks cire, got it! (by dekeenfrance)
|
by newworld
graph
|
|
[1 reply] : http://en.wikipedia.org/wiki/Graph_%28abstract_data_type%29 (by MiiNiPaa)
|
by newworld
data struture
|
|
[2 replies] Last: how? (by newworld)
|