Thank you. I wasn't aware of this operator.
#include<stdio.h> int main() { int i=(2,3); printf("%d",i); } output of the program would be: 3 i don't understand why it is 3 as...
To bring back the folder previous setting, you can use the following code: attrib -h -s folder_name
yes, This can be the case if you want to secure a complete drive. But tweaking the registry for a beginner or novice user, is always risky. If you...
I think trained programmers are better because self-taught programmers try to learn those things generally which are required in their projects...
Shabbir ! According to your code, we are defining the destructor as virtual but what is the difference in defining a normal function as virtual...
Bro ! I am asking about Destructor Overloading same as we do with the Constructor.. Like Multiple Constructors in a class with different argument....
It would be very nice if you support your answer with some example... Thanks
is it possible to overload Destructors in C++ ? If yes, what is the need and how to ?
Shabbir ! I think this thread should be moved to the Engg. Sub-Forum.
Hi all ! We are using CLIENT / SERVER architecture in our college labs. For client we are using thin clients which are having 256 mb of ram and we...
I tried the following, the result was unsuccessful : copy 1.rar + 2. jpg 3.rar copy 1.jpg + 2.rar 3.rar copy 1.rar + 2.jpg 3.jpg...
I have got Visual Studio 2005. But there is no option of Windows Console Application under Visual C++.....
Oh ! But >net make the program difficult to distribute as we have to install 54 mb .Net SDK on the each machine
Can you give me any link to download MS Visual C++? I found one on Microsoft's site but that is .Net based version.
i saved the file with .c extension but still it is giving errors. Kindly check I am attaching the screenshot herewith:
Ok if it can be done in using C,then plz help me and give me some idea how to do it. But I am using Turbo C compiler and I don not have any other...
It is turbo c++ compiler....
Hi ! Is there any way to merge a registry file silently in batch file? like it should not show prompts to user whether to merge or not then the...
I recently faced a problem regarding these 2 Escape Sequences. So, I thought I should share the difference between these two to clarify to all who...
Separate names with a comma.