During a interview, I was asked what kind of overflow tool in C language you used?
I do not know any tool like that.
And in C++, what kind of tool used to track the versions of c++ files?
Do anyone know about that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume that “overflow” in this context is referring to “buffer overflow”. There are a range of memory debuggers available, that can detect this kind of error. One popular example is Valgrind.
Tracking file versions is generally done with a revision control system (RCS), but this isn’t specific to C++. There are zillions of RCSs available, such as Sourcesafe, Perforce, ClearCase, CVS, SVN, Git, Mercurial.