/* * Includes * */ #include <iostream> #include <vector> using std::vector; using std::cout; using std::endl; int main(int argc, char*...
I don't know why you have used getline() under while test condition. int main() { string inp; //int i; ifstream in("input.txt"); if (!in)...
I think you are talking about creating Graphical User Interface(GUI) application. If this happens to be true then explore WIN32 on Windows or GTK+...
Thanks a lot for this tutorial, When I had studied this, I was not serious at all. Thanks for brushing up the concept. I like to add one more...
output kkk Total:2 segment6 2 mmm Total:2 segment3 1,segment7 1 ppp Total:1 segment1 1 qqq Total:81 segment8 31,segment2 50 vvv Total:6 segment3...
Hi have compiled and used on window using Visual studio 2008. /** * Includes */ #include <iostream> #include <string> #include <fstream>...
Hi, Can you explain pictorially how the _vptr looks like in scenario below(in case of multiple inheritance). Or at-least the _vptr for Derieve...
Can any one explain this please? "Multi-byte data must usually be aligned on a natural boundary."
Hi, I was looking for the answer of this answer quite long. Thanks the explanation in the comment was really awesome. Thanks. Please help me...
Separate names with a comma.