by LB
Null terminator in the middle of a std::string
|
|
[4 replies] Last: I mean, I wasn't sure if the C++ language standard stated that std::st... (by LB)
|
by preetigupta
Parse a xml file in vc++
|
|
[6 replies] Last: If you have a specific problem, and can post the key details, then som... (by andywestken)
|
by hilahiler
a RT error with iterators
|
|
[9 replies] Last: with Random Access Iterators, why does it matter? For a vector, it do... (by kbw)
|
by Rampie12
Help!!
|
|
[5 replies] Last: You might want to play with while too! int main() { for(int i=1;... (by Baigo)
|
by viliml
adding new types to cin/cout or scanf/printf
|
|
[17 replies] Last: Yes, but using the & signs where you used them there means address of... (by LB)
|
by JnrGD
how DLLs work
|
|
[6 replies] Last: [quote=qwertyusername]after I load the DLL in the external application... (by LB)
|
by Laveer
Turning a program on and off with winsock
|
|
[2 replies] Last: I was thinking that's exactly what the world needs is another socket l... (by kbw)
|
by kyky365
a C++ program with a function named FindMax that has two parameters
|
|
[6 replies] Last: http://www.cplusplus.com/forum/articles/31015/ I found a pointer more... (by ne555)
|
by vvk4
C++ hash_multiset for string question
|
|
[1 reply] : Why would it find it? The original char * value is not going to be the... (by LB)
|
by bvogel10
Text problems
|
|
[2 replies] Last: if u r using visual studio make sure u r running program( hollow green... (by vivmen)
|
by Zapeth
string::begin and string::replace - bad combination?
|
|
[14 replies] Last: okay, thanks for the explanation ;) (by Zapeth)
|
by Vanadar
If and Else If statement quandary...
|
|
[1 reply] : I have never seen C++ before in my life [...] http://www.cplusplus.co... (by Null)
|
by giszzmo
Malloc to C++ version
|
|
[7 replies] Last: Thank you, Disch. I wasn't aware of that. I've been using new/delete s... (by roberts)
|
by eliteinlove
extract data from it.
|
|
[1 reply] : http://cplusplus.com/reference/iostream/ifstream/ std::ifstream ifs... (by Galik)
|
by jham92
High Card
|
|
[1 reply] : pseudocode int highest = MIN; while get input: get user input... (by closed account o1vk4iN6)
|
by priyanshm
Please Help-Output problem
|
|
[6 replies] Last: Thank you so much FlashDrive i did what u said and i get the correct a... (by priyanshm)
|
by ramus313
searching through vectors and more
|
|
[2 replies] Last: your right sorry, i just editied the code above to make it a little ea... (by ramus313)
|
by mac071008
Driver will not recognize header file, please help me.
|
|
[1 reply] : #ifdef should be #ifndef (by Peter87)
|
by Amy Burgan
self taught seeks transition
|
|
[1 reply] : As far as I was aware iphone and ipod applications where built in the ... (by ubernoob)
|
by lugiamaster
Help with my program!
|
|
[1 reply] : I think that string DecryptUsingRot(string word); and bool DoRotDec... (by lugiamaster)
|