Come and share your current projects, get help to solve a bug or anything related to C/C++ programming!
What I would like to see this group become...
A place for advanced programmers to share ideas and experience.
A place where less experienced programmers can get assistance and/or advice from those of us who have learned, from our own mistakes, what makes bad code bad.
Debates (arguments) are a good thing for everybody if they are kept respectful.
Also, please don't flame a newbie for being a newbie.
Hi friends, Can Anybody send me any pdf/ebook of advance C programming. i have basic knowledge of c up to arrays, pointers,structures and so on. i want to
... Sorry, please ignore the previous post. I copied an older version. This is the correct version. ~Rick #include <iostream> using namespace std; #include
... Try this. I also put buffer checks in so you wouldn't overflow your txt[][] buffer (additional problems you had). ~Rick #include <iostream> using namespace
... You don't specify what doesn't work properly, but there are several problems with this code, not to mention you are using an old, out-of-date compiler. It