by killer0341
HELPP!
|
|
[1 reply] : Please use code tags and then edit your first post to have it. (by greenleaf800073)
|
by gelatine
execute function if user closes console
|
|
[3 replies] Last: What about using a destructor? I'm not sure if it's the console which... (by Stewbond)
|
by trialNerror
execute a function while in a breakpoint
|
|
[2 replies] Last: Thanks for that detailed answer. I did not know 'gdb'. It seems that I... (by trialNerror)
|
by Catfish3
std::unordered_map with std::vector<char> key
|
|
[5 replies] Last: > Would you consider it bad practice to specialize std::hash()? Like s... (by JLBorges)
|
by Script Coder
Is this out of scope?
|
|
[15 replies] Last: I understand now, thank you to those that helped :) (by Script Coder)
|
by Steakknife
Help with Employee Program
|
|
[no replies]
|
by kirbster329
TicTacToe with classes
|
|
[5 replies] Last: Okay good. Now it's printing out the blank board like it's supposed to... (by kirbster329)
|
Custom vector AND memory allocator |
|
[6 replies] Last: I think this thread http://stackoverflow.com/questions/3671234/what-is... (by naraku9333)
|
by tianajrp
String Compare problem
|
|
[3 replies] Last: std::string does not have an implicit conversion to a char * which i... (by AbstractionAnon)
|
by gelatine
events in c++
|
|
[1 reply] : Are you using C++11? http://scriptionary.com/2011/07/05/c-events-with... (by AbstractionAnon)
|
by LB
PImpl+unique_ptr & defaulted MAO
|
|
[6 replies] Last: Ah, ok. I like being more explicit though because it's something that ... (by LB)
|
by tmcfadden
gethostbyname
|
|
[9 replies] Last: Have you read the documentation for the hostent structure at all..? ho... (by Thumper)
|
by nishantve1
What's left in the array if only a part of it is initialized ...
|
|
[1 reply] : They will be zero-initialized. For example int AR = { 1, 2 }; AR w... (by vlad from moscow)
|
Visual Interface for Password Entry and Retireval - Software that i have writtern |
|
[no replies]
|
by Stewie k
Code compiles successfully, yet previous day is blank
|
|
[2 replies] Last: Ok, nevermind guys. fixed the stupid error int dayType::prev_day(int... (by Stewie k)
|
manipulator |
|
[1 reply] : Are you talking about io manipulators, or something else? (by MiiNiPaa)
|
cout and cin objects of iostream class |
|
[7 replies] Last: are you telling me that the fucntions have been changed? is that why ... (by closed account NwvkoG1T)
|
by Stewie k
Compiles successfully but calculations give wrong answer
|
|
[14 replies] Last: Thanks for all the help guys, much appreciated!!! (by Stewie k)
|
by shandymilo
Assaign a vector to a vector?
|
|
[1 reply] : You can use map<string, vector<double>> http://cplusplus.com/referen... (by MiiNiPaa)
|
by paul23
Can xml-schema be used to define meta data (using xerces)?
|
|
[1 reply] : It is completely possible. You might want to make sure that you get fu... (by MiiNiPaa)
|