by zoran404
system, calling a program
|
|
[2 replies] Last: The string that you pass into system should be exactly what you woul... (by MikeyBoy)
|
by rgork
Can I delete a member of vector that is pointed by a pointer?
|
|
[3 replies] Last: For this, I didn't go deeply but maybe it could be convenient to use a... (by S G H)
|
by chessmaster
Syntax
|
|
[no replies]
|
by glennpl
understanding a char pointer to array in main(int argc, char *argv[])
|
|
[4 replies] Last: It also depends on what you mean by "change the contents of it". Some ... (by Duthomhas)
|
by Abdo2
Get New Ideas
|
|
[3 replies] Last: #include <iostream> using std::cout; using std::cin; using std::endl... (by closed account 18hRX9L8)
|
by IndieExe
What is wrong about this algorithm?/
|
|
[5 replies] Last: http://ideone.com/6Vp4wo http://ideone.com/Cck4Z3 There's about a 0.0... (by IndieExe)
|
Infinite loop??? |
|
[2 replies] Last: check line 16 lol (by Anmol444)
|
by rickymarks
pass by value and pass by reference
|
|
[5 replies] Last: thanks to everyone. i understand better now (by rickymarks)
|
by totalnoob
Battleship Project
|
|
[no replies]
|
by ehab93
from string to a code
|
|
[7 replies] Last: seems not easy as i thought ! but thanks guys for ur help (by ehab93)
|
by arazan
Need help with minor issues.
|
|
[1 reply] : When ran it outputs the correct information but it also includes the l... (by arazan)
|
by who cares
stars doesn't space properly
|
|
[6 replies] Last: MiiNipaa, I can't thank you enough!!! Sharma, Thanks, but for th... (by who cares)
|
Difficult Program using Functions |
|
[5 replies] Last: I don't know how she got those numbers. I sometimes wonder if she make... (by madeinsilence)
|
by coder1
C++ FUTURE
|
|
[8 replies] Last: thank you latenwrong. (by coder1)
|
by xsesx
A bunch of errors. cpp & .h
|
|
[2 replies] Last: 1) You should include <string> in Car.h. Yes, at the moment, your so... (by MikeyBoy)
|
by nukem266
Compiles but "Stops Responding" Any safer way to use memove?
|
|
[3 replies] Last: Doesn't matter I fixed it my sizes were wrong for the memmove((void... (by nukem266)
|
by CleophausC
guiding please
|
|
[1 reply] : Please do not post multiple threads. URl: http://cplusplus.com/forum/b... (by closed account 18hRX9L8)
|
by janebartley
Getting Data From A File and Outputting Help!
|
|
[1 reply] : http://stackoverflow.com/questions/16065156/getting-data-from-a-file-a... (by closed account 18hRX9L8)
|
by LB
Wrapping Constructors
|
|
[19 replies] Last: > So why is std::move an exception? It is not an exception; std::mov... (by JLBorges)
|
by Z e r e o
Help with a Console Battleship Game
|
|
[2 replies] Last: http://www.cplusplus.com/reference/vector/vector/vector/ From what I ... (by Danny Toledo)
|