by Hilo890
How do you set a variable in a char array declaration?
|
|
[1 reply] : char Array = { { 'a', 'a', 'a', 'a' }, { 'b', 'b', 'b',... (by jsmith)
|
by joro550
Real head scratcher
|
|
[2 replies] Last: player is just an integer value that is passed to the program by a ser... (by joro550)
|
by jakecodes
Trouble with arrays
|
|
[10 replies] Last: works great, thanks for the help! (by jakecodes)
|
by rajimrt
Sorting a map by its value
|
|
[5 replies] Last: That will do. Thanks a Lot. (by rajimrt)
|
by htqthuy
How many percentage do you know about Tower of Hanoi problem
|
|
[no replies]
|
by Sieves
link error
|
|
[2 replies] Last: I thought i had fixed that last night before i went to sleep... well c... (by Sieves)
|
by jgoofy3256
Having trouble with nan
|
|
[1 reply] : accumulator is not initialized before it is used. (And please use ... (by simeonz)
|
by dtw103184
cant get this work new to C++ for class any ideas great
|
|
[4 replies] Last: I think it's got something to do with like engineering networks or som... (by ceruleus)
|
by Sieves
error with string ><
|
|
[15 replies] Last: Sieves, unless your assignment says that you NEED to use functions the... (by ceruleus)
|
by agnierudra
Arrays
|
|
[3 replies] Last: I'd be surprised, because the C++ standard says that access elements b... (by jsmith)
|
by firedraco
STL Container Question
|
|
[3 replies] Last: Alright, good. That's basically what I thought, but I just wanted to m... (by firedraco)
|
by Space Kiwi
Random crashing. Overflow or typecasting maybe is the cause?
|
|
[1 reply] : Have you considered using a vector in your nodes? You can then use at... (by kbw)
|
by LiverpoolFTW
Nested For Loops
|
|
[2 replies] Last: Shouldn't line 13 be sum+=pow(2,number) ? (by PiMaster)
|
by manyeahkiss
how to make loops for character
|
|
[6 replies] Last: Sorry for the late reply, was busy over the past week. 1) Problems ... (by Ultima)
|
by afitzner
send mail when code/run is finished
|
|
[2 replies] Last: Thanks a lot! I am actually using shell scripts, so that is an easy... (by afitzner)
|
by sharris
How to replace text file and use an array instead?
|
|
[5 replies] Last: You have to write the string and vector classes from scratch. I have m... (by krishnendu)
|
by akounga2000
identifier problems
|
|
[1 reply] : Please i'm looking forward for any ideas; error C2065: 'prnt' : unde... (by kbw)
|
vector::size() failing |
|
[1 reply] : How do you know that they are skipped? (by krishnendu)
|
by br007
Variable Dependency
|
|
[1 reply] : You need to 1) use == for comparison. Remember, = is for assignmen... (by firedraco)
|
by apfinger
mem leak while storing pointers in vector<vector< void *>>
|
|
[3 replies] Last: That failed. I got unique addresses, but apparently the vector destru... (by apfinger)
|