by meisalady
naive gass elimination
|
|
[no replies]
|
by skarla
Graphics in C++
|
|
[no replies]
|
by continuume
Putting strings in an object
|
|
[1 reply] : I'd do it like this: class threeStrings { private: string string1... (by Stewbond)
|
by chipp
eof problem?
|
|
[4 replies] Last: can you give an example? (by chipp)
|
by nahla
How would I go about these command line arguments?
|
|
[7 replies] Last: differ -a file1.txt file2.txt Ok, if this is one of the valid argum... (by TheIdeasMan)
|
by amchinese
I haven't found the mistake
|
|
[2 replies] Last: I just want to tell you that the output number is not true. You know, ... (by amchinese)
|
by G3PO
Fibonacci Sequence Program
|
|
[1 reply] : You can use the isdigit function from <cctype> http://www.cplusplus.c... (by Branflakes91093)
|
by tanmn38
Outputs all zero's
|
|
[1 reply] : Hi tanmn38, Firstly, edit your post so it uses code tags - the <> b... (by TheIdeasMan)
|
by bosox99
Random Integers
|
|
[1 reply] : http://www.cplusplus.com/articles/EywTURfi/ Scroll to the middle of t... (by fg109)
|
by macleight
Homework question on pointers (1,2)
|
|
[31 replies] Last: If I can throw a curve ball ....... Wouldn't a more general solution ... (by TheIdeasMan)
|
by zwooke
program stops running after inputs
|
|
[7 replies] Last: I am using CodeBlocks on Windows XP. (by fg109)
|
by h4344
Where can i learn about DLL's?
|
|
[no replies]
|
by dritail
Multi dimensional arrays of int and char type
|
|
[3 replies] Last: i think you wrote it before you read my second post :) (by dritail)
|
by abbey
Code Floiw
|
|
[3 replies] Last: no,sorry (by Victor714)
|
by beeb
Pass by reference not working
|
|
[2 replies] Last: thank you, something so simple (by beeb)
|
by Victor714
Converting Letters to numbers (Phone Key Pad)
|
|
[4 replies] Last: toupper is a standard C function that converts a letter to upper case.... (by vlad from moscow)
|
selecting an object to use a command on from console |
|
[3 replies] Last: You would pass a character pointer to the function which takes a chara... (by pogrady)
|
by Firebirds11
Scrabble©--2D Array
|
|
[9 replies] Last: a 2d array is in reality a 1d array with an offset. The declaration up... (by pogrady)
|
by jlillie89
progress but not quite
|
|
[10 replies] Last: I initialized it to 0 worked dude thanks so much :) (by jlillie89)
|
by NoobMathe
double *d = new double[N]
|
|
[3 replies] Last: Please do delete all new memory. Allocating memory without deallocat... (by Nexius)
|