by jmpc92
Pointers and vector output.
|
|
[3 replies] Last: Thank you so much! That was really helpful. I did manage to display th... (by jmpc92)
|
by couriercarry
Error: String subscript out of range
|
|
[1 reply] : The subscript operator can only be used to access existing characters ... (by Peter87)
|
by markusfurst
Replace
|
|
[3 replies] Last: You could create a non-const copy of inText1 and then call replace on ... (by Peter87)
|
by mmgh
MPI send and recv for std::vector
|
|
[1 reply] : You can (and should) send a normal array in one go. http://www.mpich.o... (by lastchance)
|
by DxDen1004
Am I programming in a wrong way?
|
|
[2 replies] Last: Your looks pretty good. 2 suggestions 1. instead of cout << endl; if... (by joe864864)
|
by Jack816
Integer division issue.
|
|
[6 replies] Last: Jack816, Could you possibly post the mathematical formulae that you a... (by lastchance)
|
by Kimmy1
Loops and average
|
|
[3 replies] Last: #include <iostream> void while_loop(int &, int &, int (&) ); void f... (by boost lexical cast)
|
by mgoodall
Help with stringstream
|
|
[no replies]
|
by Hitsuin
Using Private Arrays??
|
|
[5 replies] Last: @ Hitsuin You could define your own Function thats beahves lik an arra... (by nuderobmonkey)
|
by kamilhassaan
Class type redefinition error. How can I fix this?
|
|
[5 replies] Last: http://stackoverflow.com/questions/2346806/what-is-a-segmentation-faul... (by closed account 48T7M4Gy)
|
by Googie85
Replace IP Address with Web Address
|
|
[1 reply] : See gethostbyname() function: https://msdn.microsoft.com/en-us/librar... (by coder777)
|
Program to edit roms and binary files. |
|
[3 replies] Last: If you are worried about the program's duration, use bitwise operators... (by Golden Lizard)
|
by ExSanity
Debug Error! abort() has been called
|
|
[1 reply] : Maybe I can figure it out if you post your program. (by Golden Lizard)
|
Help with splitting strings |
|
[1 reply] : Can you post your full code? (by Elantra)
|
by sskalyan
char arrays
|
|
[1 reply] : Please explain how output is coming? What do you want? (by Elantra)
|
by sameehgoes
Intro C++ project using arrays, etc. Needing guidance in theory and coding
|
|
[1 reply] : Some suggestions: 1. Make size a constant const int size = 20; 2. As... (by joe864864)
|
by hayart
'complex' does not name a type
|
|
[4 replies] Last: Thank you again for all the help. When I commented out the C++ code an... (by hayart)
|
by MisterTams
Counting from a file help!
|
|
[1 reply] : Never mind guys! A little bit of playing around led me to this. It wor... (by MisterTams)
|
by rykielx
Invalid conversion
|
|
[1 reply] : void draw_peg(int* peg_array, int size); (by gunnerfunner)
|
by ageofkings09
Upper Case to Lower case and vice versa
|
|
[2 replies] Last: Ahh thank you very much last Chance! I can't believe I missed that, wa... (by ageofkings09)
|