I got following mail. YAHOO PRIZE AWARD DEPT 2008 Award Prize Dept P O Box 1010 Liverpool, L70 1NL UNITED KINGDOM Batch No:...
Can you people give me some more than two reasons why constructors should use Initialization lists or Assignment operator ? Two reasons are ex....
when you will go in "jump Forum" select Forums -> Article/Source Code -> C/C++ then two tab will come one is for "Submit Article"...
This is just for a kind of information. Here I am going to explain how to make a class so that user can create object of it on free List( heap...
Delete these thread please http://www.go4expert.com/showthread.php?t=9245 http://www.go4expert.com/showthread.php?t=9239
here i am going to give a little bit suggestion It may not be implemented but just kinfd of information. one suggestion, here paid is made on...
I worked for a long time for this article. This program is tested on Sun-Solaris system using gcc compiler. In market, there are a lot of tools...
Hello Guys!!! Can You tell which processor will be good "Intel" or "AMD" with same resources taking? With respect to money I think AMD is the...
Do you all knows TCS fired people around 3000 and IBM also, Due to falldown of US dollar($). >>> Bush tolds that he dont know uptill what time...
This is very simple if you think in a simple manner. A magic square is represented in a matrix form. May be all of you know this formula to...
Delete this thread.
Originally written by Zeeshan Amjad Assumption: 32-bit Machine. Here I am going to explain How Virtual table, Virtual pointer for Virtual...
class Base { public: virtual void F(int a = 10) { cout<<"Base : "<<a<<endl; } }; class Derived: public Base {...
Mostly people are using this algorithm to compute matrix multiplication: #define n 1000 int main() { int a[n][n],b[n][n],c[n][n];...
Definition : Class which Can't be inherited by other class, that class is called final class. You all knows that final class is inbuilt in...
Program to find max(x,y) or Min(x,y) without using any relational and logical operator. int maximum(int x, int y) { int...
This is very simple question!!! Give me excat reason??? Example: Why it is wrong.... int main() { int * ptr; *ptr=10; return 0; }
Hi to all . As we all knows that Today all cpu are comming having multiple processor( calles dual core, quade core etc). But our already...
How to make your program to be fast. 1. Use Pre Increment or Pre Decrement in place of Post Increment or Post Decrement operator. i.e. use...
HI Me Asadullah Ansari. Intrested to give a correct and logical answaer to all question in C/C++.
Separate names with a comma.