by Estvan
Program not running correct but no errors
|
|
[4 replies] Last: peter87 and shacktar thanks a ton for showing me where i was having tr... (by Estvan)
|
by Pip3mAn
Finding a specific line from text file
|
|
[11 replies] Last: That worked pretty well thanks. Now i get how to use the find function... (by Pip3mAn)
|
by hailey
Stuck on this two dimensional array.
|
|
[2 replies] Last: okay, thats what I decided to do. Can you help me with the array part?... (by hailey)
|
by xdflames
Using Functions(Too few arguments error)
|
|
[8 replies] Last: It works completely now though with the changes I made and what I put ... (by xdflames)
|
by kapo
project euler problem 1
|
|
[7 replies] Last: I'm in an intro class this semester but I way beyond it now. I just ... (by StanEEPhys)
|
by ZguguBamba
what makes C++ work?
|
|
[7 replies] Last: Relating to the link, computers originally weren't binary based. They ... (by ResidentBiscuit)
|
by ipoood
Error in Grading Program
|
|
[3 replies] Last: I think this is the same mistake as in previous case: you mixing addre... (by tfityo)
|
by Brian Mercer
Arrays in numerical computing
|
|
[1 reply] : Read up on Vectors: http://www.cplusplus.com/reference/stl/vector/ "... (by Matt Cromer)
|
by Windwhistles
strtok
|
|
[2 replies] Last: How did I forget! Thanks again Peter87. (by Windwhistles)
|
by mekkatorqu
[fstream] Writing to C:\
|
|
[1 reply] : You can change the permissions on the directory to give you account ac... (by kbw)
|
by Orangejuice
rand issues
|
|
[7 replies] Last: Can someone try to help explain it a bit further? especially the ro... (by Disch)
|
by znerich
Works in Dev C but not in VC++
|
|
[2 replies] Last: Thanks. How dumb of me. (by znerich)
|
by hekri
My code has no mistakes(I think) but it still doesn't work as it should!
|
|
[5 replies] Last: @ andywestken. Thank you, like it seems I really can learn something h... (by hekri)
|
Troubles with switch case in one program |
|
[1 reply] : switch(var) // var is char,short,int or long { case 12: ... (by Texan40)
|
by diztorti0n
Reading List of Numbers into an Array using cin?
|
|
[1 reply] : Duplicate post: http://www.cplusplus.com/forum/general/60078/ -Albatr... (by Albatross)
|
by Ashishduh
Forcing nested try/catch to catch outer exception?
|
|
[1 reply] : Do another throw: try { try { } catch(...) { ... (by Disch)
|
by biplav17
randomizing error. help please
|
|
[2 replies] Last: Also you're only swapping str_rank. Why not just swap the entire card... (by Disch)
|
by bartowsky
beginer
|
|
[1 reply] : Go through the tutorials and practice practice practice little algorit... (by Stewbond)
|
by lelre
C++ In game, I'm in doubt :/
|
|
[1 reply] : finishing the response would be helpful. if its that c++ is really in ... (by Aramil of Elixia)
|
by Caprico
Learning Java
|
|
[15 replies] Last: hamsterman, that was brilliant.. Took less than a second to give me th... (by Caprico)
|